From 2fc76fccc7da1768e712e722898d33dc68385f53 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 15 Jun 2021 10:12:24 +0200 Subject: erofs-utils: upgrade 1.2.1 -> 1.3 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../erofs-utils/erofs-utils_1.2.1.bb | 23 ---------------------- .../erofs-utils/erofs-utils_1.3.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb create mode 100644 meta/recipes-devtools/erofs-utils/erofs-utils_1.3.bb (limited to 'meta') 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 @@ -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(\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" diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.3.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.3.bb new file mode 100644 index 0000000000..d07d5c4360 --- /dev/null +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.3.bb @@ -0,0 +1,23 @@ +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 = "2cd522105ea771ec30b269cd4c57e2265a4d6349" +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" + +UPSTREAM_CHECK_GITTAGREGEX = "v(?P(\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" -- cgit 1.2.3-korg