aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-i18n
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-06-04 15:48:43 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-06-04 15:51:14 +0100
commit44d9ad1d2992615a0ced9c26b926e3ceac4f89fd (patch)
tree8c5ce041cca19c56a87e0956985785f3b8664dd3 /recipes/opie-i18n
parent22fb0f2e2f94a440927541c299c94c62697c97a3 (diff)
downloadopenembedded-44d9ad1d2992615a0ced9c26b926e3ceac4f89fd.tar.gz
opie-lupdate-native: remove legacy staging
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes/opie-i18n')
-rw-r--r--recipes/opie-i18n/opie-lupdate-native.inc5
-rw-r--r--recipes/opie-i18n/opie-lupdate-native_1.2.5.bb2
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes/opie-i18n/opie-lupdate-native.inc b/recipes/opie-i18n/opie-lupdate-native.inc
index 2670e41548..0e95b4b75a 100644
--- a/recipes/opie-i18n/opie-lupdate-native.inc
+++ b/recipes/opie-i18n/opie-lupdate-native.inc
@@ -12,6 +12,7 @@ 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}/
+do_install() {
+ install -d ${D}${bindir}/
+ install -m 0755 opie-lupdate ${D}${bindir}/
}
diff --git a/recipes/opie-i18n/opie-lupdate-native_1.2.5.bb b/recipes/opie-i18n/opie-lupdate-native_1.2.5.bb
index d525431520..dc786bcf9a 100644
--- a/recipes/opie-i18n/opie-lupdate-native_1.2.5.bb
+++ b/recipes/opie-i18n/opie-lupdate-native_1.2.5.bb
@@ -1,6 +1,6 @@
require ${PN}.inc
-PR = "r0"
+PR = "r1"
SRC_URI = "http://sources.openembedded.org/opie-1.2.5-split_development_translation_opie-lupdate.tar.bz2;name=split_development_translation_opie-lupdate \
http://sources.openembedded.org/opie-1.2.5-split_development_translation_shared.tar.bz2;name=split_development_translation_shared"