summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-03-26 08:34:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-12 18:04:01 +0100
commit4f444fe5554086e366c84abd851f5bca91bd16f0 (patch)
tree62e9a4804d920103d8a46640893aa529352484c4
parentf36b72454cd109aba9ee3411e31923adf4ec16bb (diff)
downloadpoky-4f444fe5554086e366c84abd851f5bca91bd16f0.tar.gz
libcomps: upgrade 0.1.20 -> 0.1.21
Changelog: =========== -Build aarch64 python packages during releases -Fix build: use correct variable for category and env -build: Restore compatiblity with libxml2-2.12.0 -tests: Unify formatting of current test announcements -tests: Don't print parsing errors during tests -Update CI (From OE-Core rev: d849e8c454657e576b9e7a6b2d1b830781327e0b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/libcomps/libcomps_0.1.21.bb (renamed from meta/recipes-devtools/libcomps/libcomps_0.1.20.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb b/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb
index 1f59c5ea1e..91170dfbed 100644
--- a/meta/recipes-devtools/libcomps/libcomps_0.1.20.bb
+++ b/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb
@@ -8,7 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/libcomps.git;branch=master;p
8 file://0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ 8 file://0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
9 " 9 "
10 10
11SRCREV = "854fbb9fe733b774981e1ffcf825b2d2ce0f8072" 11SRCREV = "2e973ce22698dd64f472180e3a689755268fb06b"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14