aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo_2.06.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-07-15 13:26:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-17 12:28:12 +0100
commit381c240be680c535830eccf6ed9d3696e3217dae (patch)
tree931bca32dfa3ad3634037712556961a848047c9e /meta/recipes-support/lzo/lzo_2.06.bb
parent518d6b32aa9d84e572ccd6d04368f4c5bdb222ec (diff)
downloadopenembedded-core-contrib-381c240be680c535830eccf6ed9d3696e3217dae.tar.gz
lzo: Upgrade to 2.08
Changed copyright lines from multiple to a single line, no license change Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/lzo/lzo_2.06.bb')
-rw-r--r--meta/recipes-support/lzo/lzo_2.06.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-support/lzo/lzo_2.06.bb b/meta/recipes-support/lzo/lzo_2.06.bb
deleted file mode 100644
index 23f54edd80..0000000000
--- a/meta/recipes-support/lzo/lzo_2.06.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-SUMMARY = "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 = "r1"
-
-SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
- file://acinclude.m4 \
- "
-
-SRC_URI[md5sum] = "95380bd4081f85ef08c5209f4107e9f8"
-SRC_URI[sha256sum] = "ff79e6f836d62d3f86ef6ce893ed65d07e638ef4d3cb952963471b4234d43e73"
-
-inherit autotools
-
-EXTRA_OECONF = "--enable-shared"
-
-do_configure_prepend () {
- cp ${WORKDIR}/acinclude.m4 ${S}/
-}
-
-BBCLASSEXTEND = "native nativesdk"