summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-04 18:28:50 +0000
committerSaul Wold <sgw@linux.intel.com>2016-02-12 14:20:51 -0800
commit785ab470df480192fe1a973056f5e92e6ae91322 (patch)
treeabdd1094152ede4d66491f47104d3c7cd5c32b91 /common
parent1fe0e40d40ff003ac9464abb5b0df866a63d1c15 (diff)
downloadmeta-intel-785ab470df480192fe1a973056f5e92e6ae91322.tar.gz
lms7: pass expand to getVar
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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)