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