summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-01-03 13:49:12 +0800
committerKhem Raj <raj.khem@gmail.com>2021-01-04 14:48:29 -0800
commit2a3d72e58fb7c563222c0afd64b18ba764775bc0 (patch)
treebee0b80c5d5677d20f2405ce700d8f229a16295e /meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb
parentd4eb189af7fb501a0273665f22bdb2934413e46f (diff)
downloadmeta-openembedded-2a3d72e58fb7c563222c0afd64b18ba764775bc0.tar.gz
f2fs-tools: upgrade 1.13.0 -> 1.14.0
* Drop 0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch since it has been merged upstream. * Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest version. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb')
-rw-r--r--meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb
new file mode 100644
index 000000000..d0b299f0b
--- /dev/null
+++ b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Tools for Flash-Friendly File System (F2FS)"
2HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"
3
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3"
6
7# to provide libuuid
8DEPENDS = "util-linux"
9
10SRCREV = "d41dcbdf46dc3841cd0a0507e6573e38cb6c55bb"
11SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \
12 "
13UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
14
15S = "${WORKDIR}/git"
16
17inherit pkgconfig autotools
18
19BBCLASSEXTEND = "native"