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:29 +0100
commitcd49367af2b3daa8d3012ae2b8ace380d41cc0b9 (patch)
tree16b0a1c87d4ef2f9ce2b6a5990dbc2adb6a149dc /meta/recipes-support
parent5b0182f5c01c8b10b4b65f8af55d682be4839947 (diff)
downloadopenembedded-core-cd49367af2b3daa8d3012ae2b8ace380d41cc0b9.tar.gz
libseccomp: Add MAINTAINERS entry and HOMEPAGE
Add entries for the migrated recipe to passify the various checks. 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 @@
SUMMARY = "interface to seccomp filtering mechanism"
DESCRIPTION = "The libseccomp library provides and easy to use, platform independent,interface to the Linux Kernel's syscall filtering mechanism: seccomp."
+HOMEPAGE = "https://github.com/seccomp/libseccomp"
SECTION = "security"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f"