mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
fts: Bump FTS to version 1.2.7
(From OE-Core rev: 19ad9e86012a012394dfa081fdb03981b01bdb7a) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
71a1c1119b
commit
06adfa2696
@@ -1,17 +1,16 @@
|
||||
# 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"
|
||||
SUMMARY = "Implementation of ftsfor musl libc packages"
|
||||
HOMEPAGE = "https://github.com/pullmoll/musl-fts"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
|
||||
SECTION = "libs"
|
||||
|
||||
SRCREV = "944333aed9dc24cfa76cc64bfe70c75d25652753"
|
||||
PV = "1.2+git${SRCPV}"
|
||||
SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472"
|
||||
|
||||
SRC_URI = "git://github.com/pullmoll/musl-fts.git"
|
||||
|
||||
SRC_URI = "git://github.com/voidlinux/musl-fts \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Reference in New Issue
Block a user