diff options
| -rw-r--r-- | meta/recipes-core/fts/fts_1.2.7.bb (renamed from meta/recipes-core/fts/fts.bb) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-core/fts/fts.bb b/meta/recipes-core/fts/fts_1.2.7.bb index 02f54086a3..589ae0e916 100644 --- a/meta/recipes-core/fts/fts.bb +++ b/meta/recipes-core/fts/fts_1.2.7.bb | |||
| @@ -1,17 +1,16 @@ | |||
| 1 | # Copyright (C) 2015 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2015 Khem Raj <raj.khem@gmail.com> |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | 3 | ||
| 4 | SUMMARY = "POSIX file tree stream operations library" | 4 | SUMMARY = "Implementation of ftsfor musl libc packages" |
| 5 | HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic" | 5 | HOMEPAGE = "https://github.com/pullmoll/musl-fts" |
| 6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982" |
| 8 | SECTION = "libs" | 8 | SECTION = "libs" |
| 9 | 9 | ||
| 10 | SRCREV = "944333aed9dc24cfa76cc64bfe70c75d25652753" | 10 | SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472" |
| 11 | PV = "1.2+git${SRCPV}" | 11 | |
| 12 | SRC_URI = "git://github.com/pullmoll/musl-fts.git" | ||
| 12 | 13 | ||
| 13 | SRC_URI = "git://github.com/voidlinux/musl-fts \ | ||
| 14 | " | ||
| 15 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 16 | 15 | ||
| 17 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
