summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-02-03 15:41:46 -0800
committerArmin Kuster <akuster808@gmail.com>2017-02-18 11:43:20 -0800
commit37f933d49cb326e2468be7f03fa2a4061c9953d0 (patch)
tree43edcfe3fb17192f8fcfe697b874f4f9a5ec29f9
parentbb03811c7d315af75c6ee38cfa299abc92befe5a (diff)
downloadmeta-security-37f933d49cb326e2468be7f03fa2a4061c9953d0.tar.gz
libseccomp: update to tip
adds support for 4.9 and 4.10-rc1 kernels adds support for python 3.x Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/libseccomp/libseccomp.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/libseccomp/libseccomp.bb b/recipes-security/libseccomp/libseccomp.bb
index c131bea..aab411a 100644
--- a/recipes-security/libseccomp/libseccomp.bb
+++ b/recipes-security/libseccomp/libseccomp.bb
@@ -4,11 +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 = "937e774d8ccfd063a601f49ef46769de3926b62d" 7SRCREV = "ce5aea6a4ae7523b57ec13e2e6150aa5d83c1b4e"
8 8
9PV = "2.3.1+git${SRCPV}" 9PV = "2.3.1+git${SRCPV}"
10 10
11SRC_URI = "git://github.com/seccomp/libseccomp.git" 11SRC_URI = "git://github.com/seccomp/libseccomp.git;"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14