]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-cross.inc: drop pruning of PATCH_GET from the testgcc script
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 28 Jan 2016 02:11:10 +0000 (18:11 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Jan 2016 18:14:56 +0000 (18:14 +0000)
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>
meta/recipes-devtools/gcc/gcc-cross.inc

index aa106330340601869eb358c21a0fd49e2fd9d5a3..f47936061ddff792637d13e2c16bde649d21faf9 100644 (file)
@@ -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