From: Andre McCurdy Date: Thu, 28 Jan 2016 02:11:10 +0000 (-0800) Subject: gcc-cross.inc: drop pruning of PATCH_GET from the testgcc script X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=386d1617f1e6e293506b751faa41ff8c37348973;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc index aa106330340..f47936061dd 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