diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-24 11:52:43 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-24 19:34:30 +0200 |
commit | ab30278835335a2fec6c9bfb672089db21fda852 (patch) | |
tree | 1c808f98efeab09febce0b7bd935f5f4ea86d9df /meta-oe | |
parent | 20506c8cb4369a219ecfa892065917b930b910a5 (diff) | |
download | meta-openembedded-ab30278835335a2fec6c9bfb672089db21fda852.tar.gz |
f2fs-tools: add 1.1.0
These are the tools needed for creating and managing f2fs partitions.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/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 000000000..cce9af16f --- /dev/null +++ b/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | DESCRIPTION = "Tools for Flash-Friendly File System (F2FS)" | ||
2 | HOMEPAGE = "http://sourceforge.net/projects/f2fs-tools/" | ||
3 | |||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=15667d9b3cb737b57471c148b7c50734" | ||
6 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/f2fs-tools/f2fs-tools-${PV}.tar.gz" | ||
8 | SRC_URI[md5sum] = "cf3608ea7475c8f9a03159d7f22e4d07" | ||
9 | SRC_URI[sha256sum] = "afd774b80f73721f2c4300c0b4780a24b705b8328df229f3ae37315c8bfbff1d" | ||
10 | |||
11 | inherit autotools | ||
12 | |||
13 | BBCLASSEXTEND = "native" | ||
14 | |||
15 | do_configure_prepend() { | ||
16 | # workaround for endless do_configure loop: | ||
17 | # make: Warning: File `Makefile.am' has modification time 5.3e+04 s in the future | ||
18 | touch ${S}/* | ||
19 | } | ||