[oe-commits] : libupnp: stage .pc files from inside autotools_stage_all

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 12 14:26:30 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 3a0624b6975924e836ed84813995640fa6b1cadf
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=3a0624b6975924e836ed84813995640fa6b1cadf

Author:  <koen at openembedded.org>
Date:   Sun Aug 10 18:47:06 2008 +0000

libupnp: stage .pc files from inside autotools_stage_all

---

 packages/upnp/libupnp_1.6.5.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/packages/upnp/libupnp_1.6.5.bb b/packages/upnp/libupnp_1.6.5.bb
index a7a0159..245575e 100644
--- a/packages/upnp/libupnp_1.6.5.bb
+++ b/packages/upnp/libupnp_1.6.5.bb
@@ -2,10 +2,14 @@ DESCRIPTION = "The portable SDK for UPnP* Devices (libupnp) provides developers
 HOMEPAGE = "http://pupnp.sourceforge.net/"
 LICENSE = "BSD"
 
+PR = "r1"
+
 LEAD_SONAME = "libupnp"
 SRC_URI = "${SOURCEFORGE_MIRROR}/pupnp/${P}.tar.bz2"
 
-inherit autotools pkgconfig
+inherit autotools
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
 
 do_stage() {
 	autotools_stage_all





More information about the Openembedded-commits mailing list