summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo_2.05.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-04-29 16:14:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-04 00:51:15 +0100
commite319f00ec91e800f2ac6bd87bc1a6c78006c83e3 (patch)
tree7ba9ebfea95f75319277c08715104312a23fcd19 /meta/recipes-support/lzo/lzo_2.05.bb
parent122f8e4af98a049de01526a6d09e7eb422494b9a (diff)
downloadopenembedded-core-contrib-e319f00ec91e800f2ac6bd87bc1a6c78006c83e3.tar.gz
lzo: upgrade to version 2.05
from 2.04 Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-support/lzo/lzo_2.05.bb')
-rw-r--r--meta/recipes-support/lzo/lzo_2.05.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-support/lzo/lzo_2.05.bb b/meta/recipes-support/lzo/lzo_2.05.bb
new file mode 100644
index 0000000000..411b744815
--- /dev/null
+++ b/meta/recipes-support/lzo/lzo_2.05.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "Lossless data compression library"
+HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+ file://src/lzo_init.c;beginline=23;endline=40;md5=924a0f71f5394f6d404be3b458474769"
+PR = "r0"
+
+SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
+ file://autoconf.patch \
+ file://acinclude.m4 \
+ "
+
+SRC_URI[md5sum] = "c67cda5fa191bab761c7cb06fe091e36"
+SRC_URI[sha256sum] = "449f98186d76ba252cd17ff1241ca2a96b7f62e0d3e4766f88730dab0ea5f333"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-shared"
+
+do_configure_prepend () {
+ cp ${WORKDIR}/acinclude.m4 ${S}/
+}
+
+BBCLASSEXTEND = "native"