From a11cad12e4e32e57f9ca2363539f9397bdc1bf2d Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Sun, 1 Aug 2004 13:31:02 +0000 Subject: [PATCH] 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 --- opie-i18n/opie-lupdate-native_cvs.oe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 " 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}/ -- 2.39.5