git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbc8934
)
libupnp: stage .pc files from inside autotools_stage_all
author
Koen Kooi
<koen@openembedded.org>
Sun, 10 Aug 2008 18:47:06 +0000
(18:47 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 10 Aug 2008 18:47:06 +0000
(18:47 +0000)
packages/upnp/libupnp_1.6.5.bb
patch
|
blob
|
history
diff --git
a/packages/upnp/libupnp_1.6.5.bb
b/packages/upnp/libupnp_1.6.5.bb
index
a7a0159
..
245575e
100644
(file)
--- 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