summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2022-06-03 02:06:48 +0200
committerSteve Sakoman <steve@sakoman.com>2022-06-06 05:32:51 -1000
commitf9f1e7fa6b895cf810887b6c5ddb07b521371f20 (patch)
tree9b6e1c3ddbf35ca9aa4ccb96b65f05619c11cb07 /meta
parentdaa6eb4deeb1650b63b712f4c25010819fe5d3f7 (diff)
downloadopenembedded-core-contrib-f9f1e7fa6b895cf810887b6c5ddb07b521371f20.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). Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3ac45755dffc611fb46f5cd1c07f4876d3094893) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/libseccomp/libseccomp_2.5.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libseccomp/libseccomp_2.5.3.bb b/meta/recipes-support/libseccomp/libseccomp_2.5.3.bb
index d47200e01c..4c0fb1d7b3 100644
--- a/meta/recipes-support/libseccomp/libseccomp_2.5.3.bb
+++ b/meta/recipes-support/libseccomp/libseccomp_2.5.3.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "The libseccomp library provides and easy to use, platform indepen
HOMEPAGE = "https://github.com/seccomp/libseccomp"
SECTION = "security"
LICENSE = "LGPL-2.1-only"
-LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
DEPENDS += "gperf-native"