[yocto] [meta-security][PATCH] libseccomp: update to tip
Armin Kuster
akuster808 at gmail.com
Fri Feb 3 15:45:07 PST 2017
adds support for 4.9 and 4.10-rc1 kernels
adds support for python 3.x
Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
recipes-security/libseccomp/libseccomp.bb | 4 ++--
1 file 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"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f"
-SRCREV = "937e774d8ccfd063a601f49ef46769de3926b62d"
+SRCREV = "ce5aea6a4ae7523b57ec13e2e6150aa5d83c1b4e"
PV = "2.3.1+git${SRCPV}"
-SRC_URI = "git://github.com/seccomp/libseccomp.git"
+SRC_URI = "git://github.com/seccomp/libseccomp.git;"
S = "${WORKDIR}/git"
--
2.7.4
More information about the yocto
mailing list