diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-06-15 10:12:24 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-17 00:07:05 +0100 |
| commit | ab8853a8fc667b92bccd39f87876a1677997283c (patch) | |
| tree | 6947728ef600c5dd0d0cc8a9268841cd88858150 /meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb | |
| parent | 00d0263cf2018f316f0c741bcc59cebd3124f15d (diff) | |
| download | poky-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.bb | 23 |
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 @@ | |||
| 1 | SUMMARY = "Tools for erofs filesystems" | ||
| 2 | LICENSE = "GPLv2+" | ||
| 3 | SECTION = "base" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94fa01670a2a8f2d3ab2de15004e0848" | ||
| 5 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" | ||
| 6 | |||
| 7 | SRCREV = "d1f4953edfcf4f51c71ba91586e21fc6ce9f6db9" | ||
| 8 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" | ||
| 9 | |||
| 10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | DEPENDS = "util-linux-libuuid" | ||
| 15 | |||
| 16 | inherit pkgconfig autotools | ||
| 17 | |||
| 18 | PACKAGECONFIG ??= "lz4" | ||
| 19 | PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4" | ||
| 20 | |||
| 21 | EXTRA_OECONF = "${PACKAGECONFIG_CONFARGS} --disable-fuse" | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
