blob: 14af721720a5fdc362053d1b1d29265ef45b127a [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
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"