diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-01-03 13:49:12 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-04 14:48:29 -0800 |
commit | 2a3d72e58fb7c563222c0afd64b18ba764775bc0 (patch) | |
tree | bee0b80c5d5677d20f2405ce700d8f229a16295e /meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb | |
parent | d4eb189af7fb501a0273665f22bdb2934413e46f (diff) | |
download | meta-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.bb | 19 |
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 @@ | |||
1 | SUMMARY = "Tools for Flash-Friendly File System (F2FS)" | ||
2 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git" | ||
3 | |||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3" | ||
6 | |||
7 | # to provide libuuid | ||
8 | DEPENDS = "util-linux" | ||
9 | |||
10 | SRCREV = "d41dcbdf46dc3841cd0a0507e6573e38cb6c55bb" | ||
11 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \ | ||
12 | " | ||
13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | inherit pkgconfig autotools | ||
18 | |||
19 | BBCLASSEXTEND = "native" | ||