diff options
Diffstat (limited to 'meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.4.0.bb')
-rw-r--r-- | meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.4.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "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=362b4b2594cd362b874a97718faa51d3" | ||
6 | |||
7 | # to provide libuuid | ||
8 | DEPENDS = "util-linux" | ||
9 | |||
10 | SRCREV = "baac4b4e6f41ceb02511da49dd3707674f3fea21" | ||
11 | SRC_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" | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit pkgconfig autotools | ||
16 | |||
17 | BBCLASSEXTEND = "native" | ||