mirror of
https://git.yoctoproject.org/poky
synced 2026-03-26 13:02:22 +01:00
libseccomp: fix typo in DESCRIPTION
Fix typo in DESCRIPTION: and -> an. (From OE-Core rev: 349e63045298054f9454025d793c67284fce750b) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
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."
|
||||
DESCRIPTION = "The libseccomp library provides an 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-only"
|
||||
|
||||
Reference in New Issue
Block a user