diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-07-10 00:14:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-12 22:53:20 +0100 |
commit | e516e11d5998cdad45c670e22b980089e463a574 (patch) | |
tree | 196ce14fd6325b0d58c4d8464433105286dbc54e /meta/recipes-core | |
parent | 414201f92efde267f2b5bfbe8538c3040dba13cb (diff) | |
download | openembedded-core-e516e11d5998cdad45c670e22b980089e463a574.tar.gz openembedded-core-e516e11d5998cdad45c670e22b980089e463a574.tar.bz2 openembedded-core-e516e11d5998cdad45c670e22b980089e463a574.zip |
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glibc/glibc-initial.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/glibc/glibc-initial.inc b/meta/recipes-core/glibc/glibc-initial.inc index 7db3deac1b..35008489ee 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} \ |