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 /libqpe/libqpe-opie_1.0.3.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 'libqpe/libqpe-opie_1.0.3.oe')
-rw-r--r-- | libqpe/libqpe-opie_1.0.3.oe | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libqpe/libqpe-opie_1.0.3.oe b/libqpe/libqpe-opie_1.0.3.oe index eb92baadee..36c2339276 100644 --- a/libqpe/libqpe-opie_1.0.3.oe +++ b/libqpe/libqpe-opie_1.0.3.oe @@ -14,15 +14,15 @@ inherit qmake QMAKE_PROFILES = "library.pro" -export QTDIR=${STAGING_LIBDIR}/.. -export OPIEDIR=${STAGING_LIBDIR}/.. +export QTDIR = "${STAGING_LIBDIR}/.." +export OPIEDIR = "${STAGING_LIBDIR}/.." CXXFLAGS_append = " -DQWS -fno-rtti -fno-exceptions" # # 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() { mkdir -p ${STAGING_INCDIR}/qpe \ @@ -57,5 +57,4 @@ do_install() { } PACKAGES = "libqpe1" -FILES_${PN}= -FILES_libqpe1=/opt/QtPalmtop/lib +FILES_libqpe1 = "/opt/QtPalmtop/lib" |