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>
This commit is contained in:
Sven Ebenfeld
2014-12-03 12:14:01 +01:00
committed by Martin Jansa
parent e9dd4ceaa3
commit 87b1834fe0
3 changed files with 49 additions and 22 deletions

View File

@@ -0,0 +1,32 @@
From 3b3c6e6376babcd9a0b0db312b0e1e3bb3ab833e Mon Sep 17 00:00:00 2001
From: Sven Ebenfeld <sven.ebenfeld@vaillant.de>
Date: Wed, 26 Nov 2014 10:36:44 +0100
Subject: [PATCH] Remove AC_CHECK_FILE for cross compilation
---
configure.ac | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0111e72..8c286d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,14 +20,9 @@ AC_DEFINE([F2FS_MINOR_VERSION], m4_bpatsubst(f2fs_tools_version,
[\([0-9]*\).\([0-9]*\)\(\w\|\W\)*], [\2]),
[Minor version for f2fs-tools])
-AC_CHECK_FILE(.git,
- AC_DEFINE([F2FS_TOOLS_DATE],
- "m4_bpatsubst(f2fs_tools_gitdate,
- [\([0-9-]*\)\(\w\|\W\)*], [\1])",
- [f2fs-tools date based on Git commits]),
AC_DEFINE([F2FS_TOOLS_DATE],
"f2fs_tools_date",
- [f2fs-tools date based on Source releases]))
+ [f2fs-tools date based on Source releases])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
--
1.8.1.rc3

View File

@@ -1,22 +0,0 @@
SUMMARY = "Tools for Flash-Friendly File System (F2FS)"
HOMEPAGE = "http://sourceforge.net/projects/f2fs-tools/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=15667d9b3cb737b57471c148b7c50734"
# to provide libuuid
DEPENDS = "util-linux"
SRCREV = "da59f6146c37e727bb83ae4922ca56d42958e61c"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"
S = "${WORKDIR}/git"
inherit autotools
BBCLASSEXTEND = "native"
do_configure_prepend() {
# workaround for endless do_configure loop:
# make: Warning: File `Makefile.am' has modification time 5.3e+04 s in the future
touch ${S}/*
}

View File

@@ -0,0 +1,17 @@
SUMMARY = "Tools for Flash-Friendly File System (F2FS)"
HOMEPAGE = "http://sourceforge.net/projects/f2fs-tools/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3"
# to provide libuuid
DEPENDS = "util-linux"
SRCREV = "baac4b4e6f41ceb02511da49dd3707674f3fea21"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \
file://0001-Remove-AC_CHECK_FILE-for-cross-compilation.patch"
S = "${WORKDIR}/git"
inherit pkgconfig autotools
BBCLASSEXTEND = "native"