diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-04-01 16:34:53 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-04-06 10:39:42 -0700 |
| commit | 8f0f8eeea805e98169fd2711729ac78a85d555ea (patch) | |
| tree | ef84935b95566e134c4d15518642f0a62e783e61 /recipes-security | |
| parent | d832cd0712f60d6ca7432e3c04a28eab40b55a29 (diff) | |
| download | meta-security-8f0f8eeea805e98169fd2711729ac78a85d555ea.tar.gz | |
libseccomp: update to 2.3.2
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
| -rw-r--r-- | recipes-security/libseccomp/libseccomp.bb | 6 |
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" | |||
| 4 | LICENSE = "LGPL-2.1" | 4 | LICENSE = "LGPL-2.1" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f" |
| 6 | 6 | ||
| 7 | SRCREV = "ce5aea6a4ae7523b57ec13e2e6150aa5d83c1b4e" | 7 | SRCREV = "2331d104bc0cbde5f6c54e504a038e52bfe8e12d" |
| 8 | 8 | ||
| 9 | PV = "2.3.1+git${SRCPV}" | 9 | PV = "2.3.2+git${SRCPV}" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/seccomp/libseccomp.git \ | 11 | SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.3 \ |
| 12 | file://run-ptest \ | 12 | file://run-ptest \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
