summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-07-25 18:39:20 +0000
committerArmin Kuster <akuster808@gmail.com>2020-07-27 22:22:17 -0700
commit04de3591c14f975f39bff13f3a4462d59f886b23 (patch)
treed5caa19d81c0c0caf88eabe1d2e770592e3cc261
parent29f47b44852122c5618e30037710dde009146eb5 (diff)
downloadmeta-security-04de3591c14f975f39bff13f3a4462d59f886b23.tar.gz
libseccomp: update to 2.5.0
Notable changes: Add support for the 64-bit RISC-V architecture Update the syscall tables to Linux v5.8.0-rc5 Python bindings and build now default to Python 3.x for more info see: https://github.com/seccomp/libseccomp/blob/master/CHANGELOG Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/libseccomp/libseccomp_2.5.0.bb (renamed from recipes-security/libseccomp/libseccomp_2.4.3.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-security/libseccomp/libseccomp_2.4.3.bb b/recipes-security/libseccomp/libseccomp_2.5.0.bb
index 37d3573..7a6b483 100644
--- a/recipes-security/libseccomp/libseccomp_2.4.3.bb
+++ b/recipes-security/libseccomp/libseccomp_2.5.0.bb
@@ -4,13 +4,14 @@ SECTION = "security"
4LICENSE = "LGPL-2.1" 4LICENSE = "LGPL-2.1"
5LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f" 5LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f"
6 6
7SRCREV = "1dde9d94e0848e12da20602ca38032b91d521427" 7DEPENDS += "gperf-native"
8 8
9SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.4 \ 9SRCREV = "f13f58efc690493fe7aa69f54cb52a118f3769c1"
10
11SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5 \
10 file://run-ptest \ 12 file://run-ptest \
11" 13"
12 14
13COMPATIBLE_HOST_riscv64 = "null"
14COMPATIBLE_HOST_riscv32 = "null" 15COMPATIBLE_HOST_riscv32 = "null"
15 16
16S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
@@ -18,7 +19,7 @@ S = "${WORKDIR}/git"
18inherit autotools-brokensep pkgconfig ptest 19inherit autotools-brokensep pkgconfig ptest
19 20
20PACKAGECONFIG ??= "" 21PACKAGECONFIG ??= ""
21PACKAGECONFIG[python] = "--enable-python, --disable-python, python" 22PACKAGECONFIG[python] = "--enable-python, --disable-python, python3"
22 23
23DISABLE_STATIC = "" 24DISABLE_STATIC = ""
24 25