summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/recipes-bsp/amt/lms7_7.1.20.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-bsp/amt/lms7_7.1.20.bb b/common/recipes-bsp/amt/lms7_7.1.20.bb
index 1e8376e5..7ed84fc6 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() {
31 d.setVar('S', '${WORKDIR}/outputdir') 31 d.setVar('S', '${WORKDIR}/outputdir')
32 bb.build.exec_func('base_do_unpack', d) 32 bb.build.exec_func('base_do_unpack', d)
33 # temorarily change SRC_URI for unpack 33 # temorarily change SRC_URI for unpack
34 src_uri = d.getVar('SRC_URI') 34 src_uri = d.getVar('SRC_URI', True)
35 d.setVar('SRC_URI', '${LOCALSRC}') 35 d.setVar('SRC_URI', '${LOCALSRC}')
36 d.setVar('S', s) 36 d.setVar('S', s)
37 bb.build.exec_func('base_do_unpack', d) 37 bb.build.exec_func('base_do_unpack', d)