From e951cbf49d1b8feb1818e7db6af27d50a14779a1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Aug 2010 11:42:29 -0700 Subject: gupnp_0.12.5.bb: Get rid of legacy staging Signed-off-by: Khem Raj Acked-by: Martin Jansa --- recipes/upnp/gupnp_0.12.5.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes') diff --git a/recipes/upnp/gupnp_0.12.5.bb b/recipes/upnp/gupnp_0.12.5.bb index 8304875423..1dcbcca81f 100644 --- a/recipes/upnp/gupnp_0.12.5.bb +++ b/recipes/upnp/gupnp_0.12.5.bb @@ -2,15 +2,15 @@ LICENSE = "LGPL" DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2" SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" -PR = "r1" +PR = "r2" -inherit autotools_stage pkgconfig +inherit autotools pkgconfig 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 -m 755 ${S}/tools/gupnp-binding-tool ${D}${STAGING_BINDIR_NATIVE} } SRC_URI[md5sum] = "bfb12195c76bb6632bd917f2c2bc12d6" SRC_URI[sha256sum] = "241e416cbe2c02f413fde82a8587bfe2fe9915fbed3a6fb20c86520b8d7543ef" -- cgit 1.2.3-korg