diff options
author | Holger Freyther <zecke@selfish.org> | 2005-08-14 14:44:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-14 14:44:26 +0000 |
commit | d1ce1ec2f684aa2bee1e1d90bdf7d1a315b7bfb1 (patch) | |
tree | be52c5b4b5573ce3cd6c0db1a77df8bd177b9370 /packages/opie-i18n/opie-lupdate-native.inc | |
parent | 0dd8629cbaad95b0fab1040e8ebd97bd19c6f210 (diff) |
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-lupdate-native.inc')
-rw-r--r-- | packages/opie-i18n/opie-lupdate-native.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/opie-i18n/opie-lupdate-native.inc b/packages/opie-i18n/opie-lupdate-native.inc new file mode 100644 index 0000000000..98eb30a864 --- /dev/null +++ b/packages/opie-i18n/opie-lupdate-native.inc @@ -0,0 +1,18 @@ +DESCRIPTION = "Opie native i18n tool lupdate" +SECTION = "opie/base" +PRIORITY = "optional" +MAINTAINER = "Holger Freyther <zecke@handhelds.org>" +LICENSE = "GPL" +DEPENDS = "uicmoc3-native" + +S = "${WORKDIR}/opie-lupdate" + +inherit native qmake qt3e + +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}/ +} |