mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
(From OE-Core rev: fe5053cf2531527642cf46263793485cc43d524c) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
691 B
BlitzBasic
24 lines
691 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 = "d1f4953edfcf4f51c71ba91586e21fc6ce9f6db9"
|
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git"
|
|
|
|
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"
|