diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-24 17:56:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-26 14:14:42 +0100 |
commit | e07821846ba0ea739cb0e01e8b947706fabdcf22 (patch) | |
tree | 833dbb6c595ed21b56f5adb174174b13fcd906ae /meta/recipes-support | |
parent | 241c7d2e6751bc514eafd79c2a4dab62bb7cfafe (diff) | |
download | poky-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.bb | 1 |
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 @@ | |||
1 | SUMMARY = "interface to seccomp filtering mechanism" | 1 | SUMMARY = "interface to seccomp filtering mechanism" |
2 | DESCRIPTION = "The libseccomp library provides and easy to use, platform independent,interface to the Linux Kernel's syscall filtering mechanism: seccomp." | 2 | DESCRIPTION = "The libseccomp library provides and easy to use, platform independent,interface to the Linux Kernel's syscall filtering mechanism: seccomp." |
3 | HOMEPAGE = "https://github.com/seccomp/libseccomp" | ||
3 | SECTION = "security" | 4 | SECTION = "security" |
4 | LICENSE = "LGPL-2.1" | 5 | LICENSE = "LGPL-2.1" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f" |