[oe-commits] org.oe.dev uicmoc4-native.inc: build lrelease translation tool

jeremy_laine commit oe at amethyst.openembedded.net
Tue May 6 00:32:11 UTC 2008


uicmoc4-native.inc: build lrelease translation tool

Author: jeremy_laine at openembedded.org
Branch: org.openembedded.dev
Revision: 665b801ef26b2b5da6423ad9a47eac8ab53b6574
ViewMTN: http://monotone.openembedded.org/revision/info/665b801ef26b2b5da6423ad9a47eac8ab53b6574
Files:
1
packages/uicmoc/uicmoc4-native.inc
Diffs:

#
# mt diff -r3ed57a19d01165b8bf3de02acb883e37b19fc372 -r665b801ef26b2b5da6423ad9a47eac8ab53b6574
#
#
#
# patch "packages/uicmoc/uicmoc4-native.inc"
#  from [2b219b305e2d05b7f9dbe7ec53cdaf102d217a18]
#    to [43b29564d0db12acbaa8e5e0a2ea0bc58d39a58d]
#
============================================================
--- packages/uicmoc/uicmoc4-native.inc	2b219b305e2d05b7f9dbe7ec53cdaf102d217a18
+++ packages/uicmoc/uicmoc4-native.inc	43b29564d0db12acbaa8e5e0a2ea0bc58d39a58d
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 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/
 }






More information about the Openembedded-commits mailing list