blob: 0e1f866d96a38c96e17b53e397c978dcce162c22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "Lossless data compression library"
HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
LICENSE = "GPLv2"
SECTION = "libs"
PRIORITY = "optional"
PR = "r13"
SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz"
inherit autotools
EXTRA_OECONF = "--enable-shared"
#do_configure () {
# # override this function to avoid the autoconf/automake/aclocal/autoheader
# # calls for now
# gnu-configize
# oe_runconf
#}
|