]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
glibc-initial.inc: use relative path to run configure rbt/buildpaths
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 8 Oct 2015 03:00:24 +0000 (20:00 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Thu, 8 Oct 2015 12:58:40 +0000 (05:58 -0700)
Avoid potential build path in output files.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-core/glibc/glibc-initial.inc

index 35008489ee7d25f3ac22b57825f1a8720814f23d..a09e8a9a357db13e5624fae469f428d0fe5821ab 100644 (file)
@@ -11,7 +11,7 @@ TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}"
 do_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} \
+       ../git/configure --host=${TARGET_SYS} --build=${BUILD_SYS} \
                --prefix=/usr \
                --without-cvs --disable-sanity-checks \
                --with-headers=${STAGING_DIR_TARGET}${includedir} \