mirror of
git://git.yoctoproject.org/poky
synced 2026-05-18 23:44:18 +00:00
Use the package maintained by voidlinux Drop local patches (From OE-Core rev: d7a38c46753d5c9692d67a923351d9d6b2e80c3b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
606 B
BlitzBasic
23 lines
606 B
BlitzBasic
# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
SUMMARY = "POSIX file tree stream operations library"
|
|
HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
|
|
SECTION = "libs"
|
|
|
|
SRCREV = "944333aed9dc24cfa76cc64bfe70c75d25652753"
|
|
PV = "1.2+git${SRCPV}"
|
|
|
|
SRC_URI = "git://github.com/voidlinux/musl-fts \
|
|
"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
#
|
|
# We will skip parsing for non-musl systems
|
|
#
|
|
COMPATIBLE_HOST = ".*-musl.*"
|
|
|