summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/fts/fts_1.2.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/fts/fts_1.2.7.bb')
-rw-r--r--meta/recipes-core/fts/fts_1.2.7.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/fts/fts_1.2.7.bb b/meta/recipes-core/fts/fts_1.2.7.bb
index ea820cb0c3..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"
@@ -10,7 +10,7 @@ SECTION = "libs"
10 10
11SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472" 11SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472"
12 12
13SRC_URI = "git://github.com/pullmoll/musl-fts.git" 13SRC_URI = "git://github.com/pullmoll/musl-fts.git;branch=master;protocol=https"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16