[oe-commits] Koen Kooi : f2fs-tools: add 1.1.0

git at git.openembedded.org git at git.openembedded.org
Wed Oct 24 17:35:30 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: ab30278835335a2fec6c9bfb672089db21fda852
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ab30278835335a2fec6c9bfb672089db21fda852

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Oct 24 11:52:43 2012 +0200

f2fs-tools: add 1.1.0

These are the tools needed for creating and managing f2fs partitions.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb    |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb b/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb
new file mode 100644
index 0000000..cce9af1
--- /dev/null
+++ b/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Tools for Flash-Friendly File System (F2FS)"
+HOMEPAGE = "http://sourceforge.net/projects/f2fs-tools/"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=15667d9b3cb737b57471c148b7c50734"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/f2fs-tools/f2fs-tools-${PV}.tar.gz"
+SRC_URI[md5sum] = "cf3608ea7475c8f9a03159d7f22e4d07"
+SRC_URI[sha256sum] = "afd774b80f73721f2c4300c0b4780a24b705b8328df229f3ae37315c8bfbff1d"
+
+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}/*
+}





More information about the Openembedded-commits mailing list