diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-24 15:18:35 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-24 15:18:35 +0000 |
commit | 19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec (patch) | |
tree | 3797eff5681f7b7188f4e315c2b05fcd936f57e8 /uicmoc/uicmoc-native_2.3.7.oe | |
parent | 85b9c66123293478a0618e3ba230adc266c85eea (diff) |
Another pass of cleanups...
..cheated and made the parser temporarily more picky to spot the packages that need cleaning.
BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ
Diffstat (limited to 'uicmoc/uicmoc-native_2.3.7.oe')
-rw-r--r-- | uicmoc/uicmoc-native_2.3.7.oe | 16 |
1 files changed, 7 insertions, 9 deletions
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 } - - |