[oe-commits] Koen Kooi : gpe-ownerinfo: kill legacy staging

git version control git at git.openembedded.org
Thu Aug 5 18:14:46 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Aug  5 20:14:25 2010 +0200

gpe-ownerinfo: kill legacy staging

---

 recipes/gpe-ownerinfo/gpe-ownerinfo.inc     |    8 +++++---
 recipes/gpe-ownerinfo/gpe-ownerinfo_0.28.bb |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/recipes/gpe-ownerinfo/gpe-ownerinfo.inc b/recipes/gpe-ownerinfo/gpe-ownerinfo.inc
index a56d2f9..a11d7c9 100644
--- a/recipes/gpe-ownerinfo/gpe-ownerinfo.inc
+++ b/recipes/gpe-ownerinfo/gpe-ownerinfo.inc
@@ -10,8 +10,10 @@ do_compile_prepend() {
 	sed -i -e 's: -s : :g' Makefile
 }
 
-do_stage () {
-	oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR}
-	install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/
+do_install_append () {
+	install -d ${D}${libdir}
+	install -d ${D}${includedir}
+	oe_libinstall -a libgpe-ownerinfo ${D}${libdir}
+	install -m 0644 gpe-ownerinfo.h ${D}${includedir}
 }
 
diff --git a/recipes/gpe-ownerinfo/gpe-ownerinfo_0.28.bb b/recipes/gpe-ownerinfo/gpe-ownerinfo_0.28.bb
index 482e919..4f4d4f1 100644
--- a/recipes/gpe-ownerinfo/gpe-ownerinfo_0.28.bb
+++ b/recipes/gpe-ownerinfo/gpe-ownerinfo_0.28.bb
@@ -1,6 +1,6 @@
 require gpe-ownerinfo.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://compile.patch"
 





More information about the Openembedded-commits mailing list