diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2022-06-03 02:06:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-06 13:36:05 +0100 |
commit | d6092687d46e4558c2168fbf015c4d450e85b894 (patch) | |
tree | 6264a59db3b663a4f4ff978908820eb506391b2f /meta | |
parent | 4c14992110f4be9e4ca19a6caa9595a628ec783c (diff) | |
download | poky-d6092687d46e4558c2168fbf015c4d450e85b894.tar.gz |
libseccomp: Correct LIC_FILES_CHKSUM
Previously, only the first line of the LICENSE file was included,
which only covered the license name and thus would not detect a change
to the version (or anything else for that matter).
(From OE-Core rev: 3ac45755dffc611fb46f5cd1c07f4876d3094893)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libseccomp/libseccomp_2.5.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb b/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb index 731d9ae08d..e89b8f7f4b 100644 --- a/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb +++ b/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "The libseccomp library provides and easy to use, platform indepen | |||
3 | HOMEPAGE = "https://github.com/seccomp/libseccomp" | 3 | HOMEPAGE = "https://github.com/seccomp/libseccomp" |
4 | SECTION = "security" | 4 | SECTION = "security" |
5 | LICENSE = "LGPL-2.1-only" | 5 | LICENSE = "LGPL-2.1-only" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" |
7 | 7 | ||
8 | DEPENDS += "gperf-native" | 8 | DEPENDS += "gperf-native" |
9 | 9 | ||