From 5865fdc103fb92007f00a238b925be43af1378f5 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Wed, 27 Jan 2016 18:11:11 -0800 Subject: 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 --- meta/recipes-core/glibc/glibc-testing.inc | 1 - 1 file changed, 1 deletion(-) 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 -- cgit 1.2.3-korg