From: Koen Kooi Date: Sat, 1 May 2010 17:22:09 +0000 (+0200) Subject: lzo2: add 2.03 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe24fcde4c13a74db6c77ab4f04e671876437721;p=openembedded.git lzo2: add 2.03 --- diff --git a/recipes/lzo/lzo2_2.03.bb b/recipes/lzo/lzo2_2.03.bb new file mode 100644 index 0000000000..3396b78f8a --- /dev/null +++ b/recipes/lzo/lzo2_2.03.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Lossless data compression library" +HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/" +LICENSE = "GPLv2+" +SECTION = "libs" +PRIORITY = "optional" + +SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz" +SRC_URI[md5sum] = "0c3d078c2e8ea5a88971089a2f02a726" +SRC_URI[sha256sum] = "8b1b0da8f757b9ac318e1c15a0eac8bdb56ca902a2dd25beda06c0f265f22591" + +S = "${WORKDIR}/lzo-${PV}" + +inherit autotools + +EXTRA_OECONF = "--enable-shared" + +do_configure() { + gnu-configize --force + oe_runconf +} + +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native" +