aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo_2.04.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-12-31 11:07:52 +0800
committerSaul Wold <sgw@linux.intel.com>2011-01-02 01:25:41 -0800
commitd02e19ac91643fe63900d2c48e52d4585fe13432 (patch)
tree77a0442392cdca11e6d23859f1fe7b299d073769 /meta/recipes-support/lzo/lzo_2.04.bb
parent5a859fcadc738b16132a4735f2a27a67473c3c9e (diff)
downloadopenembedded-core-contrib-d02e19ac91643fe63900d2c48e52d4585fe13432.tar.gz
lzo: upgrade to version 2.04
from 2.03 lzo: fix LIC_FILES_CHKSUM Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/lzo/lzo_2.04.bb')
-rw-r--r--meta/recipes-support/lzo/lzo_2.04.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-support/lzo/lzo_2.04.bb b/meta/recipes-support/lzo/lzo_2.04.bb
new file mode 100644
index 0000000000..f8c8aba3a3
--- /dev/null
+++ b/meta/recipes-support/lzo/lzo_2.04.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=8cad52263e636e25377bc18420118101 \
+ file://src/lzo_init.c;beginline=5;endline=36;md5=454f781644dfe945e3634a9b699e91f3"
+PR = "r0"
+
+SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
+ file://autoconf.patch \
+ file://acinclude.m4 \
+ "
+
+SRC_URI[md5sum] = "a383c7055a310e2a71b9ecd19cfea238"
+SRC_URI[sha256sum] = "4ee3a040facf39561f13e4ef2ab99a886fd68251a35d612486ed0625cc6ab428"
+
+inherit autotools
+
+EXTRA_OECONF = "--enable-shared"
+
+do_configure_prepend () {
+ cp ${WORKDIR}/acinclude.m4 ${S}/
+}
+
+BBCLASSEXTEND = "native"