[oe-commits] Tom Rini : dcopidl2cpp-native: Convert from legacy staging

git version control git at git.openembedded.org
Thu Sep 30 22:16:42 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 53ddbbe512c390520bc0609e146907af011e9bc4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=53ddbbe512c390520bc0609e146907af011e9bc4

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Sep 30 14:41:47 2010 -0700

dcopidl2cpp-native: Convert from legacy staging

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/dcop/dcopidl2cpp-native_3.5.8.bb |    7 +++++--
 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 761ef87..cd1d12a 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"





More information about the Openembedded-commits mailing list