diff options
Diffstat (limited to 'meta/recipes-core/glibc')
-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} \ |