summaryrefslogtreecommitdiff
path: root/recipes/zlib/zlib.inc
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2010-05-02 08:19:08 +0000
committerRoman I Khimov <khimov@altell.ru>2010-05-02 23:29:35 +0400
commit60e0205577b66d09581d1e830db67fd1c9882b78 (patch)
tree4d3fe82738e352211a62a67c1d230bf405abe089 /recipes/zlib/zlib.inc
parente0fd0683b2cec0bf449701a4baf4290587d0f809 (diff)
zlib: convert to BBCLASSEXTEND and add version 1.2.5
- convert to BBCLASSEXTEND - unify versions with .inc file - add version 1.2.5 with updated autotool patch for this version Signed-off-by: Eric Benard <eric@eukrea.com> Acked-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/zlib/zlib.inc')
-rw-r--r--recipes/zlib/zlib.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/zlib/zlib.inc b/recipes/zlib/zlib.inc
new file mode 100644
index 0000000000..0f7bea06d5
--- /dev/null
+++ b/recipes/zlib/zlib.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "Zlib Compression Library"
+SECTION = "libs"
+PRIORITY = "required"
+HOMEPAGE = "http://www.gzip.org/zlib/"
+LICENSE = "zlib"
+INC_PR ="r6"
+
+BBCLASSEXTEND = "native sdk"
+
+SRC_URI = "http://www.zlib.net/zlib-${PV}.tar.bz2"
+
+inherit autotools
+
+DEPENDS = "libtool-cross"