summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/rs9113.inc
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-05-24 11:38:00 -0500
committerJohn Klug <john.klug@multitech.com>2017-06-09 09:09:19 -0500
commit2cfd7c7a18d9138c7258b341181d0e00485037f4 (patch)
tree0638087e7b11c375b29e7998579773ef3f9f874f /recipes-kernel/rs9113/rs9113.inc
parent486bef6fa33f0a97dda230f210ebdc5c5f6d7f83 (diff)
downloadmeta-multitech-atmel-2cfd7c7a18d9138c7258b341181d0e00485037f4.tar.gz
meta-multitech-atmel-2cfd7c7a18d9138c7258b341181d0e00485037f4.tar.bz2
meta-multitech-atmel-2cfd7c7a18d9138c7258b341181d0e00485037f4.zip
Python Need "True" in getVar
Diffstat (limited to 'recipes-kernel/rs9113/rs9113.inc')
-rw-r--r--recipes-kernel/rs9113/rs9113.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc
index 5336663..1a238e1 100644
--- a/recipes-kernel/rs9113/rs9113.inc
+++ b/recipes-kernel/rs9113/rs9113.inc
@@ -44,7 +44,7 @@ python do_fetch_prepend () {
bb.note ("ipk path is " + DR + "/" + ipkn)
try:
- gt += d.getVar("MTS_INTERNAL_GIT")
+ gt += d.getVar("MTS_INTERNAL_GIT",True)
except TypeError:
if os.path.isfile(DR + "/" + ipkn):
return