From: Andre McCurdy Date: Thu, 28 Jan 2016 02:11:11 +0000 (-0800) Subject: glibc-testing.inc: drop pruning of PATCH_GET from the testglibc script X-Git-Tag: 2016-4~1185 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5865fdc103fb92007f00a238b925be43af1378f5;p=openembedded-core.git glibc-testing.inc: drop pruning of PATCH_GET from the testglibc script PATCH_GET is no longer exported by bitbake.conf, so no longer needs to be pruned from the glibc do_compile() environment. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/glibc/glibc-testing.inc b/meta/recipes-core/glibc/glibc-testing.inc index a9bbf37a17..0a42ae7f7c 100644 --- a/meta/recipes-core/glibc/glibc-testing.inc +++ b/meta/recipes-core/glibc/glibc-testing.inc @@ -22,7 +22,6 @@ do_compile_append () { sed -i -e "/^'/d" ${B}/${HOST_PREFIX}testglibc sed -i -e "/^UID/d" ${B}/${HOST_PREFIX}testglibc sed -i -e "/^TERM/d" ${B}/${HOST_PREFIX}testglibc - sed -i -e "/^PATCH_GET/d" ${B}/${HOST_PREFIX}testglibc sed -i -e "/^PKG_/d" ${B}/${HOST_PREFIX}testglibc sed -i -e "/^POSIXLY_/d" ${B}/${HOST_PREFIX}testglibc sed -i -e "/^PPID/d" ${B}/${HOST_PREFIX}testglibc