diff options
author | Holger Freyther <zecke@selfish.org> | 2004-08-01 13:31:02 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-08-01 13:31:02 +0000 |
commit | a11cad12e4e32e57f9ca2363539f9397bdc1bf2d (patch) | |
tree | d36ee1af1812c4ef60a1553f03d22e4004e1ee9f /opie-i18n | |
parent | 62ce5c9fb7fa812cedd6f3e99e1994c749697867 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/08/01 15:29:10+02:00 handhelds.org!zecke
Upstream opie-lupdate wants to link against a multi threaded version of Qt but
we only build the single threaded version of it. So make opie-lupdate link against the
single threaded version again
BKrev: 410cf096Rx1MTCfUtXAvXKP3VNcC2A
Diffstat (limited to 'opie-i18n')
-rw-r--r-- | opie-i18n/opie-lupdate-native_cvs.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opie-i18n/opie-lupdate-native_cvs.oe b/opie-i18n/opie-lupdate-native_cvs.oe index c7e06b301e..bd3dd5ca15 100644 --- a/opie-i18n/opie-lupdate-native_cvs.oe +++ b/opie-i18n/opie-lupdate-native_cvs.oe @@ -5,6 +5,7 @@ MAINTAINER = "Holger Freyther <zecke@handhelds.org>" LICENSE = "GPL" DEPENDS = "uicmoc3-native" PV = "1.1.5-cvs-${CVSDATE}" +PR = "2" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/translation/opie-lupdate \ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/translation/shared" @@ -14,7 +15,8 @@ S = "${WORKDIR}/opie-lupdate" inherit native qmake export OE_QMAKE_LINK="${CXX}" -EXTRA_QMAKEVARS_POST_append = "LIBS+=-ldl" +EXTRA_QMAKEVARS_POST_append = "LIBS+=-ldl " +EXTRA_QMAKEVARS_POST_append = "CONFIG-=thread " do_stage() { install -m 0755 opie-lupdate ${STAGING_BINDIR}/ |