From 883097a8307e11c5374a7f134148f1292b2db076 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 5 Aug 2010 20:14:25 +0200 Subject: 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 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" -- cgit 1.2.3-korg