From 2cfd7c7a18d9138c7258b341181d0e00485037f4 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 24 May 2017 11:38:00 -0500 Subject: Python Need "True" in getVar --- recipes-kernel/rs9113/rs9113.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel/rs9113/rs9113.inc') 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 -- cgit v1.2.3