summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo_2.06.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/lzo/lzo_2.06.bb')
-rw-r--r--meta/recipes-support/lzo/lzo_2.06.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-support/lzo/lzo_2.06.bb b/meta/recipes-support/lzo/lzo_2.06.bb
new file mode 100644
index 0000000000..b2cc1711fe
--- /dev/null
+++ b/meta/recipes-support/lzo/lzo_2.06.bb
@@ -0,0 +1,25 @@
1DESCRIPTION = "Lossless data compression library"
2HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
3SECTION = "libs"
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
6 file://src/lzo_init.c;beginline=23;endline=40;md5=924a0f71f5394f6d404be3b458474769"
7PR = "r0"
8
9SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
10 file://autoconf.patch \
11 file://acinclude.m4 \
12 "
13
14SRC_URI[md5sum] = "95380bd4081f85ef08c5209f4107e9f8"
15SRC_URI[sha256sum] = "ff79e6f836d62d3f86ef6ce893ed65d07e638ef4d3cb952963471b4234d43e73"
16
17inherit autotools
18
19EXTRA_OECONF = "--enable-shared"
20
21do_configure_prepend () {
22 cp ${WORKDIR}/acinclude.m4 ${S}/
23}
24
25BBCLASSEXTEND = "native"