lzo: convert to new style staging and use BBCLASSEXTEND for -native
[openembedded.git] / recipes / lzo / lzo_1.08.bb
1 DESCRIPTION = "Lossless data compression library"
2 HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
3 LICENSE = "GPLv2"
4 SECTION = "libs"
5 PRIORITY = "optional"
6 PR = "r15"
7
8 SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz"
9
10 inherit autotools
11
12 EXTRA_OECONF = "--enable-shared"
13
14 NATIVE_INSTALL_WORKS = "1"
15 BBCLASSEXTEND = "native"