summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo_2.05.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-11-30 22:12:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 22:15:09 +0000
commitca76d82c080439434ebfa9c79a449148a2467157 (patch)
treeae4816b02e4e206976e37c6f7f35762cc16fc6a7 /meta/recipes-support/lzo/lzo_2.05.bb
parent99830ed5145608cf1b725b91ef578d083570edd6 (diff)
downloadopenembedded-core-ca76d82c080439434ebfa9c79a449148a2467157.tar.gz
lzo: upgrade from 2.05 to the latest version 2.06
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/lzo/lzo_2.05.bb')
-rw-r--r--meta/recipes-support/lzo/lzo_2.05.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-support/lzo/lzo_2.05.bb b/meta/recipes-support/lzo/lzo_2.05.bb
deleted file mode 100644
index c49e94a5e8..0000000000
--- a/meta/recipes-support/lzo/lzo_2.05.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "Lossless data compression library"
-HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
-SECTION = "libs"
-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"