gpe-ownerinfo: kill legacy staging
authorKoen Kooi <koen@openembedded.org>
Thu, 5 Aug 2010 18:14:25 +0000 (20:14 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 5 Aug 2010 18:14:25 +0000 (20:14 +0200)
recipes/gpe-ownerinfo/gpe-ownerinfo.inc
recipes/gpe-ownerinfo/gpe-ownerinfo_0.28.bb

index a56d2f9..a11d7c9 100644 (file)
@@ -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}
 }
 
index 482e919..4f4d4f1 100644 (file)
@@ -1,6 +1,6 @@
 require gpe-ownerinfo.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://compile.patch"