diff options
| -rw-r--r-- | meta/recipes-core/glibc/glibc-initial.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-initial.inc b/meta/recipes-core/glibc/glibc-initial.inc index 5975fd26c7..0c8bd649d5 100644 --- a/meta/recipes-core/glibc/glibc-initial.inc +++ b/meta/recipes-core/glibc/glibc-initial.inc | |||
| @@ -11,7 +11,7 @@ TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}" | |||
| 11 | do_configure () { | 11 | do_configure () { |
| 12 | (cd ${S} && gnu-configize) || die "failure in running gnu-configize" | 12 | (cd ${S} && gnu-configize) || die "failure in running gnu-configize" |
| 13 | find ${S} -name "configure" | xargs touch | 13 | find ${S} -name "configure" | xargs touch |
| 14 | cfgscript=`python -c "import os; print os.path.relpath('${S}', '.')"`/configure | 14 | cfgscript=`python -c "import os; print(os.path.relpath('${S}', '.'))"`/configure |
| 15 | $cfgscript --host=${TARGET_SYS} --build=${BUILD_SYS} \ | 15 | $cfgscript --host=${TARGET_SYS} --build=${BUILD_SYS} \ |
| 16 | --prefix=/usr \ | 16 | --prefix=/usr \ |
| 17 | --without-cvs --disable-sanity-checks \ | 17 | --without-cvs --disable-sanity-checks \ |
