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

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:03:29 UTC 2008


libupnp: stage .pc files from inside autotools_stage_all

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 9b3a1338696eeb911926703df9b556d098fee296
ViewMTN: http://monotone.openembedded.org/revision/info/9b3a1338696eeb911926703df9b556d098fee296
Files:
1
packages/upnp/libupnp_1.6.5.bb
Diffs:

#
# mt diff -r103744b631aa4a1b5a37d6da683278c146745059 -r9b3a1338696eeb911926703df9b556d098fee296
#
#
#
# patch "packages/upnp/libupnp_1.6.5.bb"
#  from [5954835ded65c76dd5353b45114a58452af0e8c7]
#    to [841b6ec42c80694208effdf5150cbbdbb1277b13]
#
============================================================
--- packages/upnp/libupnp_1.6.5.bb	5954835ded65c76dd5353b45114a58452af0e8c7
+++ packages/upnp/libupnp_1.6.5.bb	841b6ec42c80694208effdf5150cbbdbb1277b13
@@ -2,11 +2,15 @@ LICENSE = "BSD"
 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