diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-27 18:11:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-29 18:14:56 +0000 |
commit | 386d1617f1e6e293506b751faa41ff8c37348973 (patch) | |
tree | 0805291d10a7619becfc730f459498cfcb1bdc28 /meta | |
parent | e9638fe60d24325e85dacc0c1551f671daed5c06 (diff) | |
download | openembedded-core-386d1617f1e6e293506b751faa41ff8c37348973.tar.gz openembedded-core-386d1617f1e6e293506b751faa41ff8c37348973.tar.bz2 openembedded-core-386d1617f1e6e293506b751faa41ff8c37348973.zip |
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.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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 () { sed -i -e "/^'/d" ${B}/${TARGET_PREFIX}testgcc sed -i -e "/^UID/d" ${B}/${TARGET_PREFIX}testgcc sed -i -e "/^TERM/d" ${B}/${TARGET_PREFIX}testgcc - sed -i -e "/^PATCH_GET/d" ${B}/${TARGET_PREFIX}testgcc sed -i -e "/^PKG_/d" ${B}/${TARGET_PREFIX}testgcc sed -i -e "/^POSIXLY_/d" ${B}/${TARGET_PREFIX}testgcc sed -i -e "/^PPID/d" ${B}/${TARGET_PREFIX}testgcc |