aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dcop
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-09-30 14:41:47 -0700
committerTom Rini <tom_rini@mentor.com>2010-09-30 14:41:47 -0700
commit53ddbbe512c390520bc0609e146907af011e9bc4 (patch)
tree39dfe49a1d75fc534d7bc9440059151db608e07d /recipes/dcop
parent532afcc89f2e2e64a7e43096c136251a4d54489b (diff)
downloadopenembedded-53ddbbe512c390520bc0609e146907af011e9bc4.tar.gz
dcopidl2cpp-native: Convert from legacy staging
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/dcop')
-rw-r--r--recipes/dcop/dcopidl2cpp-native_3.5.8.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/dcop/dcopidl2cpp-native_3.5.8.bb b/recipes/dcop/dcopidl2cpp-native_3.5.8.bb
index 761ef87c92..cd1d12a62b 100644
--- a/recipes/dcop/dcopidl2cpp-native_3.5.8.bb
+++ b/recipes/dcop/dcopidl2cpp-native_3.5.8.bb
@@ -3,6 +3,7 @@ SECTION = "kde/devel"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "uicmoc3-native"
+PR = "r1"
SRC_URI = "ftp://download.kde.org/pub/kde/stable/${PV}/src/kdelibs-${PV}.tar.bz2"
#\
@@ -22,9 +23,11 @@ do_configure_prepend() {
}
do_stage() {
- install -d ${STAGING_BINDIR}
- install -m 0755 dcopidl2cpp ${STAGING_BINDIR}
+ install -d ${D}${bindir}
+ install -m 0755 dcopidl2cpp ${D}${bindir}
}
SRC_URI[md5sum] = "acaa37e79e840d10dca326277a20863c"
SRC_URI[sha256sum] = "779f563fdf0385b973f2238f04d82b5729aefe1c949e4d29482b6bb170aa3fe6"
+
+NATIVE_INSTALL_WORKS = "1"