[oe-commits] Robert Yang : glibc-initial: remove invalid sed command

git at git.openembedded.org git at git.openembedded.org
Sun Jul 12 21:53:38 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: e516e11d5998cdad45c670e22b980089e463a574
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e516e11d5998cdad45c670e22b980089e463a574

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Fri Jul 10 00:14:49 2015 -0700

glibc-initial: remove invalid sed command

There is no "{ (exit 1); exit 1; }; }" in configure any more, and also
remove chmod since sed command is removed.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/glibc/glibc-initial.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-core/glibc/glibc-initial.inc b/meta/recipes-core/glibc/glibc-initial.inc
index 7db3dea..3500848 100644
--- a/meta/recipes-core/glibc/glibc-initial.inc
+++ b/meta/recipes-core/glibc/glibc-initial.inc
@@ -9,8 +9,6 @@ STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${TARGET_ARCH}"
 TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}"
 
 do_configure () {
-	sed -ie 's,{ (exit 1); exit 1; }; },{ (exit 0); }; },g' ${S}/configure
-	chmod +x ${S}/configure
 	(cd ${S} && gnu-configize) || die "failure in running gnu-configize"
 	find ${S} -name "configure" | xargs touch
 	${S}/configure --host=${TARGET_SYS} --build=${BUILD_SYS} \



More information about the Openembedded-commits mailing list