diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2023-01-10 17:23:46 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-26 23:39:06 +0000 |
commit | 2851623bd717a6221e44708983e99c225c0d5c55 (patch) | |
tree | 6214d98e2c0bb9c8a4379e520e5c79a52eb2ccdb /meta/recipes-support | |
parent | a35d074d80d8c7d81ca8b0e20957eae50522ed11 (diff) | |
download | poky-2851623bd717a6221e44708983e99c225c0d5c55.tar.gz |
libseccomp: fix typo in DESCRIPTION
Fix typo in DESCRIPTION: and -> an.
(From OE-Core rev: d3f6fd26042887b03b5587863a93803553693e86)
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>
(cherry picked from commit 349e63045298054f9454025d793c67284fce750b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb b/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb index e89b8f7f4b..505c21917b 100644 --- a/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb +++ b/meta/recipes-support/libseccomp/libseccomp_2.5.4.bb | |||
@@ -1,5 +1,5 @@ | |||
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 an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism: seccomp." |
3 | HOMEPAGE = "https://github.com/seccomp/libseccomp" | 3 | HOMEPAGE = "https://github.com/seccomp/libseccomp" |
4 | SECTION = "security" | 4 | SECTION = "security" |
5 | LICENSE = "LGPL-2.1-only" | 5 | LICENSE = "LGPL-2.1-only" |