summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lz4/lz4_1.9.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/lz4/lz4_1.9.2.bb')
-rw-r--r--meta/recipes-support/lz4/lz4_1.9.2.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-support/lz4/lz4_1.9.2.bb b/meta/recipes-support/lz4/lz4_1.9.2.bb
index 455d2a5141..bc11a57eb5 100644
--- a/meta/recipes-support/lz4/lz4_1.9.2.bb
+++ b/meta/recipes-support/lz4/lz4_1.9.2.bb
@@ -1,5 +1,6 @@
1SUMMARY = "Extremely Fast Compression algorithm" 1SUMMARY = "Extremely Fast Compression algorithm"
2DESCRIPTION = "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." 2DESCRIPTION = "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."
3HOMEPAGE = "https://github.com/lz4/lz4"
3 4
4LICENSE = "BSD | BSD-2-Clause | GPL-2.0" 5LICENSE = "BSD | BSD-2-Clause | GPL-2.0"
5LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \ 6LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \
@@ -11,8 +12,13 @@ PE = "1"
11 12
12SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd" 13SRCREV = "fdf2ef5809ca875c454510610764d9125ef2ebbd"
13 14
14SRC_URI = "git://github.com/lz4/lz4.git;branch=dev \ 15# remove at next version upgrade or when output changes
16PR = "r1"
17HASHEQUIV_HASH_VERSION .= ".1"
18
19SRC_URI = "git://github.com/lz4/lz4.git;branch=dev;protocol=https \
15 file://run-ptest \ 20 file://run-ptest \
21 file://CVE-2021-3520.patch \
16 " 22 "
17UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)" 23UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
18 24
@@ -21,7 +27,7 @@ S = "${WORKDIR}/git"
21# Fixed in r118, which is larger than the current version. 27# Fixed in r118, which is larger than the current version.
22CVE_CHECK_WHITELIST += "CVE-2014-4715" 28CVE_CHECK_WHITELIST += "CVE-2014-4715"
23 29
24EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir} BUILD_STATIC=no" 30EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' CFLAGS='${CFLAGS}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir} BUILD_STATIC=no"
25 31
26do_install() { 32do_install() {
27 oe_runmake install 33 oe_runmake install