diff options
Diffstat (limited to 'meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb')
| -rw-r--r-- | meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb new file mode 100644 index 0000000000..d0b299f0b3 --- /dev/null +++ b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Tools for Flash-Friendly File System (F2FS)" | ||
| 2 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git" | ||
| 3 | |||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3" | ||
| 6 | |||
| 7 | # to provide libuuid | ||
| 8 | DEPENDS = "util-linux" | ||
| 9 | |||
| 10 | SRCREV = "d41dcbdf46dc3841cd0a0507e6573e38cb6c55bb" | ||
| 11 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \ | ||
| 12 | " | ||
| 13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit pkgconfig autotools | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native" | ||
