Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Tools for Flash-Friendly File System (F2FS)" |
| 2 | HOMEPAGE = "http://sourceforge.net/projects/f2fs-tools/" |
| 3 | |
| 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3" |
| 6 | |
| 7 | # to provide libuuid |
| 8 | DEPENDS = "util-linux" |
| 9 | |
| 10 | # v1.11.0 |
| 11 | SRCREV = "b98fab3666e498c2e27ad9dcda6874c9b683f06b" |
| 12 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \ |
| 13 | file://0001-Remove-AC_CHECK_FILE-for-cross-compilation.patch \ |
| 14 | file://0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch \ |
| 15 | " |
| 16 | S = "${WORKDIR}/git" |
| 17 | |
| 18 | inherit pkgconfig autotools |
| 19 | |
| 20 | BBCLASSEXTEND = "native" |