[oe-commits] Koen Kooi : lzo2: add 2.03

git version control git at git.openembedded.org
Sat May 1 17:24:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fe24fcde4c13a74db6c77ab4f04e671876437721
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fe24fcde4c13a74db6c77ab4f04e671876437721

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat May  1 19:22:09 2010 +0200

lzo2: add 2.03

---

 recipes/lzo/lzo2_2.03.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/recipes/lzo/lzo2_2.03.bb b/recipes/lzo/lzo2_2.03.bb
new file mode 100644
index 0000000..3396b78
--- /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"
+





More information about the Openembedded-commits mailing list