summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-12-07 14:06:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-08 20:22:11 +0000
commita8fe63942b4da64a028bfc1ba55febf8055a41d0 (patch)
tree7ab64318dc162626f4821241ef37b041bcc0086e /meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb
parentc8f8d1bbb8300956f16d0e3ebc769cf7362fa802 (diff)
downloadpoky-a8fe63942b4da64a028bfc1ba55febf8055a41d0.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb')
-rw-r--r--meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb
new file mode 100644
index 0000000000..6ac8a37163
--- /dev/null
+++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.4.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Tools for erofs filesystems"
2LICENSE = "GPLv2+"
3SECTION = "base"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94fa01670a2a8f2d3ab2de15004e0848"
5HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README"
6
7SRCREV = "ee97fe5fb77c737df0f77d92ab0d92edd3a11be6"
8SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master \
9 file://0001-fsck-main.c-add-missing-include.patch \
10 "
11
12UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
13
14S = "${WORKDIR}/git"
15
16DEPENDS = "util-linux-libuuid"
17
18inherit pkgconfig autotools
19
20PACKAGECONFIG ??= "lz4"
21PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4"
22
23EXTRA_OECONF = "${PACKAGECONFIG_CONFARGS} --disable-fuse"
24
25BBCLASSEXTEND = "native nativesdk"