summaryrefslogtreecommitdiffstats
path: root/recipes-security/libseccomp/libseccomp_2.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/libseccomp/libseccomp_2.2.0.bb')
-rw-r--r--recipes-security/libseccomp/libseccomp_2.2.0.bb17
1 files changed, 13 insertions, 4 deletions
diff --git a/recipes-security/libseccomp/libseccomp_2.2.0.bb b/recipes-security/libseccomp/libseccomp_2.2.0.bb
index fb29e6c..02cfb39 100644
--- a/recipes-security/libseccomp/libseccomp_2.2.0.bb
+++ b/recipes-security/libseccomp/libseccomp_2.2.0.bb
@@ -8,7 +8,19 @@ SRCREV = "bd10aab13c7248cc0df57512617e33d6743d33a6"
8 8
9PV = "2.2.0+git${SRCPV}" 9PV = "2.2.0+git${SRCPV}"
10 10
11SRC_URI = "git://github.com/seccomp/libseccomp.git;protocol=http" 11SRC_URI = "git://github.com/seccomp/libseccomp.git;protocol=http \
12 file://0001-arch-add-a-ppc64-syscall-table.patch \
13 file://0002-arch-add-the-basic-initial-support-for-ppc64-to-the-.patch \
14 file://0003-tools-add-ppc64-support.patch \
15 file://0004-tests-add-ppc64-support-to-the-regression-tests.patch \
16 file://0005-tests-add-ppc64-support-to-the-regression-live-tests.patch \
17 file://0006-ppc64-correct-the-ppc64-syscall-table-and-validation.patch \
18 file://0007-tests-minor-fix-in-arch-syscall-check.patch \
19 file://0008-arch-add-a-ppc-syscall-table.patch \
20 file://0009-arch-add-basic-initial-ppc-support-to-the-arch-depen.patch \
21 file://0010-tools-add-ppc-support.patch \
22 file://0011-tests-add-ppc-support-to-the-regression-tests.patch \
23 "
12 24
13S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
14 26
@@ -17,7 +29,4 @@ inherit autotools-brokensep pkgconfig
17PACKAGECONFIG ??= "" 29PACKAGECONFIG ??= ""
18PACKAGECONFIG[python] = "--enable-python, --disable-python, python" 30PACKAGECONFIG[python] = "--enable-python, --disable-python, python"
19 31
20# PowerPC is not supported in this version.
21COMPATIBLE_HOST = '(x86_64|i.86|arm|arm64|mips|mips64).*-linux'
22
23RDEPENDS_${PN} = "bash" 32RDEPENDS_${PN} = "bash"