xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-core/fts/fts_1.2.7.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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"
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"
8LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
9SECTION = "libs"
10
11SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472"
12
13SRC_URI = "git://github.com/pullmoll/musl-fts.git;branch=master;protocol=https"
14
15S = "${WORKDIR}/git"
16
17inherit autotools pkgconfig
18#
19# We will skip parsing for non-musl systems
20#
21COMPATIBLE_HOST = ".*-musl.*"
22
23