diff options
Diffstat (limited to 'opie-i18n/opie-lupdate-native_1.1.7.oe')
-rw-r--r-- | opie-i18n/opie-lupdate-native_1.1.7.oe | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/opie-i18n/opie-lupdate-native_1.1.7.oe b/opie-i18n/opie-lupdate-native_1.1.7.oe deleted file mode 100644 index fc99630acf..0000000000 --- a/opie-i18n/opie-lupdate-native_1.1.7.oe +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Opie native i18n tool lupdate" -SECTION = "opie/base" -PRIORITY = "optional" -MAINTAINER = "Holger Freyther <zecke@handhelds.org>" -LICENSE = "GPL" -DEPENDS = "uicmoc3-native" - -TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" -SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/development/translation/opie-lupdate \ - ${HANDHELDS_CVS};tag=${TAG};module=opie/development/translation/shared" - -S = "${WORKDIR}/opie-lupdate" - -inherit native qmake - -export OE_QMAKE_LINK="${CXX}" -EXTRA_QMAKEVARS_POST_append = "LIBS+=-ldl " -EXTRA_QMAKEVARS_POST_append = "CONFIG-=thread " - -do_stage() { - install -m 0755 opie-lupdate ${STAGING_BINDIR}/ -} |