From e319f00ec91e800f2ac6bd87bc1a6c78006c83e3 Mon Sep 17 00:00:00 2001 From: Qing He Date: Fri, 29 Apr 2011 16:14:19 +0800 Subject: lzo: upgrade to version 2.05 from 2.04 Signed-off-by: Qing He --- meta/recipes-support/lzo/lzo_2.05.bb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta/recipes-support/lzo/lzo_2.05.bb (limited to 'meta/recipes-support/lzo/lzo_2.05.bb') 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" -- cgit 1.2.3-korg