[oe-commits] org.oe.dev zlib: add inherit pkgconfig

woglinde2 commit oe at amethyst.openembedded.net
Fri Jun 6 14:27:23 UTC 2008


zlib: add inherit pkgconfig
* after applying the .pc-file-patch zlib use the pkgconfig-class now
* bump PR

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: 002eda28acb76c39ae5920ebf07cf3756277bd37
ViewMTN: http://monotone.openembedded.org/revision/info/002eda28acb76c39ae5920ebf07cf3756277bd37
Files:
1
packages/zlib/zlib_1.2.3.bb
Diffs:

#
# mt diff -rcd8e0bde7c54e1af81af99fcea548ebf074123fd -r002eda28acb76c39ae5920ebf07cf3756277bd37
#
#
#
# patch "packages/zlib/zlib_1.2.3.bb"
#  from [29e47c464b402bc8f8366f8f3bba8bf991d595f6]
#    to [5b7396f7a9126e153751bf2083c858125b44e365]
#
============================================================
--- packages/zlib/zlib_1.2.3.bb	29e47c464b402bc8f8366f8f3bba8bf991d595f6
+++ packages/zlib/zlib_1.2.3.bb	5b7396f7a9126e153751bf2083c858125b44e365
@@ -3,7 +3,7 @@ LICENSE = "zlib"
 PRIORITY = "required"
 HOMEPAGE = "http://www.gzip.org/zlib/"
 LICENSE = "zlib"
-PR="r3"
+PR="r4"
 
 SRC_URI = "http://www.zlib.net/zlib-1.2.3.tar.bz2 \
 		file://visibility.patch;patch=1 \
@@ -13,7 +13,7 @@ DEPENDS = "libtool-cross"
 
 DEPENDS = "libtool-cross"
 
-inherit autotools
+inherit autotools pkgconfig
 
 do_stage() {
 	install -m 0644 zlib.h ${STAGING_INCDIR}/zlib.h






More information about the Openembedded-commits mailing list