summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-09-20 12:53:23 -0700
committerArmin Kuster <akuster808@gmail.com>2015-10-08 07:08:36 -0700
commite16a42bf6b6d701b97fc582203836d10a97b29d3 (patch)
tree81849350bc2aec77c5f0677a00ae2310dcfbacd5
parent56905521033fbf6313a6cef1438330b1323bb7d6 (diff)
downloadmeta-security-e16a42bf6b6d701b97fc582203836d10a97b29d3.tar.gz
libseccomp: update to latest
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/libseccomp/libseccomp.bb (renamed from recipes-security/libseccomp/libseccomp_2.2.0.bb)16
1 files changed, 2 insertions, 14 deletions
diff --git a/recipes-security/libseccomp/libseccomp_2.2.0.bb b/recipes-security/libseccomp/libseccomp.bb
index 3b6aa67..b197fca 100644
--- a/recipes-security/libseccomp/libseccomp_2.2.0.bb
+++ b/recipes-security/libseccomp/libseccomp.bb
@@ -4,23 +4,11 @@ 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 = "bd10aab13c7248cc0df57512617e33d6743d33a6" 7SRCREV = "7f3ae6e6a12390bd38f0787b242f60c47ad076c3"
8 8
9PV = "2.2.0+git${SRCPV}" 9PV = "2.2.3+git${SRCPV}"
10 10
11SRC_URI = "git://github.com/seccomp/libseccomp.git \ 11SRC_URI = "git://github.com/seccomp/libseccomp.git \
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 file://regresion_fixup_seq_usage.patch \
24 " 12 "
25 13
26S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"