mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
lzo: upgrade to version 2.03
from 2.02 update license info Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
DESCRIPTION = "Lossless data compression library"
|
||||
HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
|
||||
LICENSE = "GPLv2"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
PR = "r1"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8cad52263e636e25377bc18420118101 \
|
||||
file://src/lzo_init.c;beginline=5;endline=33;md5=094776237523b2e93124cf09b9c76aef"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
|
||||
file://autofoo.patch;patch=1 \
|
||||
file://autofoo.patch \
|
||||
file://acinclude.m4"
|
||||
|
||||
inherit autotools
|
||||
Reference in New Issue
Block a user