From: Khem Raj Date: Fri, 21 Apr 2023 03:41:33 +0000 (-0700) Subject: fts: Fix typo in summary X-Git-Tag: uninative-3.10~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bcf105ec39ea86836ec05d4bd1746bbaaec7406;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git fts: Fix typo in summary Signed-off-by: Khem Raj Signed-off-by: Luca Ceresoli --- diff --git a/meta/recipes-core/fts/fts_1.2.7.bb b/meta/recipes-core/fts/fts_1.2.7.bb index d3b0f31eda4..10103830af8 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 @@ # Copyright (C) 2015 Khem Raj # Released under the MIT license (see COPYING.MIT for the terms) -SUMMARY = "Implementation of ftsfor musl libc packages" +SUMMARY = "Implementation of fts for musl libc packages" HOMEPAGE = "https://github.com/pullmoll/musl-fts" DESCRIPTION = "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." LICENSE = "BSD-3-Clause"