summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-01-10 17:23:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-26 23:39:06 +0000
commit2851623bd717a6221e44708983e99c225c0d5c55 (patch)
tree6214d98e2c0bb9c8a4379e520e5c79a52eb2ccdb /meta/recipes-support
parenta35d074d80d8c7d81ca8b0e20957eae50522ed11 (diff)
downloadpoky-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.bb2
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 @@
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 an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism: seccomp."
3HOMEPAGE = "https://github.com/seccomp/libseccomp" 3HOMEPAGE = "https://github.com/seccomp/libseccomp"
4SECTION = "security" 4SECTION = "security"
5LICENSE = "LGPL-2.1-only" 5LICENSE = "LGPL-2.1-only"