gnu-configize call fixups.
authorChris Larson <clarson@kergoth.com>
Sat, 15 May 2004 08:22:09 +0000 (08:22 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 15 May 2004 08:22:09 +0000 (08:22 +0000)
BKrev: 40a5d331kCYQZnTvqnmSfG8zJCGwtg

db/db3_3.2.9.oe
freetype/freetype-native_2.1.7.oe
gcc/gcc_3.3.3.oe
gcc/gcc_3.4.0.oe
glibc/glibc_2.3.2.oe
glibc/glibc_cvs.oe

index 3c3d63d..75f90ac 100644 (file)
@@ -38,12 +38,12 @@ do_configure_prepend () {
 
 do_configure () {
        set -e
-       cd ${B}
+       cd ${S}
        gnu-configize
+       cd ${B}
        oe_runconf --enable-shared --disable-static
        mkdir -p ${WORKDIR}/db-${PV}/build_unix_static
        cd ${WORKDIR}/db-${PV}/build_unix_static
-       gnu-configize
        oe_runconf --disable-shared --enable-static
        cd ${S}
 }
index 5c816ea..c617a97 100644 (file)
@@ -10,7 +10,7 @@ S = "${WORKDIR}/freetype-${PV}"
 PACKAGES = ""
 
 do_configure () {
-       gnu-configize
+       (cd builds/unix && gnu-configize) || die "failure running gnu-configize"
        oe_runconf
 }
 
index 72cd81c..4f30cb5 100644 (file)
@@ -176,7 +176,7 @@ do_configure () {
                export AR_FOR_TARGET="${HOST_PREFIX}ar"
                export RANLIB_FOR_TARGET="${HOST_PREFIX}ranlib"
        fi
-       gnu-configize
+       (cd ${S} && gnu-configize) || die "failure running gnu-configize"
        oe_runconf
 }
 
index d77e889..d32e318 100644 (file)
@@ -170,7 +170,7 @@ do_configure () {
                export AR_FOR_TARGET="${HOST_PREFIX}ar"
                export RANLIB_FOR_TARGET="${HOST_PREFIX}ranlib"
        fi
-       gnu-configize
+       (cd ${S} && gnu-configize) || die "failure running gnu-configize"
        oe_runconf
 }
 
index 3afe5ef..a103e89 100644 (file)
@@ -151,7 +151,7 @@ do_configure () {
 # calls for now
 # don't pass CPPFLAGS into configure, since it upsets the kernel-headers
 # version check and doesn't really help with anything
-       gnu-configize
+       (cd ${S} && gnu-configize) || die "failure in running gnu-configize"
        CPPFLAGS="" oe_runconf
 }
 
index f6bd420..39d3983 100644 (file)
@@ -103,6 +103,7 @@ do_configure () {
 # calls for now
 # don't pass CPPFLAGS into configure, since it upsets the kernel-headers
 # version check and doesn't really help with anything
+       (cd ${S} && gnu-configize) || die "failure in running gnu-configize"
        CPPFLAGS="" oe_runconf
 }