summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-06-15 10:12:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-17 00:07:05 +0100
commitab8853a8fc667b92bccd39f87876a1677997283c (patch)
tree6947728ef600c5dd0d0cc8a9268841cd88858150 /meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
parent00d0263cf2018f316f0c741bcc59cebd3124f15d (diff)
downloadpoky-ab8853a8fc667b92bccd39f87876a1677997283c.tar.gz
erofs-utils: upgrade 1.2.1 -> 1.3
(From OE-Core rev: 2fc76fccc7da1768e712e722898d33dc68385f53) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.bb23
1 files changed, 0 insertions, 23 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
deleted file mode 100644
index 5ab4bf2816..0000000000
--- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb
+++ /dev/null
@@ -1,23 +0,0 @@
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
10UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
11
12S = "${WORKDIR}/git"
13
14DEPENDS = "util-linux-libuuid"
15
16inherit pkgconfig autotools
17
18PACKAGECONFIG ??= "lz4"
19PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4"
20
21EXTRA_OECONF = "${PACKAGECONFIG_CONFARGS} --disable-fuse"
22
23BBCLASSEXTEND = "native nativesdk"