aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2008-05-06 00:31:12 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2008-05-06 00:31:12 +0000
commitc142e8b02d0e37b959d9739b9f42dddb326c7d9d (patch)
treeee381e082857b69653da8fdce481d77bdc7a8efe
parent0fb268a8c03bbea4fc1f34a3b7a9ebe7a02c471d (diff)
downloadopenembedded-c142e8b02d0e37b959d9739b9f42dddb326c7d9d.tar.gz
uicmoc4-native.inc: build lrelease translation tool
-rw-r--r--packages/uicmoc/uicmoc4-native.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/uicmoc/uicmoc4-native.inc b/packages/uicmoc/uicmoc4-native.inc
index 5313b90ee9..92936a8207 100644
--- a/packages/uicmoc/uicmoc4-native.inc
+++ b/packages/uicmoc/uicmoc4-native.inc
@@ -4,7 +4,7 @@ SECTION = "libs"
HOMEPAGE = "http://www.trolltech.com"
PRIORITY = "optional"
LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
SRC_URI = "ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-src-${PV}.tar.gz \
file://configure-fix.patch;patch=1"
@@ -45,6 +45,7 @@ TOBUILD = "\
src/network \
src/gui \
src/tools/uic3 \
+ tools/linguist/lrelease \
"
do_compile() {
@@ -60,6 +61,7 @@ do_stage() {
install -m 0755 bin/uic ${STAGING_BINDIR}/uic4
install -m 0755 bin/uic3 ${STAGING_BINDIR}/uic34
install -m 0755 bin/rcc ${STAGING_BINDIR}/rcc4
+ install -m 0755 bin/lrelease ${STAGING_BINDIR}/lrelease4
install -d ${STAGING_DIR_NATIVE}/qt4/
install -m 0644 tools/porting/src/q3porting.xml ${STAGING_DIR_NATIVE}/qt4/
}