summaryrefslogtreecommitdiff
path: root/opie-i18n
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-11 17:44:47 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-11 17:44:47 +0000
commit738bb4fe77586577390058c648265ab13dff32c3 (patch)
treeb69c4b53e90f93291c13bb9c9d4d7e95dd8910fa /opie-i18n
parentb961dab61060dedcd5cfb466a6b05ff34cf9a717 (diff)
make opie-i18n native tools use our qmake+qmakespec
BKrev: 40a1110fG-4TbJI-4a1p-65rqpmVzg
Diffstat (limited to 'opie-i18n')
-rw-r--r--opie-i18n/opie-lrelease-native_cvs.oe9
-rw-r--r--opie-i18n/opie-lupdate-native_cvs.oe9
2 files changed, 6 insertions, 12 deletions
diff --git a/opie-i18n/opie-lrelease-native_cvs.oe b/opie-i18n/opie-lrelease-native_cvs.oe
index 83339406db..c921c213bf 100644
--- a/opie-i18n/opie-lrelease-native_cvs.oe
+++ b/opie-i18n/opie-lrelease-native_cvs.oe
@@ -3,7 +3,7 @@ SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Holger Freyther <zecke@handhelds.org>"
LICENSE = "GPL"
-DEPENDS = "qmake-native uicmoc3-native"
+DEPENDS = "uicmoc3-native"
PV = "1.1.4-cvs-${CVSDATE}"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/translation/opie-lrelease;date=${CVSDATE} \
@@ -11,12 +11,9 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/t
S = "${WORKDIR}/opie-lrelease"
-inherit native
+inherit native qmake
-do_configure() {
- QMAKESPEC="${QMAKE_MKSPEC_PATH}/qws/${TARGET_OS}-oe-g++"
- qmake -makefile -spec $QMAKESPEC -o Makefile lrelease.pro
-}
+EXTRA_QMAKEVARS_POST_append = "LIBS+=-ldl"
do_stage() {
install -m 0755 opie-lrelease ${STAGING_BINDIR}/
diff --git a/opie-i18n/opie-lupdate-native_cvs.oe b/opie-i18n/opie-lupdate-native_cvs.oe
index 2e433d4b6e..96fcbc18fa 100644
--- a/opie-i18n/opie-lupdate-native_cvs.oe
+++ b/opie-i18n/opie-lupdate-native_cvs.oe
@@ -3,7 +3,7 @@ SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Holger Freyther <zecke@handhelds.org>"
LICENSE = "GPL"
-DEPENDS = "qmake-native uicmoc3-native"
+DEPENDS = "uicmoc3-native"
PV = "1.1.4-cvs-${CVSDATE}"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/translation/opie-lupdate;date=${CVSDATE} \
@@ -11,12 +11,9 @@ SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/t
S = "${WORKDIR}/opie-lupdate"
-inherit native
+inherit native qmake
-do_configure() {
- QMAKESPEC="${QMAKE_MKSPEC_PATH}/qws/${TARGET_OS}-oe-g++"
- qmake -makefile -spec $QMAKESPEC -o Makefile opie-lupdate.pro
-}
+EXTRA_QMAKEVARS_POST_append = "LIBS+=-ldl"
do_stage() {
install -m 0755 opie-lupdate ${STAGING_BINDIR}/