mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
43a206b817
0001-f2fs_io-Fix-out-of-tree-builds.patch removed since it's included in 1.16.0 Changelog: ========== relax zone size of power of 2 fix # of total segments Remove deprecated f2fstat define HAVE_CLOCK_GETTIME properly support F2FS_IOC_START_ATOMIC_REPLACE give less overprovisioning space set host-aware zoned device similar to host-managed one fix build error on lz4-1.9.4 use F2FS_BLKSIZE instead of PAGE_*_SIZE fix cannot get bdev information do not use SG_IO in Android move android_config before defining them Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
644 B
BlitzBasic
21 lines
644 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 = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3"
|
|
|
|
# to provide libuuid
|
|
DEPENDS = "util-linux"
|
|
|
|
SRCREV = "06c027abc6153c4a97cba5317844e8dcaaee3cf7"
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;branch=master \
|
|
file://0002-f2fs_io-Define-_FILE_OFFSET_BITS-64.patch \
|
|
"
|
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit pkgconfig autotools
|
|
|
|
BBCLASSEXTEND = "native"
|