summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2019-10-26 04:14:21 +0800
committerKhem Raj <raj.khem@gmail.com>2019-10-26 02:41:33 -0700
commit0d7a2b1c305649125a8b81109df49dd94dd44018 (patch)
tree8b07e6b13427a0ed961c545ff19783f00f93984e /meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb
parent144382667105b94b8dfb552e966dec1c21b8a50a (diff)
downloadmeta-openembedded-0d7a2b1c305649125a8b81109df49dd94dd44018.tar.gz
f2fs-tools: upgrade 1.11.0 -> 1.13.0
1) Upgrade f2fs-tools from 1.11.0 to 1.13.0. 2) Remove patch 0001-Remove-AC_CHECK_FILE-for-cross-compilation.patch as there is no AC_CHECK_FILE in configure.ac. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb')
-rw-r--r--meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb19
1 files changed, 19 insertions, 0 deletions
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.13.0.bb
new file mode 100644
index 0000000000..870281b951
--- /dev/null
+++ b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Tools for Flash-Friendly File System (F2FS)"
2HOMEPAGE = "http://sourceforge.net/projects/f2fs-tools/"
3
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3"
6
7# to provide libuuid
8DEPENDS = "util-linux"
9
10# v1.13.0
11SRCREV = "284f77f0075a16a2ad1f3b0fb89b7f64a1bc755d"
12SRC_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 "
15S = "${WORKDIR}/git"
16
17inherit pkgconfig autotools
18
19BBCLASSEXTEND = "native"