summaryrefslogtreecommitdiffstats
path: root/recipes-security/libseccomp/libseccomp.bb
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2016-08-07 11:29:20 +1000
committerArmin Kuster <akuster808@gmail.com>2016-08-20 10:22:59 -0700
commitcd59718eb066b8c1682503a0621f2202044131de (patch)
tree97435e3dbded55d0f560cb8befe32aeb63e447e9 /recipes-security/libseccomp/libseccomp.bb
parent6f09eccae7879c722e3dfafb488c90ed95941683 (diff)
downloadmeta-security-cd59718eb066b8c1682503a0621f2202044131de.tar.gz
libseccomp: update to latest
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/libseccomp/libseccomp.bb')
-rw-r--r--recipes-security/libseccomp/libseccomp.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-security/libseccomp/libseccomp.bb b/recipes-security/libseccomp/libseccomp.bb
index b197fca..c131bea 100644
--- a/recipes-security/libseccomp/libseccomp.bb
+++ b/recipes-security/libseccomp/libseccomp.bb
@@ -4,12 +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 = "7f3ae6e6a12390bd38f0787b242f60c47ad076c3" 7SRCREV = "937e774d8ccfd063a601f49ef46769de3926b62d"
8 8
9PV = "2.2.3+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 "
13 12
14S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
15 14