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 | |
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')
-rw-r--r-- | meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch | 29 | ||||
-rw-r--r-- | meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb (renamed from meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb) | 6 |
2 files changed, 3 insertions, 32 deletions
diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch deleted file mode 100644 index 0a3261b4e..000000000 --- a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | From 0fb9d6bc25e903f7831a38468845ea143fb5afd5 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Sat, 11 Aug 2018 18:49:03 -0700 | ||
4 | Subject: [PATCH] f2fs-tools: Use srcdir prefix to denote include path | ||
5 | |||
6 | This helps builds when builddir != srcdir | ||
7 | |||
8 | Upstream-Status: Submitted [https://lkml.org/lkml/2018/8/12/1] | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
10 | --- | ||
11 | tools/sg_write_buffer/Makefile.am | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/tools/sg_write_buffer/Makefile.am b/tools/sg_write_buffer/Makefile.am | ||
15 | index 922c328..19c438d 100644 | ||
16 | --- a/tools/sg_write_buffer/Makefile.am | ||
17 | +++ b/tools/sg_write_buffer/Makefile.am | ||
18 | @@ -1,7 +1,7 @@ | ||
19 | ## Makefile.am | ||
20 | |||
21 | if LINUX | ||
22 | -AM_CPPFLAGS = -I./include | ||
23 | +AM_CPPFLAGS = -I$(srcdir)/include | ||
24 | AM_CFLAGS = -Wall | ||
25 | sbin_PROGRAMS = sg_write_buffer | ||
26 | sg_write_buffer_SOURCES = sg_write_buffer.c \ | ||
27 | -- | ||
28 | 2.18.0 | ||
29 | |||
diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb index 98bd478f3..d0b299f0b 100644 --- a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb +++ b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb | |||
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3" | |||
7 | # to provide libuuid | 7 | # to provide libuuid |
8 | DEPENDS = "util-linux" | 8 | DEPENDS = "util-linux" |
9 | 9 | ||
10 | # v1.13.0 | 10 | SRCREV = "d41dcbdf46dc3841cd0a0507e6573e38cb6c55bb" |
11 | SRCREV = "284f77f0075a16a2ad1f3b0fb89b7f64a1bc755d" | ||
12 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \ | 11 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \ |
13 | file://0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch \ | ||
14 | " | 12 | " |
13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | ||
14 | |||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | inherit pkgconfig autotools | 17 | inherit pkgconfig autotools |