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.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-core/fts/fts_1.2.7.bb b/meta/recipes-core/fts/fts_1.2.7.bb
new file mode 100644
index 0000000000..589ae0e916
--- /dev/null
+++ b/meta/recipes-core/fts/fts_1.2.7.bb
@@ -0,0 +1,21 @@
1# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "Implementation of ftsfor musl libc packages"
5HOMEPAGE = "https://github.com/pullmoll/musl-fts"
6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
8SECTION = "libs"
9
10SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472"
11
12SRC_URI = "git://github.com/pullmoll/musl-fts.git"
13
14S = "${WORKDIR}/git"
15
16inherit autotools pkgconfig
17#
18# We will skip parsing for non-musl systems
19#
20COMPATIBLE_HOST = ".*-musl.*"
21