Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Tools for Flash-Friendly File System (F2FS)" |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 2 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 3 | |
| 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3" |
| 6 | |
| 7 | # to provide libuuid |
| 8 | DEPENDS = "util-linux" |
| 9 | |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 10 | # v1.13.0 |
| 11 | SRCREV = "284f77f0075a16a2ad1f3b0fb89b7f64a1bc755d" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 12 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | file://0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch \ |
| 14 | " |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | inherit pkgconfig autotools |
| 18 | |
| 19 | BBCLASSEXTEND = "native" |