diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-10 18:47:06 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-10 18:47:06 +0000 |
commit | 83e1ef08b48b2e29073f2b96e322264ba80abdd7 (patch) | |
tree | 3c33af49d794d02b9749026e70e2a6e8118da9ad /packages/upnp/libupnp_1.6.5.bb | |
parent | bbc89341cb44077e0dd7a1f78d1b3d7f5d73b31a (diff) |
libupnp: stage .pc files from inside autotools_stage_all
Diffstat (limited to 'packages/upnp/libupnp_1.6.5.bb')
-rw-r--r-- | 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 a7a01597ac..245575ed28 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 |