From: Ross Burton Date: Thu, 2 Mar 2017 16:22:43 +0000 (+0000) Subject: gcc-source: add comment explaining why a function is Python X-Git-Tag: uninative-1.5~16 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ead8a8e9695ea47ecf8c8eba9cd06cc1a12cc289;p=openembedded-core.git gcc-source: add comment explaining why a function is Python Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/gcc/gcc-source.inc b/meta/recipes-devtools/gcc/gcc-source.inc index fab99f2d1e..03bab97815 100644 --- a/meta/recipes-devtools/gcc/gcc-source.inc +++ b/meta/recipes-devtools/gcc/gcc-source.inc @@ -18,6 +18,8 @@ INHIBIT_DEFAULT_DEPS = "1" DEPENDS = "" PACKAGES = "" + +# This needs to be Python to avoid lots of shell variables becoming dependencies. python do_preconfigure () { import subprocess cmd = d.expand('cd ${S} && PATH=${PATH} gnu-configize')