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:
5030875
)
zlib: add inherit pkgconfig
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Fri, 6 Jun 2008 11:19:34 +0000
(11:19 +0000)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Fri, 6 Jun 2008 11:19:34 +0000
(11:19 +0000)
* after applying the .pc-file-patch zlib use the pkgconfig-class now
* bump PR
packages/zlib/zlib_1.2.3.bb
patch
|
blob
|
history
diff --git
a/packages/zlib/zlib_1.2.3.bb
b/packages/zlib/zlib_1.2.3.bb
index
87da072
..
1f96816
100644
(file)
--- a/
packages/zlib/zlib_1.2.3.bb
+++ b/
packages/zlib/zlib_1.2.3.bb
@@
-3,7
+3,7
@@
SECTION = "libs"
PRIORITY = "required"
HOMEPAGE = "http://www.gzip.org/zlib/"
LICENSE = "zlib"
-PR="r
3
"
+PR="r
4
"
SRC_URI = "http://www.zlib.net/zlib-1.2.3.tar.bz2 \
file://visibility.patch;patch=1 \
@@
-13,7
+13,7
@@
S = "${WORKDIR}/zlib-${PV}"
DEPENDS = "libtool-cross"
-inherit autotools
+inherit autotools
pkgconfig
do_stage() {
install -m 0644 zlib.h ${STAGING_INCDIR}/zlib.h