summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-04-20 20:41:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-27 14:41:31 +0100
commita83f1f289d3cfc86beea3f874a9e8152cc498551 (patch)
treefa830319247cc9518b58223e055d2f6a5c7ef06c
parent4bbf473b64de65b368e497c505d2aa8435a5c5c5 (diff)
downloadpoky-a83f1f289d3cfc86beea3f874a9e8152cc498551.tar.gz
fts: Fix typo in summary
(From OE-Core rev: 0bcf105ec39ea86836ec05d4bd1746bbaaec7406) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/fts/fts_1.2.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/fts/fts_1.2.7.bb b/meta/recipes-core/fts/fts_1.2.7.bb
index d3b0f31eda..10103830af 100644
--- a/meta/recipes-core/fts/fts_1.2.7.bb
+++ b/meta/recipes-core/fts/fts_1.2.7.bb
@@ -1,7 +1,7 @@
1# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com> 1# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4SUMMARY = "Implementation of ftsfor musl libc packages" 4SUMMARY = "Implementation of fts for musl libc packages"
5HOMEPAGE = "https://github.com/pullmoll/musl-fts" 5HOMEPAGE = "https://github.com/pullmoll/musl-fts"
6DESCRIPTION = "The musl-fts package implements the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close, which are missing in musl libc." 6DESCRIPTION = "The musl-fts package implements the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close, which are missing in musl libc."
7LICENSE = "BSD-3-Clause" 7LICENSE = "BSD-3-Clause"