blob: fb71b18b60758dd5a80251cadb4a1ab39923b235 [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
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-2.0-only"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3"
6
7# to provide libuuid
8DEPENDS = "util-linux"
9
Andrew Geissler72956ed2021-01-08 16:11:14 -060010SRCREV = "d41dcbdf46dc3841cd0a0507e6573e38cb6c55bb"
Andrew Geissler595f6302022-01-24 19:11:47 +000011SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;branch=master \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012 "
Andrew Geissler72956ed2021-01-08 16:11:14 -060013UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
14
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015S = "${WORKDIR}/git"
16
17inherit pkgconfig autotools
18
19BBCLASSEXTEND = "native"