blob: 02f54086a35b5eb628dc006df5038da89582e5f0 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
Patrick Williamsc0f7c042017-02-23 20:41:17 -06004SUMMARY = "POSIX file tree stream operations library"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05005HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05008SECTION = "libs"
9
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010SRCREV = "944333aed9dc24cfa76cc64bfe70c75d25652753"
11PV = "1.2+git${SRCPV}"
12
13SRC_URI = "git://github.com/voidlinux/musl-fts \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050014"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015S = "${WORKDIR}/git"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050016
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017inherit autotools pkgconfig
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050018#
19# We will skip parsing for non-musl systems
20#
21COMPATIBLE_HOST = ".*-musl.*"
22