diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-27 18:11:10 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-30 11:37:03 +0000 |
| commit | dfb9d41b7ce2596373b8d72fb151755aa0ac1b87 (patch) | |
| tree | 190b0ae2a08eeaf37da5d212ffe394c447bc0fde | |
| parent | 9e7d92959fe0d2a8240d27715d73cd5a24d46649 (diff) | |
| download | poky-dfb9d41b7ce2596373b8d72fb151755aa0ac1b87.tar.gz | |
gcc-cross.inc: drop pruning of PATCH_GET from the testgcc script
PATCH_GET is no longer exported by bitbake.conf, so no longer needs
to be pruned from the gcc-cross do_compile() environment.
(From OE-Core rev: 386d1617f1e6e293506b751faa41ff8c37348973)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc index aa10633034..f47936061d 100644 --- a/meta/recipes-devtools/gcc/gcc-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-cross.inc | |||
| @@ -72,7 +72,6 @@ do_compile () { | |||
| 72 | sed -i -e "/^'/d" ${B}/${TARGET_PREFIX}testgcc | 72 | sed -i -e "/^'/d" ${B}/${TARGET_PREFIX}testgcc |
| 73 | sed -i -e "/^UID/d" ${B}/${TARGET_PREFIX}testgcc | 73 | sed -i -e "/^UID/d" ${B}/${TARGET_PREFIX}testgcc |
| 74 | sed -i -e "/^TERM/d" ${B}/${TARGET_PREFIX}testgcc | 74 | sed -i -e "/^TERM/d" ${B}/${TARGET_PREFIX}testgcc |
| 75 | sed -i -e "/^PATCH_GET/d" ${B}/${TARGET_PREFIX}testgcc | ||
| 76 | sed -i -e "/^PKG_/d" ${B}/${TARGET_PREFIX}testgcc | 75 | sed -i -e "/^PKG_/d" ${B}/${TARGET_PREFIX}testgcc |
| 77 | sed -i -e "/^POSIXLY_/d" ${B}/${TARGET_PREFIX}testgcc | 76 | sed -i -e "/^POSIXLY_/d" ${B}/${TARGET_PREFIX}testgcc |
| 78 | sed -i -e "/^PPID/d" ${B}/${TARGET_PREFIX}testgcc | 77 | sed -i -e "/^PPID/d" ${B}/${TARGET_PREFIX}testgcc |
