aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-ownerinfo/gpe-ownerinfo.inc
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/gpe-ownerinfo.inc
parent1acdd183790bf74efb051bafea9a2694074454b6 (diff)
downloadopenembedded-883097a8307e11c5374a7f134148f1292b2db076.tar.gz
gpe-ownerinfo: kill legacy staging
Diffstat (limited to 'recipes/gpe-ownerinfo/gpe-ownerinfo.inc')
-rw-r--r--recipes/gpe-ownerinfo/gpe-ownerinfo.inc8
1 files changed, 5 insertions, 3 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}
}