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 /libopie | |
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 'libopie')
-rw-r--r-- | libopie/libopie2_20040225.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libopie/libopie2_20040225.oe b/libopie/libopie2_20040225.oe index ac6aef98bb..8b95289903 100644 --- a/libopie/libopie2_20040225.oe +++ b/libopie/libopie2_20040225.oe @@ -11,17 +11,17 @@ S = "${WORKDIR}/libopie2" inherit qmake -export QTDIR=${STAGING_LIBDIR}/.. -export OPIEDIR=${STAGING_LIBDIR}/.. +export QTDIR = "${STAGING_LIBDIR}/.." +export OPIEDIR = "${STAGING_LIBDIR}/.." #FIXME: Add machine specific bits here. Best use oe_machinstall and read the from a given file -EXTRA_QMAKEVARS_POST= 'DEFINES+=OPIE_WE_VERSION=15' +EXTRA_QMAKEVARS_POST = " DEFINES+=OPIE_WE_VERSION=15" # # for developing - qmake.oeclass should gather this automatically # -export QMAKESPEC=${QMAKE_MKSPEC_PATH}/qws/linux-sharp-g++ +export QMAKESPEC = "${QMAKE_MKSPEC_PATH}/qws/linux-sharp-g++" do_compile() { install -d ${STAGING_INCDIR}/opie2 |