aboutsummaryrefslogtreecommitdiffstats
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"
PV = "2.2.0+git${SRCPV}"
-SRC_URI = "git://github.com/seccomp/libseccomp.git;protocol=http"
+SRC_URI = "git://github.com/seccomp/libseccomp.git;protocol=http \
+ file://0001-arch-add-a-ppc64-syscall-table.patch \
+ file://0002-arch-add-the-basic-initial-support-for-ppc64-to-the-.patch \
+ file://0003-tools-add-ppc64-support.patch \
+ file://0004-tests-add-ppc64-support-to-the-regression-tests.patch \
+ file://0005-tests-add-ppc64-support-to-the-regression-live-tests.patch \
+ file://0006-ppc64-correct-the-ppc64-syscall-table-and-validation.patch \
+ file://0007-tests-minor-fix-in-arch-syscall-check.patch \
+ file://0008-arch-add-a-ppc-syscall-table.patch \
+ file://0009-arch-add-basic-initial-ppc-support-to-the-arch-depen.patch \
+ file://0010-tools-add-ppc-support.patch \
+ file://0011-tests-add-ppc-support-to-the-regression-tests.patch \
+ "
S = "${WORKDIR}/git"
@@ -17,7 +29,4 @@ inherit autotools-brokensep pkgconfig
PACKAGECONFIG ??= ""
PACKAGECONFIG[python] = "--enable-python, --disable-python, python"
-# PowerPC is not supported in this version.
-COMPATIBLE_HOST = '(x86_64|i.86|arm|arm64|mips|mips64).*-linux'
-
RDEPENDS_${PN} = "bash"