mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
3663587a86
Change homepage to git as the f2fs-tools is no longer maintained through sf.net. Reference to https://sourceforge.net/projects/f2fs-tools/. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
594 B
BlitzBasic
20 lines
594 B
BlitzBasic
SUMMARY = "Tools for Flash-Friendly File System (F2FS)"
|
|
HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3"
|
|
|
|
# to provide libuuid
|
|
DEPENDS = "util-linux"
|
|
|
|
# v1.13.0
|
|
SRCREV = "284f77f0075a16a2ad1f3b0fb89b7f64a1bc755d"
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git \
|
|
file://0001-f2fs-tools-Use-srcdir-prefix-to-denote-include-path.patch \
|
|
"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit pkgconfig autotools
|
|
|
|
BBCLASSEXTEND = "native"
|