[oe-commits] Khem Raj : gupnp_0.13.1.bb: Get rid of legacy staging

git version control git at git.openembedded.org
Thu Aug 5 15:26:24 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Aug  4 11:44:40 2010 -0700

gupnp_0.13.1.bb: Get rid of legacy staging

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/upnp/gupnp_0.13.1.bb |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/upnp/gupnp_0.13.1.bb b/recipes/upnp/gupnp_0.13.1.bb
index cd49b66..726efd7 100644
--- a/recipes/upnp/gupnp_0.13.1.bb
+++ b/recipes/upnp/gupnp_0.13.1.bb
@@ -4,15 +4,17 @@ DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gtk-doc-native libgee"
 SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz \
            file://nodoc.patch"
 
-inherit autotools_stage pkgconfig
+inherit autotools pkgconfig
+
+PR = "r1"
 
 EXTRA_OECONF = "--disable-gtk-doc"
 
 FILES_${PN} = "${libdir}/*.so.*"
 FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
 
-do_stage_append () {
-	install ${S}/tools/gupnp-binding-tool ${STAGING_BINDIR_NATIVE}
+do_install_append () {
+	install ${S}/tools/gupnp-binding-tool ${D}${STAGING_BINDIR_NATIVE}
 }
 
 SRC_URI[md5sum] = "9b5fcf8146ba9a2bd84382f61717aa0e"





More information about the Openembedded-commits mailing list