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:55:44 +0100 |
commit | 4e9c3db01efa2bde35634ca698c5df8109d2ae05 (patch) | |
tree | 42f459426a31d9a75282d7f0902be19b06d3766b /meta/recipes-core | |
parent | e1c973955051542ce7dadd520ade7caf6bc949f3 (diff) | |
download | poky-4e9c3db01efa2bde35634ca698c5df8109d2ae05.tar.gz |
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.
(From OE-Core rev: e516e11d5998cdad45c670e22b980089e463a574)
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}" | |||
9 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}" | 9 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}" |
10 | 10 | ||
11 | do_configure () { | 11 | do_configure () { |
12 | sed -ie 's,{ (exit 1); exit 1; }; },{ (exit 0); }; },g' ${S}/configure | ||
13 | chmod +x ${S}/configure | ||
14 | (cd ${S} && gnu-configize) || die "failure in running gnu-configize" | 12 | (cd ${S} && gnu-configize) || die "failure in running gnu-configize" |
15 | find ${S} -name "configure" | xargs touch | 13 | find ${S} -name "configure" | xargs touch |
16 | ${S}/configure --host=${TARGET_SYS} --build=${BUILD_SYS} \ | 14 | ${S}/configure --host=${TARGET_SYS} --build=${BUILD_SYS} \ |