summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/libseccomp/libseccomp.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/libseccomp/libseccomp.bb b/recipes-security/libseccomp/libseccomp.bb
index 97283d4..7b9e0e5 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 = "ce5aea6a4ae7523b57ec13e2e6150aa5d83c1b4e" 7SRCREV = "2331d104bc0cbde5f6c54e504a038e52bfe8e12d"
8 8
9PV = "2.3.1+git${SRCPV}" 9PV = "2.3.2+git${SRCPV}"
10 10
11SRC_URI = "git://github.com/seccomp/libseccomp.git \ 11SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.3 \
12 file://run-ptest \ 12 file://run-ptest \
13" 13"
14 14