diff options
Diffstat (limited to 'recipes/zlib/zlib_1.2.3.bb')
-rw-r--r-- | recipes/zlib/zlib_1.2.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/zlib/zlib_1.2.3.bb b/recipes/zlib/zlib_1.2.3.bb new file mode 100644 index 0000000000..d995869be1 --- /dev/null +++ b/recipes/zlib/zlib_1.2.3.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Zlib Compression Library" +SECTION = "libs" +PRIORITY = "required" +HOMEPAGE = "http://www.gzip.org/zlib/" +LICENSE = "zlib" +PR ="r5" + +SRC_URI = "http://www.zlib.net/zlib-1.2.3.tar.bz2 \ + file://visibility.patch;patch=1 \ + file://autotools.patch;patch=1 " + +S = "${WORKDIR}/zlib-${PV}" + +DEPENDS = "libtool-cross" + +inherit autotools + +do_stage() { + autotools_stage_all +} |