diff options
author | John Klug <john.klug@multitech.com> | 2017-05-24 11:38:00 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-09 09:09:19 -0500 |
commit | 2cfd7c7a18d9138c7258b341181d0e00485037f4 (patch) | |
tree | 0638087e7b11c375b29e7998579773ef3f9f874f /recipes-kernel | |
parent | 486bef6fa33f0a97dda230f210ebdc5c5f6d7f83 (diff) | |
download | meta-multitech-2cfd7c7a18d9138c7258b341181d0e00485037f4.tar.gz meta-multitech-2cfd7c7a18d9138c7258b341181d0e00485037f4.tar.bz2 meta-multitech-2cfd7c7a18d9138c7258b341181d0e00485037f4.zip |
Python Need "True" in getVar
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/rs9113/rs9113.inc | 2 |
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 |