summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorSven Ebenfeld <sven.ebenfeld@gmail.com>2014-12-03 12:14:01 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-12-09 11:37:06 +0100
commit87b1834fe07f83eb84ee09100cfcbc9959633d85 (patch)
tree412a424a9d44370e1437b362bdba2bf6d1470792 /meta-filesystems
parente9dd4ceaa3da940f238afca1abf397db1ea80681 (diff)
downloadmeta-openembedded-87b1834fe07f83eb84ee09100cfcbc9959633d85.tar.gz
f2fs-tools: Update to Version 1.4.0
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/0001-Remove-AC_CHECK_FILE-for-cross-compilation.patch32
-rw-r--r--meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.1.0.bb22
-rw-r--r--meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.4.0.bb17
3 files changed, 49 insertions, 22 deletions
diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/0001-Remove-AC_CHECK_FILE-for-cross-compilation.patch b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/0001-Remove-AC_CHECK_FILE-for-cross-compilation.patch
new file mode 100644
index 000000000..cf844bf87
--- /dev/null
+++ b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/0001-Remove-AC_CHECK_FILE-for-cross-compilation.patch
@@ -0,0 +1,32 @@
1From 3b3c6e6376babcd9a0b0db312b0e1e3bb3ab833e Mon Sep 17 00:00:00 2001
2From: Sven Ebenfeld <sven.ebenfeld@vaillant.de>
3Date: Wed, 26 Nov 2014 10:36:44 +0100
4Subject: [PATCH] Remove AC_CHECK_FILE for cross compilation
5
6---
7 configure.ac | 7 +------
8 1 file changed, 1 insertion(+), 6 deletions(-)
9
10diff --git a/configure.ac b/configure.ac
11index 0111e72..8c286d4 100644
12--- a/configure.ac
13+++ b/configure.ac
14@@ -20,14 +20,9 @@ AC_DEFINE([F2FS_MINOR_VERSION], m4_bpatsubst(f2fs_tools_version,
15 [\([0-9]*\).\([0-9]*\)\(\w\|\W\)*], [\2]),
16 [Minor version for f2fs-tools])
17
18-AC_CHECK_FILE(.git,
19- AC_DEFINE([F2FS_TOOLS_DATE],
20- "m4_bpatsubst(f2fs_tools_gitdate,
21- [\([0-9-]*\)\(\w\|\W\)*], [\1])",
22- [f2fs-tools date based on Git commits]),
23 AC_DEFINE([F2FS_TOOLS_DATE],
24 "f2fs_tools_date",
25- [f2fs-tools date based on Source releases]))
26+ [f2fs-tools date based on Source releases])
27
28 AC_CONFIG_SRCDIR([config.h.in])
29 AC_CONFIG_HEADER([config.h])
30--
311.8.1.rc3
32
diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.1.0.bb b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.1.0.bb
deleted file mode 100644
index 267aef056..000000000
--- a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.1.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "Tools for Flash-Friendly File System (F2FS)"
2HOMEPAGE = "http://sourceforge.net/projects/f2fs-tools/"
3
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=15667d9b3cb737b57471c148b7c50734"
6
7# to provide libuuid
8DEPENDS = "util-linux"
9
10SRCREV = "da59f6146c37e727bb83ae4922ca56d42958e61c"
11SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"
12S = "${WORKDIR}/git"
13
14inherit autotools
15
16BBCLASSEXTEND = "native"
17
18do_configure_prepend() {
19 # workaround for endless do_configure loop:
20 # make: Warning: File `Makefile.am' has modification time 5.3e+04 s in the future
21 touch ${S}/*
22}
diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.4.0.bb b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.4.0.bb
new file mode 100644
index 000000000..1a558e715
--- /dev/null
+++ b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.4.0.bb
@@ -0,0 +1,17 @@
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
10SRCREV = "baac4b4e6f41ceb02511da49dd3707674f3fea21"
11SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \
12 file://0001-Remove-AC_CHECK_FILE-for-cross-compilation.patch"
13S = "${WORKDIR}/git"
14
15inherit pkgconfig autotools
16
17BBCLASSEXTEND = "native"