diff options
author | Eric BENARD <eric@eukrea.com> | 2010-05-02 08:19:08 +0000 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-05-02 23:29:35 +0400 |
commit | 60e0205577b66d09581d1e830db67fd1c9882b78 (patch) | |
tree | 4d3fe82738e352211a62a67c1d230bf405abe089 /recipes/zlib/zlib.inc | |
parent | e0fd0683b2cec0bf449701a4baf4290587d0f809 (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.inc | 14 |
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" |