[meta-intel] [PATCH] lms7: pass expand to getVar

Ross Burton ross.burton at intel.com
Thu Feb 4 10:28:50 PST 2016


Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 common/recipes-bsp/amt/lms7_7.1.20.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/recipes-bsp/amt/lms7_7.1.20.bb b/common/recipes-bsp/amt/lms7_7.1.20.bb
index 1e8376e..7ed84fc 100644
--- a/common/recipes-bsp/amt/lms7_7.1.20.bb
+++ b/common/recipes-bsp/amt/lms7_7.1.20.bb
@@ -31,7 +31,7 @@ python do_unpack() {
     d.setVar('S', '${WORKDIR}/outputdir')
     bb.build.exec_func('base_do_unpack', d)
     # temorarily change SRC_URI for unpack
-    src_uri = d.getVar('SRC_URI')
+    src_uri = d.getVar('SRC_URI', True)
     d.setVar('SRC_URI', '${LOCALSRC}')
     d.setVar('S', s)
     bb.build.exec_func('base_do_unpack', d)
-- 
2.7.0



More information about the meta-intel mailing list