aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-ownerinfo
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-08-05 20:14:25 +0200
committerKoen Kooi <koen@openembedded.org>2010-08-05 20:14:25 +0200
commit883097a8307e11c5374a7f134148f1292b2db076 (patch)
tree1a3b79d5fc10e7dbcd6d9cd59ec4df5f24a8e6e3 /recipes/gpe-ownerinfo
parent1acdd183790bf74efb051bafea9a2694074454b6 (diff)
downloadopenembedded-883097a8307e11c5374a7f134148f1292b2db076.tar.gz
gpe-ownerinfo: kill legacy staging
Diffstat (limited to 'recipes/gpe-ownerinfo')
-rw-r--r--recipes/gpe-ownerinfo/gpe-ownerinfo.inc8
-rw-r--r--recipes/gpe-ownerinfo/gpe-ownerinfo_0.28.bb2
2 files changed, 6 insertions, 4 deletions
diff --git a/recipes/gpe-ownerinfo/gpe-ownerinfo.inc b/recipes/gpe-ownerinfo/gpe-ownerinfo.inc
index a56d2f9852..a11d7c90bd 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 482e919b7d..4f4d4f16a7 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"