summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo_2.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/lzo/lzo_2.10.bb')
-rw-r--r--meta/recipes-support/lzo/lzo_2.10.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/lzo/lzo_2.10.bb b/meta/recipes-support/lzo/lzo_2.10.bb
index 8eefec3cc9..f0c8631aea 100644
--- a/meta/recipes-support/lzo/lzo_2.10.bb
+++ b/meta/recipes-support/lzo/lzo_2.10.bb
@@ -1,4 +1,6 @@
1SUMMARY = "Lossless data compression library" 1SUMMARY = "Lossless data compression library"
2DESCRIPTION = "A portable lossless data compression library written in \
3ANSI C that offers pretty fast compression and *extremely* fast decompression. "
2HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/" 4HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
3SECTION = "libs" 5SECTION = "libs"
4LICENSE = "GPLv2+" 6LICENSE = "GPLv2+"
@@ -16,6 +18,8 @@ SRC_URI[sha256sum] = "c0f892943208266f9b6543b3ae308fab6284c5c90e627931446fb49b42
16 18
17inherit autotools ptest 19inherit autotools ptest
18 20
21CVE_PRODUCT = "lzo oberhumer:lzo2"
22
19EXTRA_OECONF = "--enable-shared" 23EXTRA_OECONF = "--enable-shared"
20 24
21do_install_ptest() { 25do_install_ptest() {