diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-source.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
18 | DEPENDS = "" | 18 | DEPENDS = "" |
19 | PACKAGES = "" | 19 | PACKAGES = "" |
20 | 20 | ||
21 | |||
22 | # This needs to be Python to avoid lots of shell variables becoming dependencies. | ||
21 | python do_preconfigure () { | 23 | python do_preconfigure () { |
22 | import subprocess | 24 | import subprocess |
23 | cmd = d.expand('cd ${S} && PATH=${PATH} gnu-configize') | 25 | cmd = d.expand('cd ${S} && PATH=${PATH} gnu-configize') |