mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
lz4: update to latest
update to version r119 LICENSE md5sum changed since it was updated in r117 for copyright date change Fixes CVE-2014-4611 (From OE-Core rev: b1811c07589a3eff5702d435f8feface63f1c39e) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c71a1e1ce5
commit
7d1fed2975
@@ -2,10 +2,10 @@ SUMMARY = "Extremely Fast Compression algorithm"
|
||||
DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems."
|
||||
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2008d2325e11691e17fcaa3a6046f850"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0b0d063f37a4477b54af2459477dcafd"
|
||||
|
||||
# Upstream names releases after SVN revs
|
||||
SRCREV = "112"
|
||||
SRCREV = "119"
|
||||
PV = "r${SRCREV}"
|
||||
|
||||
SRC_URI = "svn://lz4.googlecode.com/svn/;module=trunk;protocol=http"
|
||||
|
||||
Reference in New Issue
Block a user