cornucopia: bump SRCREV
[openembedded.git] / recipes / zlib / zlib.inc
blobfa495fcb89cd40b90289a3deb738fa3270eb5f9b
1 DESCRIPTION = "Zlib Compression Library"
2 SECTION = "libs"
3 PRIORITY = "required"
4 HOMEPAGE = "http://www.gzip.org/zlib/"
5 LICENSE = "zlib"
6 INC_PR ="r7"
8 # Below option is added to overcome the GCC bug on ARM 
9 # see http://gcc.gnu.org/PR42981 for further details.
10 # We could potentially take it off when its fixed in gcc 4.5
11 CFLAGS += "${CFLAGS_EXTRA}"
12 CFLAGS_EXTRA_append_arm = " -fforward-propagate"
13 CFLAGS_EXTRA_virtclass-native = ""
14 CFLAGS_EXTRA_virtclass-sdk = ""
16 BBCLASSEXTEND = "native sdk"
18 SRC_URI = "http://www.zlib.net/zlib-${PV}.tar.bz2"
20 inherit autotools