summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb')
-rw-r--r--meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
new file mode 100644
index 0000000000..6435fea68c
--- /dev/null
+++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
@@ -0,0 +1,21 @@
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 = "d1f4953edfcf4f51c71ba91586e21fc6ce9f6db9"
8SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git"
9
10S = "${WORKDIR}/git"
11
12DEPENDS = "util-linux-libuuid"
13
14inherit pkgconfig autotools
15
16PACKAGECONFIG ??= "lz4"
17PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4"
18
19EXTRA_OECONF = "${PACKAGECONFIG_CONFARGS} --disable-fuse"
20
21BBCLASSEXTEND = "native nativesdk"