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_1.2.5.bb | |
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_1.2.5.bb')
-rw-r--r-- | recipes/zlib/zlib_1.2.5.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/zlib/zlib_1.2.5.bb b/recipes/zlib/zlib_1.2.5.bb new file mode 100644 index 0000000000..c16d154a63 --- /dev/null +++ b/recipes/zlib/zlib_1.2.5.bb @@ -0,0 +1,10 @@ +include zlib.inc + +PR = "${INC_PR}.0" + +SRC_URI += "file://0001-autotools.patch;patch=1 " + +SRC_URI[md5sum] = "be1e89810e66150f5b0327984d8625a0" +SRC_URI[sha256sum] = "239aead2f22f16bfcfa6a6a5150dcbd6d6f2e4d1eaa8727b5769ea014120b307" + +DEFAULT_PREFERENCE = "-1" |