summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-24 17:56:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-26 14:14:42 +0100
commite07821846ba0ea739cb0e01e8b947706fabdcf22 (patch)
tree833dbb6c595ed21b56f5adb174174b13fcd906ae /meta/recipes-support
parent241c7d2e6751bc514eafd79c2a4dab62bb7cfafe (diff)
downloadpoky-e07821846ba0ea739cb0e01e8b947706fabdcf22.tar.gz
libseccomp: Add MAINTAINERS entry and HOMEPAGE
Add entries for the migrated recipe to passify the various checks. (From OE-Core rev: cd49367af2b3daa8d3012ae2b8ace380d41cc0b9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libseccomp/libseccomp_2.5.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb b/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb
index 667d5da824..98b2639742 100644
--- a/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb
+++ b/meta/recipes-support/libseccomp/libseccomp_2.5.1.bb
@@ -1,5 +1,6 @@
1SUMMARY = "interface to seccomp filtering mechanism" 1SUMMARY = "interface to seccomp filtering mechanism"
2DESCRIPTION = "The libseccomp library provides and easy to use, platform independent,interface to the Linux Kernel's syscall filtering mechanism: seccomp." 2DESCRIPTION = "The libseccomp library provides and easy to use, platform independent,interface to the Linux Kernel's syscall filtering mechanism: seccomp."
3HOMEPAGE = "https://github.com/seccomp/libseccomp"
3SECTION = "security" 4SECTION = "security"
4LICENSE = "LGPL-2.1" 5LICENSE = "LGPL-2.1"
5LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f" 6LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f"