diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-07-25 18:39:20 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-07-27 22:22:17 -0700 |
commit | 04de3591c14f975f39bff13f3a4462d59f886b23 (patch) | |
tree | d5caa19d81c0c0caf88eabe1d2e770592e3cc261 | |
parent | 29f47b44852122c5618e30037710dde009146eb5 (diff) | |
download | meta-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" | |||
4 | LICENSE = "LGPL-2.1" | 4 | LICENSE = "LGPL-2.1" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f" |
6 | 6 | ||
7 | SRCREV = "1dde9d94e0848e12da20602ca38032b91d521427" | 7 | DEPENDS += "gperf-native" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.4 \ | 9 | SRCREV = "f13f58efc690493fe7aa69f54cb52a118f3769c1" |
10 | |||
11 | SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5 \ | ||
10 | file://run-ptest \ | 12 | file://run-ptest \ |
11 | " | 13 | " |
12 | 14 | ||
13 | COMPATIBLE_HOST_riscv64 = "null" | ||
14 | COMPATIBLE_HOST_riscv32 = "null" | 15 | COMPATIBLE_HOST_riscv32 = "null" |
15 | 16 | ||
16 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
@@ -18,7 +19,7 @@ S = "${WORKDIR}/git" | |||
18 | inherit autotools-brokensep pkgconfig ptest | 19 | inherit autotools-brokensep pkgconfig ptest |
19 | 20 | ||
20 | PACKAGECONFIG ??= "" | 21 | PACKAGECONFIG ??= "" |
21 | PACKAGECONFIG[python] = "--enable-python, --disable-python, python" | 22 | PACKAGECONFIG[python] = "--enable-python, --disable-python, python3" |
22 | 23 | ||
23 | DISABLE_STATIC = "" | 24 | DISABLE_STATIC = "" |
24 | 25 | ||