Signed-off-by: Ross Burton <[email protected]>
---
 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

-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to