diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-12 13:29:28 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-12 13:29:28 +0000 |
commit | 5013da3eac1b9eaa3e459e51868c972f35d13987 (patch) | |
tree | 16969aea9782c4712bea45c3e4b99cb54db2dfe2 /packages/upnp | |
parent | 17749e1e129cdb3a6e4121cd70edb3ad2801e33f (diff) | |
parent | 5501bf760b33f3cdd0cccc5a413e5fd8540ad3c9 (diff) |
merge of 'da96891a2ca8b58603eeace03f70b31bdb83f534'
and 'ff29d35506adb74555e6297276dcbf0d5adfba55'
Diffstat (limited to 'packages/upnp')
-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 |