summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo_2.03.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/lzo/lzo_2.03.bb')
-rw-r--r--meta/recipes-support/lzo/lzo_2.03.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-support/lzo/lzo_2.03.bb b/meta/recipes-support/lzo/lzo_2.03.bb
new file mode 100644
index 0000000000..9657d97e59
--- /dev/null
+++ b/meta/recipes-support/lzo/lzo_2.03.bb
@@ -0,0 +1,22 @@
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=33;md5=094776237523b2e93124cf09b9c76aef"
8PR = "r0"
9
10SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
11 file://autofoo.patch \
12 file://acinclude.m4"
13
14inherit autotools
15
16EXTRA_OECONF = "--enable-shared"
17
18do_configure_prepend () {
19 cp ${WORKDIR}/acinclude.m4 ${S}/
20}
21
22BBCLASSEXTEND = "native"