From 19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 24 Mar 2004 15:18:35 +0000 Subject: Another pass of cleanups... ..cheated and made the parser temporarily more picky to spot the packages that need cleaning. BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ --- uicmoc/uicmoc-native_2.3.7.oe | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'uicmoc') diff --git a/uicmoc/uicmoc-native_2.3.7.oe b/uicmoc/uicmoc-native_2.3.7.oe index 0e83a92b1d..9417027f05 100644 --- a/uicmoc/uicmoc-native_2.3.7.oe +++ b/uicmoc/uicmoc-native_2.3.7.oe @@ -9,15 +9,15 @@ S = "${WORKDIR}/qt-${PV}" inherit autotools native -export QTDIR=${S} -export SYSCONF_CXX = ${CCACHE} g++ -export SYSCONF_CC = ${CCACHE} gcc -export SYSCONF_LINK = ${CCACHE} g++ +export QTDIR = "${S}" +export SYSCONF_CXX = "${CCACHE} g++" +export SYSCONF_CC = "${CCACHE} gcc" +export SYSCONF_LINK = "${CCACHE} g++" -ARCH_i686=x86 +ARCH_i686 = "x86" -EXTRA_OECONF=-depths 8,16 -xplatform linux-x86-g++ -no-qvfb -no-g++-exceptions -no-jpeg -no-mng -qt-zlib -qt-libpng -no-xft -no-xkb -no-vnc -no-sm -no-opengl -static -qconfig oe -EXTRA_OEMAKE=-e +EXTRA_OECONF = "-depths 8,16 -xplatform linux-x86-g++ -no-qvfb -no-g++-exceptions -no-jpeg -no-mng -qt-zlib -qt-libpng -no-xft -no-xkb -no-vnc -no-sm -no-opengl -static -qconfig oe" +EXTRA_OEMAKE = "-e" do_configure() { if [ "$BUILD_ARCH" = "i686" ]; then @@ -47,5 +47,3 @@ do_install() { sleep 1 } - - -- cgit v1.2.3