[oe-commits] [openembedded-core] 12/20: fts: Bump FTS to version 1.2.7

git at git.openembedded.org git at git.openembedded.org
Mon Jan 7 17:23:46 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 19ad9e86012a012394dfa081fdb03981b01bdb7a
Author: Alistair Francis <Alistair.Francis at wdc.com>
AuthorDate: Thu Jan 3 23:19:14 2019 +0000

    fts: Bump FTS to version 1.2.7
    
    Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/fts/{fts.bb => fts_1.2.7.bb} | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-core/fts/fts.bb b/meta/recipes-core/fts/fts_1.2.7.bb
similarity index 59%
rename from meta/recipes-core/fts/fts.bb
rename to meta/recipes-core/fts/fts_1.2.7.bb
index 02f5408..589ae0e 100644
--- a/meta/recipes-core/fts/fts.bb
+++ b/meta/recipes-core/fts/fts_1.2.7.bb
@@ -1,17 +1,16 @@
 # Copyright (C) 2015 Khem Raj <raj.khem at 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list