blob: 98bd478f3217fad1b7b70429e5b769105f029047 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Tools for Flash-Friendly File System (F2FS)"
Brad Bishop87b3cb82019-11-15 16:35:37 -05002HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3"
6
7# to provide libuuid
8DEPENDS = "util-linux"
9
Brad Bishop2d39a062019-10-28 08:33:36 -040010# v1.13.0
11SRCREV = "284f77f0075a16a2ad1f3b0fb89b7f64a1bc755d"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013 file://0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch \
14 "
15S = "${WORKDIR}/git"
16
17inherit pkgconfig autotools
18
19BBCLASSEXTEND = "native"