aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zlib/zlib.inc
diff options
context:
space:
mode:
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"