diff options
| author | Alistair Francis <Alistair.Francis@wdc.com> | 2019-01-03 23:19:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 11:16:44 +0000 |
| commit | 06adfa26963880be08674393db3a6463d59769e0 (patch) | |
| tree | de85135a22a1a2d38341f92a8047d9858bbfd7a5 /meta/recipes-core/fts/fts.bb | |
| parent | 71a1c1119b6cbe2f09a4eeb2ed54ee3de1315e28 (diff) | |
| download | poky-06adfa26963880be08674393db3a6463d59769e0.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-core/fts/fts.bb')
| -rw-r--r-- | meta/recipes-core/fts/fts.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-core/fts/fts.bb b/meta/recipes-core/fts/fts.bb deleted file mode 100644 index 02f54086a3..0000000000 --- a/meta/recipes-core/fts/fts.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | # Copyright (C) 2015 Khem Raj <raj.khem@gmail.com> | ||
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 3 | |||
| 4 | SUMMARY = "POSIX file tree stream operations library" | ||
| 5 | HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic" | ||
| 6 | LICENSE = "BSD-3-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982" | ||
| 8 | SECTION = "libs" | ||
| 9 | |||
| 10 | SRCREV = "944333aed9dc24cfa76cc64bfe70c75d25652753" | ||
| 11 | PV = "1.2+git${SRCPV}" | ||
| 12 | |||
| 13 | SRC_URI = "git://github.com/voidlinux/musl-fts \ | ||
| 14 | " | ||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit autotools pkgconfig | ||
| 18 | # | ||
| 19 | # We will skip parsing for non-musl systems | ||
| 20 | # | ||
| 21 | COMPATIBLE_HOST = ".*-musl.*" | ||
| 22 | |||
