aboutsummaryrefslogtreecommitdiffstats
path: root/packages/opie-i18n/opie-lrelease-native.inc
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-08-14 14:44:26 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-14 14:44:26 +0000
commitd1ce1ec2f684aa2bee1e1d90bdf7d1a315b7bfb1 (patch)
treebe52c5b4b5573ce3cd6c0db1a77df8bd177b9370 /packages/opie-i18n/opie-lrelease-native.inc
parent0dd8629cbaad95b0fab1040e8ebd97bd19c6f210 (diff)
downloadopenembedded-d1ce1ec2f684aa2bee1e1d90bdf7d1a315b7bfb1.tar.gz
Qt3 Native builds:
-Add a qt3e.bbclass similiar to the x11 bbclasses for Qt -Use this class in uicmoc3-native, opie-lrelease-native, opie-lupdate-native -Stage the headers of uicmoc3 and the static library to a dedicated qt3e staging directory -Add two .inc files to share common data between the cvs and 1.2.0 bbfile of opie-lupdate and opie-lrelease
Diffstat (limited to 'packages/opie-i18n/opie-lrelease-native.inc')
-rw-r--r--packages/opie-i18n/opie-lrelease-native.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/opie-i18n/opie-lrelease-native.inc b/packages/opie-i18n/opie-lrelease-native.inc
new file mode 100644
index 0000000000..16d983693b
--- /dev/null
+++ b/packages/opie-i18n/opie-lrelease-native.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "Opie native i18n tool lrelease"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Holger Freyther <zecke@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "uicmoc3-native"
+
+S = "${WORKDIR}/opie-lrelease"
+
+inherit native qmake qt3e
+
+export OE_QMAKE_LINK="${CXX}"
+EXTRA_QMAKEVARS_POST_append = "LIBS+=-ldl"
+
+do_stage() {
+ install -m 0755 opie-lrelease ${STAGING_BINDIR}/
+}