Files
poky/meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb
Alexander Kanavin a8fe63942b erofs-utils: update 1.3 -> 1.4
(From OE-Core rev: 9e0a3f641081b3a3eecd9877c460d7cb68717bf6)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-08 20:22:11 +00:00

26 lines
782 B
BlitzBasic

SUMMARY = "Tools for erofs filesystems"
LICENSE = "GPLv2+"
SECTION = "base"
LIC_FILES_CHKSUM = "file://COPYING;md5=94fa01670a2a8f2d3ab2de15004e0848"
HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README"
SRCREV = "ee97fe5fb77c737df0f77d92ab0d92edd3a11be6"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master \
file://0001-fsck-main.c-add-missing-include.patch \
"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
S = "${WORKDIR}/git"
DEPENDS = "util-linux-libuuid"
inherit pkgconfig autotools
PACKAGECONFIG ??= "lz4"
PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4"
EXTRA_OECONF = "${PACKAGECONFIG_CONFARGS} --disable-fuse"
BBCLASSEXTEND = "native nativesdk"