* [OE-core] [PATCH 02/22] alsa-plugins: upgrade 1.2.7.1 -> 1.2.12
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 03/22] alsa-ucm-conf: upgrade 1.2.11 " wangmy
` (19 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
disable -ldl check for *BSDs, find <soundcard.h> path
0001-arcam_av.c-Include-missing-string.h.patch
removed since it's included in 1.2.12
License-Update: samplerate: Make LGPL-only
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...-arcam_av.c-Include-missing-string.h.patch | 25 -------------------
...gins_1.2.7.1.bb => alsa-plugins_1.2.12.bb} | 8 +++---
2 files changed, 3 insertions(+), 30 deletions(-)
delete mode 100644 meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam_av.c-Include-missing-string.h.patch
rename meta/recipes-multimedia/alsa/{alsa-plugins_1.2.7.1.bb => alsa-plugins_1.2.12.bb} (97%)
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam_av.c-Include-missing-string.h.patch b/meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam_av.c-Include-missing-string.h.patch
deleted file mode 100644
index ff7745d637..0000000000
--- a/meta/recipes-multimedia/alsa/alsa-plugins/0001-arcam_av.c-Include-missing-string.h.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From b01b176a665ba65979d74922955f51dc4888a713 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Tue, 23 Aug 2022 15:21:16 -0700
-Subject: [PATCH] arcam_av.c: Include missing string.h
-
-bzero() function needs this header to be included
-
-Upstream-Status: Submitted [https://github.com/alsa-project/alsa-plugins/pull/47]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- arcam-av/arcam_av.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/arcam-av/arcam_av.c b/arcam-av/arcam_av.c
-index 63f9b4e..29fc537 100644
---- a/arcam-av/arcam_av.c
-+++ b/arcam-av/arcam_av.c
-@@ -27,6 +27,7 @@
- #include <signal.h>
- #include <stddef.h>
- #include <stdio.h>
-+#include <string.h>
- #include <termios.h>
- #include <unistd.h>
-
diff --git a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb
similarity index 97%
rename from meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb
rename to meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb
index 9500462d5c..819cdf8e7b 100644
--- a/meta/recipes-multimedia/alsa/alsa-plugins_1.2.7.1.bb
+++ b/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb
@@ -19,13 +19,11 @@ LICENSE = "LGPL-2.1-only & GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \
file://COPYING.GPL;md5=59530bdf33659b29e73d4adb9f9f6552 \
file://m4/attributes.m4;endline=33;md5=bb8c6b2a67ac15156961e242fec33e50 \
- file://rate/rate_samplerate.c;endline=35;md5=fd77bce85f4a338c0e8ab18430b69fae \
+ file://rate/rate_samplerate.c;endline=35;md5=07fcfc9e83a7159ad14a7196ecdc7d48 \
"
-SRC_URI = "https://www.alsa-project.org/files/pub/plugins/${BP}.tar.bz2 \
- file://0001-arcam_av.c-Include-missing-string.h.patch \
- "
-SRC_URI[sha256sum] = "8c337814954bb7c167456733a6046142a2931f12eccba3ec2a4ae618a3432511"
+SRC_URI = "https://www.alsa-project.org/files/pub/plugins/${BP}.tar.bz2"
+SRC_URI[sha256sum] = "7bd8a83d304e8e2d86a25895d8dcb0ef0245a8df32e271959cdbdc6af39b66f2"
DEPENDS += "alsa-lib"
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 03/22] alsa-ucm-conf: upgrade 1.2.11 -> 1.2.12
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 02/22] alsa-plugins: upgrade 1.2.7.1 " wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 04/22] createrepo-c: upgrade 1.1.1 -> 1.1.2 wangmy
` (18 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- sof-soundwire: fix missing MultiCodec1 initialization and Empty condition
- UCM2: Intel: sof-hda-dsp: Control SOF processing from UCM
- UCM2: SOF: Add example blobs customization for AAEON
- UCM2: Add sample SOF processing configuration blobs
- codecs: qcom-lpass/tx-macro: Move TX1 MODE ctrl to
- ucm2: codecs: wcd937x: add codec sequences
- ucm2: soundwire: add rt722 SDCA device
- ucm2: Qualcomm: x1e80100: add recording via DMIC01
- ucm2: sof-soundwire: Create ALSA config file for hdmi:
- ucm2: Intel/sof-hda-dsp: Create ALSA config file for
- ucm2: common: pcm: Add hdmi.conf to handle the creation
- sof-soundwire: Add basic support for cs42l43's speaker
- qcom: sdm845: MM1: enable jack detection
- qcom: sdm845: MM1: use analog volume controls instead of
- ucm2: Qualcomm: x1e80100: correct headphones
- ucm2: Qualcomm: x1e80100: add number of channels
- Add support for Coachz with HDMI disabled
- USB-Audio: ALC4080: Add support for MSI MEG Z790 Ace
- ucm2: MediaTek: mt8195-sof: Add support for Tomato RT5682s
- sof-soundwire: rt1316/rt1318 - fix channel selection for one amp
- sof-soundwire: rt1308: Fix single amp configuration
- sof-soundwire: fix rt1318 config copy-n-paste error in rt1318spk macro
- sof-soundwire: fix rt1318 config typo in rt1318spk macro
- USB-Audio: ALC4080: add 0b05:1af1 ASUS ROG Strix Z790-A Gaming Wifi II
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../alsa/{alsa-ucm-conf_1.2.11.bb => alsa-ucm-conf_1.2.12.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-multimedia/alsa/{alsa-ucm-conf_1.2.11.bb => alsa-ucm-conf_1.2.12.bb} (89%)
diff --git a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.11.bb b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb
similarity index 89%
rename from meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.11.bb
rename to meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb
index ce1a42c9b8..88b43c345b 100644
--- a/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.11.bb
+++ b/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb
@@ -8,7 +8,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=20d74d74db9741697903372ad001d3b4"
SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "387c01cf30e2a1676d7b8f72b2681cf219abca70dd1ec2a9e33add5bf3feae81"
+SRC_URI[sha256sum] = "168e7c0549b7bf8991092fa2bfb903631df779dc4c43ee8f4277fcb772d8c035"
# Something went wrong at upstream tarballing
inherit allarch
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 04/22] createrepo-c: upgrade 1.1.1 -> 1.1.2
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 02/22] alsa-plugins: upgrade 1.2.7.1 " wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 03/22] alsa-ucm-conf: upgrade 1.2.11 " wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 05/22] dhcpcd: upgrade 10.0.6 -> 10.0.8 wangmy
` (17 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{createrepo-c_1.1.1.bb => createrepo-c_1.1.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/createrepo-c/{createrepo-c_1.1.1.bb => createrepo-c_1.1.2.bb} (96%)
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.1.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb
similarity index 96%
rename from meta/recipes-devtools/createrepo-c/createrepo-c_1.1.1.bb
rename to meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb
index e6714629af..85b2901d50 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.1.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;p
file://0001-include-rpm-rpmstring.h.patch \
"
-SRCREV = "78b0c3ff48bd58eb9c0a72879cf1025e9f225684"
+SRCREV = "0ce71adda8a33ede9e9d21b7c18cc58d5a495849"
S = "${WORKDIR}/git"
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 05/22] dhcpcd: upgrade 10.0.6 -> 10.0.8
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (2 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 04/22] createrepo-c: upgrade 1.1.1 -> 1.1.2 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 06/22] diffoscope: upgrade 267 -> 271 wangmy
` (16 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Fixed compile without ARP
- Fixed closefrom test for glibc
- Fixed spelling of ADVERTISEMENT
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../dhcpcd/{dhcpcd_10.0.6.bb => dhcpcd_10.0.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.0.6.bb => dhcpcd_10.0.8.bb} (97%)
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.8.bb
similarity index 97%
rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb
rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.8.bb
index fd193b2cff..43de279cfd 100644
--- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.6.bb
+++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.8.bb
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=ma
file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \
"
-SRCREV = "1c8ae59836fa87b4c63c598087f0460ec20ed862"
+SRCREV = "a15ba1987c264eaa06c2655ddd0891aa5ac48c09"
S = "${WORKDIR}/git"
inherit pkgconfig autotools-brokensep systemd useradd
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 06/22] diffoscope: upgrade 267 -> 271
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (3 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 05/22] dhcpcd: upgrade 10.0.6 -> 10.0.8 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 07/22] e2fsprogs: upgrade 1.47.0 -> 1.47.1 wangmy
` (15 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* Drop Build-Depends on liblz4-tool. Thanks, Chris Peterson.
* Update tests to support zipdetails version 4.004 shipped with Perl 5.40.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../diffoscope/{diffoscope_267.bb => diffoscope_271.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/diffoscope/{diffoscope_267.bb => diffoscope_271.bb} (93%)
diff --git a/meta/recipes-support/diffoscope/diffoscope_267.bb b/meta/recipes-support/diffoscope/diffoscope_271.bb
similarity index 93%
rename from meta/recipes-support/diffoscope/diffoscope_267.bb
rename to meta/recipes-support/diffoscope/diffoscope_271.bb
index 69bad508cd..a8443183ec 100644
--- a/meta/recipes-support/diffoscope/diffoscope_267.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_271.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope"
inherit pypi setuptools3
-SRC_URI[sha256sum] = "c0a807aa66e18eae88c1adca28988675c9749d3ad1a8db3d2eb7e2afb8763568"
+SRC_URI[sha256sum] = "7690f284a84a866c6f89fa5bb33a867574417ee1c5f2c6d49655cd3761d0fe2c"
RDEPENDS:${PN} += "\
binutils \
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 07/22] e2fsprogs: upgrade 1.47.0 -> 1.47.1
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (4 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 06/22] diffoscope: upgrade 267 -> 271 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 23:18 ` Alexandre Belloni
2024-06-21 2:16 ` [OE-core] [PATCH 08/22] enchant2: upgrade 2.7.3 -> 2.8.1 wangmy
` (14 subsequent siblings)
20 siblings, 1 reply; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
mkdir_p.patch
ptest.patch
quiet-debugfs.patch
refreshed for 1.47.1
Changelog:
https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch | 7 +++----
meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch | 8 ++++----
.../e2fsprogs/e2fsprogs/quiet-debugfs.patch | 7 +++----
.../{e2fsprogs_1.47.0.bb => e2fsprogs_1.47.1.bb} | 2 +-
4 files changed, 11 insertions(+), 13 deletions(-)
rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.47.0.bb => e2fsprogs_1.47.1.bb} (99%)
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch
index f6916a1112..27aca1e112 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch
@@ -1,4 +1,4 @@
-From e3a30baa5c1e2f0ac7e246539db1c7db5a2fe302 Mon Sep 17 00:00:00 2001
+From cd693e0d943053ff41677be44ec9f6b002eb3600 Mon Sep 17 00:00:00 2001
From: Joe Slater <jslater@windriver.com>
Date: Tue, 7 Mar 2017 14:53:19 -0800
Subject: [PATCH] e2fsprogs: expand @mkdir_p@
@@ -9,16 +9,15 @@ not expanded so no locale data is written into usr/share/locale.
Upstream-Status: Pending
Signed-off-by: Joe Slater <jslater@windriver.com>
-
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
-index 4c4b5523..3475c707 100644
+index 131caef3..ca448d97 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -919,6 +919,8 @@ AC_SUBST(PACKAGE)
+@@ -938,6 +938,8 @@ AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
AM_GNU_GETTEXT([external])
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch
index 20839b7286..3fb88bbc89 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch
@@ -1,4 +1,4 @@
-From b8842065ad621a03a971dfd50db862c5bffdeb49 Mon Sep 17 00:00:00 2001
+From 45bf94b3986ec87130eb51579909b9b6cbe21ebe Mon Sep 17 00:00:00 2001
From: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Date: Sat, 18 Apr 2015 17:58:17 +0300
Subject: [PATCH] e2fsprogs: add ptest
@@ -14,10 +14,10 @@ Signed-off-by: Kai Kang <kai.kang@windriver.com>
2 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/tests/Makefile.in b/tests/Makefile.in
-index 8c4d2048..e021af32 100644
+index ba06b3b6..5a3e48f4 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
-@@ -19,7 +19,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf
+@@ -20,7 +20,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf test_data.tmp
@echo "#!/bin/sh" > test_one
@echo "HTREE=y" >> test_one
@echo "QUOTA=y" >> test_one
@@ -26,7 +26,7 @@ index 8c4d2048..e021af32 100644
@echo "DIFF_OPTS=@UNI_DIFF_OPTS@" >> test_one
@echo "SIZEOF_TIME_T=@SIZEOF_TIME_T@" >> test_one
@echo "DD=@DD@" >>test_one
-@@ -30,7 +30,7 @@ test_script: test_one test_script.in Makefile mke2fs.conf
+@@ -31,7 +31,7 @@ test_script: test_one test_script.in Makefile mke2fs.conf test_data.tmp
@echo "Creating test_script..."
@[ -f test_script ] && chmod u+w test_script || true
@echo "#!/bin/sh" > test_script
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch
index 0a6904208d..3648c26f71 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch
@@ -1,4 +1,4 @@
-From 580ef6cae2d353f3aa5d5c52d6614bdc1df50f08 Mon Sep 17 00:00:00 2001
+From c9bc5795a4a9821e727131923f07876fe3aa82d3 Mon Sep 17 00:00:00 2001
From: Ross Burton <ross.burton@intel.com>
Date: Mon, 23 Dec 2013 13:38:34 +0000
Subject: [PATCH] e2fsprogs: silence debugfs
@@ -8,16 +8,15 @@ filesystems at rootfs time.
Upstream-Status: Inappropriate
Signed-off-by: Ross Burton <ross.burton@intel.com>
-
---
debugfs/debugfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debugfs/debugfs.c b/debugfs/debugfs.c
-index 9b6321dc..8ebf3ddb 100644
+index 909c1df3..0842369e 100644
--- a/debugfs/debugfs.c
+++ b/debugfs/debugfs.c
-@@ -2516,7 +2516,7 @@ static int source_file(const char *cmd_file, int ss_idx)
+@@ -2529,7 +2529,7 @@ static int source_file(const char *cmd_file, int ss_idx)
cp = strchr(buf, '\r');
if (cp)
*cp = 0;
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.1.bb
similarity index 99%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb
rename to meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.1.bb
index 940b47c155..bd6ac92cb1 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.1.bb
@@ -10,7 +10,7 @@ SRC_URI:append:class-native = " \
file://quiet-debugfs.patch \
"
-SRCREV = "f4c9cc4bedacde8408edda3520a32d3842290112"
+SRCREV = "b571b9b4240739a982e8bca62cfc914a3b50190a"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$"
EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* Re: [OE-core] [PATCH 07/22] e2fsprogs: upgrade 1.47.0 -> 1.47.1
2024-06-21 2:16 ` [OE-core] [PATCH 07/22] e2fsprogs: upgrade 1.47.0 -> 1.47.1 wangmy
@ 2024-06-21 23:18 ` Alexandre Belloni
0 siblings, 0 replies; 29+ messages in thread
From: Alexandre Belloni @ 2024-06-21 23:18 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
Hello,
This breaks btrfs-tools and syslinux:
https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/9488/steps/13/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6737/steps/12/logs/stdio
On 21/06/2024 10:16:31+0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> mkdir_p.patch
> ptest.patch
> quiet-debugfs.patch
> refreshed for 1.47.1
>
> Changelog:
> https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.1
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch | 7 +++----
> meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch | 8 ++++----
> .../e2fsprogs/e2fsprogs/quiet-debugfs.patch | 7 +++----
> .../{e2fsprogs_1.47.0.bb => e2fsprogs_1.47.1.bb} | 2 +-
> 4 files changed, 11 insertions(+), 13 deletions(-)
> rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.47.0.bb => e2fsprogs_1.47.1.bb} (99%)
>
> diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch
> index f6916a1112..27aca1e112 100644
> --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch
> +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch
> @@ -1,4 +1,4 @@
> -From e3a30baa5c1e2f0ac7e246539db1c7db5a2fe302 Mon Sep 17 00:00:00 2001
> +From cd693e0d943053ff41677be44ec9f6b002eb3600 Mon Sep 17 00:00:00 2001
> From: Joe Slater <jslater@windriver.com>
> Date: Tue, 7 Mar 2017 14:53:19 -0800
> Subject: [PATCH] e2fsprogs: expand @mkdir_p@
> @@ -9,16 +9,15 @@ not expanded so no locale data is written into usr/share/locale.
> Upstream-Status: Pending
>
> Signed-off-by: Joe Slater <jslater@windriver.com>
> -
> ---
> configure.ac | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> -index 4c4b5523..3475c707 100644
> +index 131caef3..ca448d97 100644
> --- a/configure.ac
> +++ b/configure.ac
> -@@ -919,6 +919,8 @@ AC_SUBST(PACKAGE)
> +@@ -938,6 +938,8 @@ AC_SUBST(PACKAGE)
> AC_SUBST(VERSION)
>
> AM_GNU_GETTEXT([external])
> diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch
> index 20839b7286..3fb88bbc89 100644
> --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch
> +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch
> @@ -1,4 +1,4 @@
> -From b8842065ad621a03a971dfd50db862c5bffdeb49 Mon Sep 17 00:00:00 2001
> +From 45bf94b3986ec87130eb51579909b9b6cbe21ebe Mon Sep 17 00:00:00 2001
> From: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
> Date: Sat, 18 Apr 2015 17:58:17 +0300
> Subject: [PATCH] e2fsprogs: add ptest
> @@ -14,10 +14,10 @@ Signed-off-by: Kai Kang <kai.kang@windriver.com>
> 2 files changed, 18 insertions(+), 18 deletions(-)
>
> diff --git a/tests/Makefile.in b/tests/Makefile.in
> -index 8c4d2048..e021af32 100644
> +index ba06b3b6..5a3e48f4 100644
> --- a/tests/Makefile.in
> +++ b/tests/Makefile.in
> -@@ -19,7 +19,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf
> +@@ -20,7 +20,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf test_data.tmp
> @echo "#!/bin/sh" > test_one
> @echo "HTREE=y" >> test_one
> @echo "QUOTA=y" >> test_one
> @@ -26,7 +26,7 @@ index 8c4d2048..e021af32 100644
> @echo "DIFF_OPTS=@UNI_DIFF_OPTS@" >> test_one
> @echo "SIZEOF_TIME_T=@SIZEOF_TIME_T@" >> test_one
> @echo "DD=@DD@" >>test_one
> -@@ -30,7 +30,7 @@ test_script: test_one test_script.in Makefile mke2fs.conf
> +@@ -31,7 +31,7 @@ test_script: test_one test_script.in Makefile mke2fs.conf test_data.tmp
> @echo "Creating test_script..."
> @[ -f test_script ] && chmod u+w test_script || true
> @echo "#!/bin/sh" > test_script
> diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch
> index 0a6904208d..3648c26f71 100644
> --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch
> +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch
> @@ -1,4 +1,4 @@
> -From 580ef6cae2d353f3aa5d5c52d6614bdc1df50f08 Mon Sep 17 00:00:00 2001
> +From c9bc5795a4a9821e727131923f07876fe3aa82d3 Mon Sep 17 00:00:00 2001
> From: Ross Burton <ross.burton@intel.com>
> Date: Mon, 23 Dec 2013 13:38:34 +0000
> Subject: [PATCH] e2fsprogs: silence debugfs
> @@ -8,16 +8,15 @@ filesystems at rootfs time.
>
> Upstream-Status: Inappropriate
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> -
> ---
> debugfs/debugfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/debugfs/debugfs.c b/debugfs/debugfs.c
> -index 9b6321dc..8ebf3ddb 100644
> +index 909c1df3..0842369e 100644
> --- a/debugfs/debugfs.c
> +++ b/debugfs/debugfs.c
> -@@ -2516,7 +2516,7 @@ static int source_file(const char *cmd_file, int ss_idx)
> +@@ -2529,7 +2529,7 @@ static int source_file(const char *cmd_file, int ss_idx)
> cp = strchr(buf, '\r');
> if (cp)
> *cp = 0;
> diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.1.bb
> similarity index 99%
> rename from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb
> rename to meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.1.bb
> index 940b47c155..bd6ac92cb1 100644
> --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb
> +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.1.bb
> @@ -10,7 +10,7 @@ SRC_URI:append:class-native = " \
> file://quiet-debugfs.patch \
> "
>
> -SRCREV = "f4c9cc4bedacde8408edda3520a32d3842290112"
> +SRCREV = "b571b9b4240739a982e8bca62cfc914a3b50190a"
> UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$"
>
> EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#200973): https://lists.openembedded.org/g/openembedded-core/message/200973
> Mute This Topic: https://lists.openembedded.org/mt/106792570/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 29+ messages in thread
* [OE-core] [PATCH 08/22] enchant2: upgrade 2.7.3 -> 2.8.1
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (5 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 07/22] e2fsprogs: upgrade 1.47.0 -> 1.47.1 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 09/22] fribidi: upgrade 1.0.14 -> 1.0.15 wangmy
` (13 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
- restores an optimization removed in 2.8.0 that reduces the
frequency with which personal wordlists are reloaded.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../enchant/{enchant2_2.7.3.bb => enchant2_2.8.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/enchant/{enchant2_2.7.3.bb => enchant2_2.8.1.bb} (91%)
diff --git a/meta/recipes-support/enchant/enchant2_2.7.3.bb b/meta/recipes-support/enchant/enchant2_2.8.1.bb
similarity index 91%
rename from meta/recipes-support/enchant/enchant2_2.7.3.bb
rename to meta/recipes-support/enchant/enchant2_2.8.1.bb
index d5073b6f31..825cf2e388 100644
--- a/meta/recipes-support/enchant/enchant2_2.7.3.bb
+++ b/meta/recipes-support/enchant/enchant2_2.8.1.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native"
inherit autotools pkgconfig github-releases
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = "fe6ad4cbe8c71b9384ffdef962be52d4d2bd5ebfb6351435bb390543d4f78b1e"
+SRC_URI[sha256sum] = "ff79de470b8eb16f53849dc49f2bce8ca4eb7decabfc1349716fe12616e52f4e"
GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 09/22] fribidi: upgrade 1.0.14 -> 1.0.15
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (6 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 08/22] enchant2: upgrade 2.7.3 -> 2.8.1 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 10/22] git: upgrade 2.45.1 -> 2.45.2 wangmy
` (12 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
Fixed the bad tarball from 1.0.14 with stall include files.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../fribidi/{fribidi_1.0.14.bb => fribidi_1.0.15.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/fribidi/{fribidi_1.0.14.bb => fribidi_1.0.15.bb} (89%)
diff --git a/meta/recipes-support/fribidi/fribidi_1.0.14.bb b/meta/recipes-support/fribidi/fribidi_1.0.15.bb
similarity index 89%
rename from meta/recipes-support/fribidi/fribidi_1.0.14.bb
rename to meta/recipes-support/fribidi/fribidi_1.0.15.bb
index 51752096de..14d901a530 100644
--- a/meta/recipes-support/fribidi/fribidi_1.0.14.bb
+++ b/meta/recipes-support/fribidi/fribidi_1.0.15.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.xz \
"
-SRC_URI[sha256sum] = "76ae204a7027652ac3981b9fa5817c083ba23114340284c58e756b259cd2259a"
+SRC_URI[sha256sum] = "0bbc7ff633bfa208ae32d7e369cf5a7d20d5d2557a0b067c9aa98bcbf9967587"
inherit meson lib_package pkgconfig github-releases
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 10/22] git: upgrade 2.45.1 -> 2.45.2
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (7 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 09/22] fribidi: upgrade 1.0.14 -> 1.0.15 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 11/22] glib-networking: upgrade 2.78.1 -> 2.80.0 wangmy
` (11 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changeglog:
============
- send-email: drop FakeTerm hack
- send-email: avoid creating more than one Term::ReadLine object
- ci: drop mention of BREW_INSTALL_PACKAGES variable
- ci: avoid bare "gcc" for osx-gcc job
- ci: stop installing "gcc-13" for osx-gcc
- hook: plug a new memory leak
- init: use the correct path of the templates directory again
- Revert "core.hooksPath: add some protection while cloning"
- tests: verify that `clone -c core.hooksPath=/dev/null` works again
- clone: drop the protections where hooks aren't run
- Revert "Add a helper function to compare file contents"
- Revert "fsck: warn about symlink pointing inside a gitdir"
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-devtools/git/{git_2.45.1.bb => git_2.45.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/git/{git_2.45.1.bb => git_2.45.2.bb} (98%)
diff --git a/meta/recipes-devtools/git/git_2.45.1.bb b/meta/recipes-devtools/git/git_2.45.2.bb
similarity index 98%
rename from meta/recipes-devtools/git/git_2.45.1.bb
rename to meta/recipes-devtools/git/git_2.45.2.bb
index d1b3e6ad40..6393c976e6 100644
--- a/meta/recipes-devtools/git/git_2.45.1.bb
+++ b/meta/recipes-devtools/git/git_2.45.2.bb
@@ -164,4 +164,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
"
EXTRA_OEMAKE += "NO_GETTEXT=1"
-SRC_URI[tarball.sha256sum] = "10acb581993061e616be9c5674469335922025a666318e0748cb8306079fef24"
+SRC_URI[tarball.sha256sum] = "98b26090ed667099a3691b93698d1e213e1ded73d36a2fde7e9125fce28ba234"
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 11/22] glib-networking: upgrade 2.78.1 -> 2.80.0
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (8 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 10/22] git: upgrade 2.45.1 -> 2.45.2 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-23 19:16 ` Alexandre Belloni
2024-06-21 2:16 ` [OE-core] [PATCH 12/22] gstreamer: upgrade 1.24.3 -> 1.24.4 wangmy
` (10 subsequent siblings)
20 siblings, 1 reply; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Mark plugin functions as exports on Windows
- Updated translations
- GnuTLS: fix improper use of IP address in SNI extension
- GnuTLS: major performance improvement: reduce unnecessary trust list creation
- OpenSSL: properly handle BIO_CTRL_EOF
- GnuTLS: Add warning when system has no trusted certificates
- OpenSSL: Fix bug when populating trust store
- Fix license on dtls-connection.c test
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/glib-networking/{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} (95%)
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
similarity index 95%
rename from meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
rename to meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
index 5060d9fd7a..c8a1355548 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
SECTION = "libs"
DEPENDS = "glib-2.0-native glib-2.0"
-SRC_URI[archive.sha256sum] = "e48f2ddbb049832cbb09230529c5e45daca9f0df0eda325f832f7379859bf09f"
+SRC_URI[archive.sha256sum] = "d8f4f1aab213179ae3351617b59dab5de6bcc9e785021eee178998ebd4bb3acf"
# Upstream note that for the openssl backend, half the tests where this backend don't return
# the expected error code or don't work as expected so default to gnutls
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* Re: [OE-core] [PATCH 11/22] glib-networking: upgrade 2.78.1 -> 2.80.0
2024-06-21 2:16 ` [OE-core] [PATCH 11/22] glib-networking: upgrade 2.78.1 -> 2.80.0 wangmy
@ 2024-06-23 19:16 ` Alexandre Belloni
2024-06-23 19:19 ` Alexandre Belloni
0 siblings, 1 reply; 29+ messages in thread
From: Alexandre Belloni @ 2024-06-23 19:16 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core, João Marcos Costa
This causes new ptest failures:
https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/6563/steps/13/logs/stdio
https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6740/steps/12/logs/stdio
Failed ptests:
{'glib-networking': ['glib-networking/connection-gnutls.test',
'glib-networking/file-database-gnutls.test']}
(/usr/libexec/installed-tests/glib-networking/connection-gnutls:400): GLib-Net-WARNING **: 21:17:59.992: Failed to load TLS database: System trust contains zero trusted certificates; please investigate your GnuTLS configuration
FAIL: glib-networking/connection-gnutls.test (Child process killed by signal 5)
Running test: glib-networking/certificate-gnutls.test
(/usr/libexec/installed-tests/glib-networking/file-database-gnutls:406): GLib-Net-WARNING **: 21:18:00.068: Failed to load TLS database: System trust contains zero trusted certificates; please investigate your GnuTLS configuration
FAIL: glib-networking/file-database-gnutls.test (Child process killed by signal 5)
SUMMARY: total=4; passed=2; skipped=0; failed=2; user=0.1s; system=0.0s; maxrss=8684
FAIL: glib-networking/connection-gnutls.test (Child process killed by signal 5)
FAIL: glib-networking/file-database-gnutls.test (Child process killed by signal 5)
https://autobuilder.yocto.io/pub/non-release/20240622-19/testresults/qemux86-64-ptest/glib-networking.log
On 21/06/2024 10:16:35+0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ===========
> - Mark plugin functions as exports on Windows
> - Updated translations
> - GnuTLS: fix improper use of IP address in SNI extension
> - GnuTLS: major performance improvement: reduce unnecessary trust list creation
> - OpenSSL: properly handle BIO_CTRL_EOF
> - GnuTLS: Add warning when system has no trusted certificates
> - OpenSSL: Fix bug when populating trust store
> - Fix license on dtls-connection.c test
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-core/glib-networking/{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} (95%)
>
> diff --git a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
> similarity index 95%
> rename from meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
> rename to meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
> index 5060d9fd7a..c8a1355548 100644
> --- a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
> +++ b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
> @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
> SECTION = "libs"
> DEPENDS = "glib-2.0-native glib-2.0"
>
> -SRC_URI[archive.sha256sum] = "e48f2ddbb049832cbb09230529c5e45daca9f0df0eda325f832f7379859bf09f"
> +SRC_URI[archive.sha256sum] = "d8f4f1aab213179ae3351617b59dab5de6bcc9e785021eee178998ebd4bb3acf"
>
> # Upstream note that for the openssl backend, half the tests where this backend don't return
> # the expected error code or don't work as expected so default to gnutls
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#200988): https://lists.openembedded.org/g/openembedded-core/message/200988
> Mute This Topic: https://lists.openembedded.org/mt/106792587/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 29+ messages in thread* Re: [OE-core] [PATCH 11/22] glib-networking: upgrade 2.78.1 -> 2.80.0
2024-06-23 19:16 ` Alexandre Belloni
@ 2024-06-23 19:19 ` Alexandre Belloni
0 siblings, 0 replies; 29+ messages in thread
From: Alexandre Belloni @ 2024-06-23 19:19 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core, João Marcos Costa
Note that I already did test and replied this to you back in march:
https://lore.kernel.org/all/20240326165030a736ab19@mail.local/
And in this submission:
https://lore.kernel.org/all/20240518215929c3418ae7@mail.local/
So this is the third time this is submitted and not fixed...
On 23/06/2024 21:16:23+0200, Alexandre Belloni wrote:
> This causes new ptest failures:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/6563/steps/13/logs/stdio
> https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6740/steps/12/logs/stdio
>
> Failed ptests:
> {'glib-networking': ['glib-networking/connection-gnutls.test',
> 'glib-networking/file-database-gnutls.test']}
>
>
>
> (/usr/libexec/installed-tests/glib-networking/connection-gnutls:400): GLib-Net-WARNING **: 21:17:59.992: Failed to load TLS database: System trust contains zero trusted certificates; please investigate your GnuTLS configuration
> FAIL: glib-networking/connection-gnutls.test (Child process killed by signal 5)
> Running test: glib-networking/certificate-gnutls.test
>
> (/usr/libexec/installed-tests/glib-networking/file-database-gnutls:406): GLib-Net-WARNING **: 21:18:00.068: Failed to load TLS database: System trust contains zero trusted certificates; please investigate your GnuTLS configuration
> FAIL: glib-networking/file-database-gnutls.test (Child process killed by signal 5)
> SUMMARY: total=4; passed=2; skipped=0; failed=2; user=0.1s; system=0.0s; maxrss=8684
> FAIL: glib-networking/connection-gnutls.test (Child process killed by signal 5)
> FAIL: glib-networking/file-database-gnutls.test (Child process killed by signal 5)
>
>
> https://autobuilder.yocto.io/pub/non-release/20240622-19/testresults/qemux86-64-ptest/glib-networking.log
>
>
> On 21/06/2024 10:16:35+0800, wangmy via lists.openembedded.org wrote:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Changelog:
> > ===========
> > - Mark plugin functions as exports on Windows
> > - Updated translations
> > - GnuTLS: fix improper use of IP address in SNI extension
> > - GnuTLS: major performance improvement: reduce unnecessary trust list creation
> > - OpenSSL: properly handle BIO_CTRL_EOF
> > - GnuTLS: Add warning when system has no trusted certificates
> > - OpenSSL: Fix bug when populating trust store
> > - Fix license on dtls-connection.c test
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> > .../{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > rename meta/recipes-core/glib-networking/{glib-networking_2.78.1.bb => glib-networking_2.80.0.bb} (95%)
> >
> > diff --git a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
> > similarity index 95%
> > rename from meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
> > rename to meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
> > index 5060d9fd7a..c8a1355548 100644
> > --- a/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb
> > +++ b/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb
> > @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
> > SECTION = "libs"
> > DEPENDS = "glib-2.0-native glib-2.0"
> >
> > -SRC_URI[archive.sha256sum] = "e48f2ddbb049832cbb09230529c5e45daca9f0df0eda325f832f7379859bf09f"
> > +SRC_URI[archive.sha256sum] = "d8f4f1aab213179ae3351617b59dab5de6bcc9e785021eee178998ebd4bb3acf"
> >
> > # Upstream note that for the openssl backend, half the tests where this backend don't return
> > # the expected error code or don't work as expected so default to gnutls
> > --
> > 2.34.1
> >
>
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#200988): https://lists.openembedded.org/g/openembedded-core/message/200988
> > Mute This Topic: https://lists.openembedded.org/mt/106792587/3617179
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 29+ messages in thread
* [OE-core] [PATCH 12/22] gstreamer: upgrade 1.24.3 -> 1.24.4
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (9 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 11/22] glib-networking: upgrade 2.78.1 -> 2.80.0 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 13/22] hwlatdetect: upgrade 2.6 -> 2.7 wangmy
` (9 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
https://gstreamer.freedesktop.org/releases/1.24
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{gst-devtools_1.24.3.bb => gst-devtools_1.24.4.bb} | 2 +-
...streamer1.0-libav_1.24.3.bb => gstreamer1.0-libav_1.24.4.bb} | 2 +-
...plugins-bad_1.24.3.bb => gstreamer1.0-plugins-bad_1.24.4.bb} | 2 +-
...ugins-base_1.24.3.bb => gstreamer1.0-plugins-base_1.24.4.bb} | 2 +-
...ugins-good_1.24.3.bb => gstreamer1.0-plugins-good_1.24.4.bb} | 2 +-
...ugins-ugly_1.24.3.bb => gstreamer1.0-plugins-ugly_1.24.4.bb} | 2 +-
...reamer1.0-python_1.24.3.bb => gstreamer1.0-python_1.24.4.bb} | 2 +-
...rtsp-server_1.24.3.bb => gstreamer1.0-rtsp-server_1.24.4.bb} | 2 +-
...streamer1.0-vaapi_1.24.3.bb => gstreamer1.0-vaapi_1.24.4.bb} | 2 +-
.../{gstreamer1.0_1.24.3.bb => gstreamer1.0_1.24.4.bb} | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.24.3.bb => gst-devtools_1.24.4.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.24.3.bb => gstreamer1.0-libav_1.24.4.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.24.3.bb => gstreamer1.0-plugins-bad_1.24.4.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.24.3.bb => gstreamer1.0-plugins-base_1.24.4.bb} (98%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.24.3.bb => gstreamer1.0-plugins-good_1.24.4.bb} (97%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.24.3.bb => gstreamer1.0-plugins-ugly_1.24.4.bb} (94%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.24.3.bb => gstreamer1.0-python_1.24.4.bb} (91%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.24.3.bb => gstreamer1.0-rtsp-server_1.24.4.bb} (90%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.24.3.bb => gstreamer1.0-vaapi_1.24.4.bb} (95%)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.24.3.bb => gstreamer1.0_1.24.4.bb} (97%)
diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.3.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.4.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.24.3.bb
rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.24.4.bb
index 9df802afe9..eca0753cf2 100644
--- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.4.bb
@@ -12,7 +12,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV}
file://0001-connect-has-a-different-signature-on-musl.patch \
"
-SRC_URI[sha256sum] = "b91114a2fd958f42acf441186e87e2bec93538ef35a9f8248111197360ffb237"
+SRC_URI[sha256sum] = "8bff1b388522e03d761786e61fe9aff1f9867b8f7cc230043cbb2622dcf6f0fe"
DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base"
RRECOMMENDS:${PN} = "git"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.4.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.4.bb
index d468f2983c..dfd26f7df7 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.4.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69333daa044cb77e486cc36129f7a770 \
"
SRC_URI = "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz"
-SRC_URI[sha256sum] = "d9c5b152468a45c1fa8351410422090a7192707ad74d2e1a4367f5254e188d91"
+SRC_URI[sha256sum] = "4d3803f36008e847fc4842c8dd366162baf8359526cc46c1851bf68bb638da73"
S = "${WORKDIR}/gst-libav-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb
similarity index 98%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb
index ccb1a54456..c7fb9dc91a 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad
file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \
file://0001-uvcgadget-Use-g_path_get_basename-instead-of-libc-ba.patch \
"
-SRC_URI[sha256sum] = "e90f26c7dc9c76f4aa599b758cfd6d8c10d6a0b9cb265ba2c3c9bdf3888558f8"
+SRC_URI[sha256sum] = "260bd0a463b4faff9a42f41e5e028f787f10a92b779af8959aec64586f546bd3"
S = "${WORKDIR}/gst-plugins-bad-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb
similarity index 98%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb
index 8a967cf6eb..bda9f3e737 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba
file://0003-viv-fb-Make-sure-config.h-is-included.patch \
file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \
"
-SRC_URI[sha256sum] = "f1094397eaa7932f06e57ebbb075aa33aa2c76e4b75630a16b02c8d4af46832e"
+SRC_URI[sha256sum] = "09f4ddf246eeb819da1494ce336316edbbcb28fdff3ee2f9804891e84df39b2a"
S = "${WORKDIR}/gst-plugins-base-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb
index 41a93e85a4..48d5f9ce86 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb
@@ -6,7 +6,7 @@ BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues
SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz"
-SRC_URI[sha256sum] = "150f914e61dc05600b68b88ca103c7cc227130158e389ea9ea159f4050a2ebb0"
+SRC_URI[sha256sum] = "023096d661cf58cde3e0dcdbf56897bf588830232358c305f3e15fd63e116626"
S = "${WORKDIR}/gst-plugins-good-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.4.bb
similarity index 94%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.4.bb
index 533de0234f..37f870be59 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.4.bb
@@ -15,7 +15,7 @@ SRC_URI = " \
https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
"
-SRC_URI[sha256sum] = "4c951341c4c648630b6fe1234ec113d81dd2d248529bf2b5478e0ad077c80ed3"
+SRC_URI[sha256sum] = "4604f8709c0bc4d6960ef6ae6fd91e0b20af011bfe22e103f5b85377cf3f1ef4"
S = "${WORKDIR}/gst-plugins-ugly-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.4.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.4.bb
index 5fbf860741..6f05863486 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.4.bb
@@ -8,7 +8,7 @@ LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740"
SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "ecdb3e2ba94ea2c82b93a8c715d5a7e04f9726a8838c0a6b17694928fd1e8595"
+SRC_URI[sha256sum] = "5510358316eb5c965829a393714b4d88306033cd64db3eae8cc62b41ae80a392"
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.4.bb
similarity index 90%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.4.bb
index f63d61b2c9..13431ed788 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.4.bb
@@ -10,7 +10,7 @@ PNREAL = "gst-rtsp-server"
SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "62628ecca78b8f5b51c59a4d602c65e9205ffc50c3c83cd61fab1f6348b63565"
+SRC_URI[sha256sum] = "eeca811cef6312fa21433294ae216b3c6fa0a389d8980727102516bdcf973eae"
S = "${WORKDIR}/${PNREAL}-${PV}"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.4.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.4.bb
index 8ddfe15de9..b4ace68129 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.4.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "845f2efe0dca8dab234dde8fb091da2cd06a9d2a683422b56dcb688954f9070e"
+SRC_URI[sha256sum] = "2dfb322e37370b6671b62ff60dc1da81f87dac5a17c1c7ef15a783d2355900b8"
S = "${WORKDIR}/${REALPN}-${PV}"
DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.3.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb
index cd04ade602..0625accb7b 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb
@@ -22,7 +22,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
file://0003-tests-use-a-dictionaries-for-environment.patch \
file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
"
-SRC_URI[sha256sum] = "1225ef4a329fae1cadc5ec727dab249ad567e8072879493561ceb91ed34aa414"
+SRC_URI[sha256sum] = "52c93bc48e03533aa676fd8c15eb6b5fc326c68db311c50bcc0a865f31a6c653"
PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
check \
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 13/22] hwlatdetect: upgrade 2.6 -> 2.7
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (10 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 12/22] gstreamer: upgrade 1.24.3 -> 1.24.4 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-22 20:21 ` Alexandre Belloni
2024-06-21 2:16 ` [OE-core] [PATCH 14/22] kea: upgrade 2.4.1 -> 2.6.0 wangmy
` (8 subsequent siblings)
20 siblings, 1 reply; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-rt/rt-tests/rt-tests.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
index 70315c4694..3fbdfa2038 100644
--- a/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/meta/recipes-rt/rt-tests/rt-tests.inc
@@ -1,5 +1,5 @@
-SRCREV = "217cd8518c5f7777d490892aa9c765a6b2782cb5"
-PV = "2.6"
+SRCREV = "5bd94923ffda2ab326d081926dbfc6775fb5050b"
+PV = "2.7"
PE = "1"
SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https"
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* Re: [OE-core] [PATCH 13/22] hwlatdetect: upgrade 2.6 -> 2.7
2024-06-21 2:16 ` [OE-core] [PATCH 13/22] hwlatdetect: upgrade 2.6 -> 2.7 wangmy
@ 2024-06-22 20:21 ` Alexandre Belloni
0 siblings, 0 replies; 29+ messages in thread
From: Alexandre Belloni @ 2024-06-22 20:21 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
This causes:
ERROR: rt-tests-1_2.7-r0 do_patch: Applying patch '0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch' on target directory '/home/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/core2-64-poky-linux/rt-tests/2.7/git'
CmdError('quilt --quiltrc /home/pokybuild/yocto-worker/qemux86-world/build/build/tmp/work/core2-64-poky-linux/rt-tests/2.7/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch
patching file Makefile
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- rejects in file Makefile
Patch 0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch does not apply (enforce with -f)
stderr: ')
On 21/06/2024 10:16:37+0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> meta/recipes-rt/rt-tests/rt-tests.inc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc
> index 70315c4694..3fbdfa2038 100644
> --- a/meta/recipes-rt/rt-tests/rt-tests.inc
> +++ b/meta/recipes-rt/rt-tests/rt-tests.inc
> @@ -1,5 +1,5 @@
> -SRCREV = "217cd8518c5f7777d490892aa9c765a6b2782cb5"
> -PV = "2.6"
> +SRCREV = "5bd94923ffda2ab326d081926dbfc6775fb5050b"
> +PV = "2.7"
> PE = "1"
>
> SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main;protocol=https"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#200976): https://lists.openembedded.org/g/openembedded-core/message/200976
> Mute This Topic: https://lists.openembedded.org/mt/106792574/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 29+ messages in thread
* [OE-core] [PATCH 14/22] kea: upgrade 2.4.1 -> 2.6.0
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (11 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 13/22] hwlatdetect: upgrade 2.6 -> 2.7 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-24 1:51 ` Alexandre Belloni
2024-06-21 2:16 ` [OE-core] [PATCH 15/22] libevdev: upgrade 1.13.1 -> 1.13.2 wangmy
` (7 subsequent siblings)
20 siblings, 1 reply; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: Copyright year updated to 2024.
fix_pid_keactrl.patch
refreshed for 2.6.0
Changelog:
https://gitlab.isc.org/isc-projects/kea/-/wikis/Release-Notes/release-notes-2.6.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch | 7 +++----
.../kea/{kea_2.4.1.bb => kea_2.6.0.bb} | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
rename meta/recipes-connectivity/kea/{kea_2.4.1.bb => kea_2.6.0.bb} (94%)
diff --git a/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch b/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch
index 63a6a2805b..e206805688 100644
--- a/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch
+++ b/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch
@@ -1,4 +1,4 @@
-From c878a356712606549f7f188b62f7d1cae08a176e Mon Sep 17 00:00:00 2001
+From d297e8ae315e14ae4c5c5ad98183a57f9c43b2de Mon Sep 17 00:00:00 2001
From: Armin kuster <akuster808@gmail.com>
Date: Wed, 14 Oct 2020 22:48:31 -0700
Subject: [PATCH] Busybox does not support ps -p so use pgrep
@@ -7,16 +7,15 @@ Upstream-Status: Inappropriate [embedded specific]
Based on changes from Diego Sueiro <Diego.Sueiro@arm.com>
Signed-off-by: Armin kuster <akuster808@gmail.com>
-
---
src/bin/keactrl/keactrl.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bin/keactrl/keactrl.in b/src/bin/keactrl/keactrl.in
-index 450e997..c353ca9 100644
+index cccfdac..20ae2e6 100644
--- a/src/bin/keactrl/keactrl.in
+++ b/src/bin/keactrl/keactrl.in
-@@ -149,8 +149,8 @@ check_running() {
+@@ -146,8 +146,8 @@ check_running() {
# Get the PID from the PID file (if it exists)
get_pid_from_file "${proc_name}"
if [ ${_pid} -gt 0 ]; then
diff --git a/meta/recipes-connectivity/kea/kea_2.4.1.bb b/meta/recipes-connectivity/kea/kea_2.6.0.bb
similarity index 94%
rename from meta/recipes-connectivity/kea/kea_2.4.1.bb
rename to meta/recipes-connectivity/kea/kea_2.6.0.bb
index 19309ce314..0f9e7b6891 100644
--- a/meta/recipes-connectivity/kea/kea_2.4.1.bb
+++ b/meta/recipes-connectivity/kea/kea_2.6.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Kea is the next generation of DHCP software developed by ISC. It
HOMEPAGE = "http://kea.isc.org"
SECTION = "connectivity"
LICENSE = "MPL-2.0"
-LIC_FILES_CHKSUM = "file://COPYING;md5=ea061fa0188838072c4248c1318ec131"
+LIC_FILES_CHKSUM = "file://COPYING;md5=618093ea9de92c70a115268c1d53421f"
DEPENDS = "boost log4cplus openssl"
@@ -18,7 +18,7 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz \
file://fix_pid_keactrl.patch \
file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \
"
-SRC_URI[sha256sum] = "815c61f5c271caa4a1db31dd656eb50a7f6ea973da3690f7c8581408e180131a"
+SRC_URI[sha256sum] = "207ceae33eb3b81ec4e6ac5605249a85b93779333b62aadf39e489f11dbcdc8d"
inherit autotools systemd update-rc.d upstream-version-is-even
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* Re: [OE-core] [PATCH 14/22] kea: upgrade 2.4.1 -> 2.6.0
2024-06-21 2:16 ` [OE-core] [PATCH 14/22] kea: upgrade 2.4.1 -> 2.6.0 wangmy
@ 2024-06-24 1:51 ` Alexandre Belloni
0 siblings, 0 replies; 29+ messages in thread
From: Alexandre Belloni @ 2024-06-24 1:51 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
This fails the reproducibility tests:
https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4982/steps/13/logs/stdio
https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20240623-__4telvd/packages/diff-html/
On 21/06/2024 10:16:38+0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> License-Update: Copyright year updated to 2024.
>
> fix_pid_keactrl.patch
> refreshed for 2.6.0
>
> Changelog:
> https://gitlab.isc.org/isc-projects/kea/-/wikis/Release-Notes/release-notes-2.6.0
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch | 7 +++----
> .../kea/{kea_2.4.1.bb => kea_2.6.0.bb} | 4 ++--
> 2 files changed, 5 insertions(+), 6 deletions(-)
> rename meta/recipes-connectivity/kea/{kea_2.4.1.bb => kea_2.6.0.bb} (94%)
>
> diff --git a/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch b/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch
> index 63a6a2805b..e206805688 100644
> --- a/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch
> +++ b/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch
> @@ -1,4 +1,4 @@
> -From c878a356712606549f7f188b62f7d1cae08a176e Mon Sep 17 00:00:00 2001
> +From d297e8ae315e14ae4c5c5ad98183a57f9c43b2de Mon Sep 17 00:00:00 2001
> From: Armin kuster <akuster808@gmail.com>
> Date: Wed, 14 Oct 2020 22:48:31 -0700
> Subject: [PATCH] Busybox does not support ps -p so use pgrep
> @@ -7,16 +7,15 @@ Upstream-Status: Inappropriate [embedded specific]
> Based on changes from Diego Sueiro <Diego.Sueiro@arm.com>
>
> Signed-off-by: Armin kuster <akuster808@gmail.com>
> -
> ---
> src/bin/keactrl/keactrl.in | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/bin/keactrl/keactrl.in b/src/bin/keactrl/keactrl.in
> -index 450e997..c353ca9 100644
> +index cccfdac..20ae2e6 100644
> --- a/src/bin/keactrl/keactrl.in
> +++ b/src/bin/keactrl/keactrl.in
> -@@ -149,8 +149,8 @@ check_running() {
> +@@ -146,8 +146,8 @@ check_running() {
> # Get the PID from the PID file (if it exists)
> get_pid_from_file "${proc_name}"
> if [ ${_pid} -gt 0 ]; then
> diff --git a/meta/recipes-connectivity/kea/kea_2.4.1.bb b/meta/recipes-connectivity/kea/kea_2.6.0.bb
> similarity index 94%
> rename from meta/recipes-connectivity/kea/kea_2.4.1.bb
> rename to meta/recipes-connectivity/kea/kea_2.6.0.bb
> index 19309ce314..0f9e7b6891 100644
> --- a/meta/recipes-connectivity/kea/kea_2.4.1.bb
> +++ b/meta/recipes-connectivity/kea/kea_2.6.0.bb
> @@ -3,7 +3,7 @@ DESCRIPTION = "Kea is the next generation of DHCP software developed by ISC. It
> HOMEPAGE = "http://kea.isc.org"
> SECTION = "connectivity"
> LICENSE = "MPL-2.0"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=ea061fa0188838072c4248c1318ec131"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=618093ea9de92c70a115268c1d53421f"
>
> DEPENDS = "boost log4cplus openssl"
>
> @@ -18,7 +18,7 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz \
> file://fix_pid_keactrl.patch \
> file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \
> "
> -SRC_URI[sha256sum] = "815c61f5c271caa4a1db31dd656eb50a7f6ea973da3690f7c8581408e180131a"
> +SRC_URI[sha256sum] = "207ceae33eb3b81ec4e6ac5605249a85b93779333b62aadf39e489f11dbcdc8d"
>
> inherit autotools systemd update-rc.d upstream-version-is-even
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#200989): https://lists.openembedded.org/g/openembedded-core/message/200989
> Mute This Topic: https://lists.openembedded.org/mt/106792588/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 29+ messages in thread
* [OE-core] [PATCH 15/22] libevdev: upgrade 1.13.1 -> 1.13.2
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (12 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 14/22] kea: upgrade 2.4.1 -> 2.6.0 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 16/22] libjitterentropy: upgrade 3.4.1 -> 3.5.0 wangmy
` (6 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libevdev/{libevdev_1.13.1.bb => libevdev_1.13.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libevdev/{libevdev_1.13.1.bb => libevdev_1.13.2.bb} (87%)
diff --git a/meta/recipes-support/libevdev/libevdev_1.13.1.bb b/meta/recipes-support/libevdev/libevdev_1.13.2.bb
similarity index 87%
rename from meta/recipes-support/libevdev/libevdev_1.13.1.bb
rename to meta/recipes-support/libevdev/libevdev_1.13.2.bb
index 85cfd78507..fd2bfdad9b 100644
--- a/meta/recipes-support/libevdev/libevdev_1.13.1.bb
+++ b/meta/recipes-support/libevdev/libevdev_1.13.2.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \
"
SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz"
-SRC_URI[sha256sum] = "06a77bf2ac5c993305882bc1641017f5bec1592d6d1b64787bad492ab34f2f36"
+SRC_URI[sha256sum] = "3eca86a6ce55b81d5bce910637fc451c8bbe373b1f9698f375c7f1ad0de3ac48"
inherit autotools pkgconfig
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 16/22] libjitterentropy: upgrade 3.4.1 -> 3.5.0
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (13 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 15/22] libevdev: upgrade 1.13.1 -> 1.13.2 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 17/22] libpcre2: upgrade 10.43 -> 10.44 wangmy
` (5 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Lisence-Update: Copyright year updated to 2024.
Changelog:
===========
* add distinction between intermittent and permanent health failure
* add compile time option to allow configuring a mask to reduce the size of
the time stamp used for the APT
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{libjitterentropy_3.4.1.bb => libjitterentropy_3.5.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.4.1.bb => libjitterentropy_3.5.0.bb} (89%)
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.5.0.bb
similarity index 89%
rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb
rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.5.0.bb
index 6cef8c068c..f23a122a9c 100644
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.4.1.bb
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.5.0.bb
@@ -5,12 +5,12 @@ stamp. It is a small-scale, yet fast entropy source that is viable in almost \
all environments and on a lot of CPU architectures."
HOMEPAGE = "http://www.chronox.de/jent.html"
LICENSE = "GPL-2.0-or-later | BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=64a87180908540620ce364b5e69b3b03 \
+LIC_FILES_CHKSUM = "file://LICENSE;md5=18a5cada7ee95e61db4180f0cb4a69cf \
file://LICENSE.gplv2;md5=eb723b61539feef013de476e68b5c50a \
file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
"
SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https"
-SRCREV = "4544e11320138ac02797af81766f4476a71bb09f"
+SRCREV = "48b2ffc128af776ff3658a70e5d7bb4a82180189"
S = "${WORKDIR}/git"
do_configure[noexec] = "1"
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 17/22] libpcre2: upgrade 10.43 -> 10.44
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (14 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 16/22] libjitterentropy: upgrade 3.4.1 -> 3.5.0 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 18/22] librepo: upgrade 1.17.0 -> 1.17.1 wangmy
` (4 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../libpcre/{libpcre2_10.43.bb => libpcre2_10.44.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libpcre/{libpcre2_10.43.bb => libpcre2_10.44.bb} (95%)
diff --git a/meta/recipes-support/libpcre/libpcre2_10.43.bb b/meta/recipes-support/libpcre/libpcre2_10.44.bb
similarity index 95%
rename from meta/recipes-support/libpcre/libpcre2_10.43.bb
rename to meta/recipes-support/libpcre/libpcre2_10.44.bb
index fd0bd79212..ceb2b85458 100644
--- a/meta/recipes-support/libpcre/libpcre2_10.43.bb
+++ b/meta/recipes-support/libpcre/libpcre2_10.44.bb
@@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/pcre2-${PV}/pcre2-${PV}.tar.bz2"
GITHUB_BASE_URI = "https://github.com/PhilipHazel/pcre2/releases"
UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P<pver>\d+(\.\d+)+)$"
-SRC_URI[sha256sum] = "e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb"
+SRC_URI[sha256sum] = "d34f02e113cf7193a1ebf2770d3ac527088d485d4e047ed10e5d217c6ef5de96"
CVE_PRODUCT = "pcre2"
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 18/22] librepo: upgrade 1.17.0 -> 1.17.1
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (15 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 17/22] libpcre2: upgrade 10.43 -> 10.44 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 19/22] ofono: upgrade 2.7 -> 2.8 wangmy
` (3 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch
removed since it's included in 1.17.1
Changelog:
============
- gpg_gpgme.c: fix build errors with older gcc
- Fix some compiler warnings
- Change header files to match a configured ABI regarding a zchunk support
- Fix building zchunk code if zchunk is enabled
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
...me.c-fix-build-errors-with-older-gcc.patch | 36 -------------------
.../{librepo_1.17.0.bb => librepo_1.17.1.bb} | 3 +-
2 files changed, 1 insertion(+), 38 deletions(-)
delete mode 100644 meta/recipes-devtools/librepo/librepo/0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch
rename meta/recipes-devtools/librepo/{librepo_1.17.0.bb => librepo_1.17.1.bb} (88%)
diff --git a/meta/recipes-devtools/librepo/librepo/0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch b/meta/recipes-devtools/librepo/librepo/0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch
deleted file mode 100644
index 8727b181b3..0000000000
--- a/meta/recipes-devtools/librepo/librepo/0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From b525cdec3051d1c6ff0c3cd38bf3070b18d6fb50 Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex@linutronix.de>
-Date: Wed, 6 Mar 2024 10:13:38 +0100
-Subject: [PATCH] gpg_gpgme.c: fix build errors with older gcc
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-When selinux is not enabled, older gcc versions error out this way:
-
-| /home/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-1938845/tmp-mc-tiny/hosttools/gcc -DG_LOG_DOMAIN=\"librepo\" -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -Dlibrepo_EXPORTS -I/home/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-1938845/tmp-mc-tiny/work/aarch64-linux/librepo-native/1.17.0/git -I/home/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-1938845/tmp-mc-tiny/work/aarch64-linux/librepo-native/1.17.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/libmount -I/home/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-1938845/tmp-mc-tiny/work/aarch64-linux/librepo-native/1.17.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/blkid -I/home/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-1938845/tmp-mc-tiny/work/aarch64-linux/librepo-native/1.17.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0 -I/home/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-19
38845/tmp-mc-tiny/work/aarch64-linux/librepo-native/1.17.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/lib/glib-2.0/include -I/home/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-1938845/tmp-mc-tiny/work/aarch64-linux/librepo-native/1.17.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/libxml2 -isystem/home/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-1938845/tmp-mc-tiny/work/aarch64-linux/librepo-native/1.17.0/recipe-sysroot-native/usr/include -O2 -pipe -std=c99 -Wall -fPIC -MD -MT librepo/CMakeFiles/librepo.dir/gpg_gpgme.c.o -MF librepo/CMakeFiles/librepo.dir/gpg_gpgme.c.o.d -o librepo/CMakeFiles/librepo.dir/gpg_gpgme.c.o -c /home/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-1938845/tmp-mc-tiny/work/aarch64-linux/librepo-native/1.17.0/git/librepo/gpg_gpgme.c
-| /home/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-1938845/tmp-mc-tiny/work/aarch64-linux/librepo-native/1.17.0/git/librepo/gpg_gpgme.c: In function ‘lr_gpg_ensure_socket_dir_exists’:
-| /home/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-1938845/tmp-mc-tiny/work/aarch64-linux/librepo-native/1.17.0/git/librepo/gpg_gpgme.c:135:1: error: label at end of compound statement
-| 135 | exit:
-| | ^~~~
-
-Ensuring the exit: block is not empty fixes the issue.
-
-Upstream-Status: Submitted [https://github.com/rpm-software-management/librepo/pull/300]
-Signed-off-by: Alexander Kanavin <alex@linutronix.de>
----
- librepo/gpg_gpgme.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/librepo/gpg_gpgme.c b/librepo/gpg_gpgme.c
-index c4addb2..47c3153 100644
---- a/librepo/gpg_gpgme.c
-+++ b/librepo/gpg_gpgme.c
-@@ -144,6 +144,7 @@ exit:
- }
- freecon(old_default_context);
- #endif
-+ return;
- }
-
- static gpgme_ctx_t
diff --git a/meta/recipes-devtools/librepo/librepo_1.17.0.bb b/meta/recipes-devtools/librepo/librepo_1.17.1.bb
similarity index 88%
rename from meta/recipes-devtools/librepo/librepo_1.17.0.bb
rename to meta/recipes-devtools/librepo/librepo_1.17.1.bb
index 810191459d..beb8baf8d6 100644
--- a/meta/recipes-devtools/librepo/librepo_1.17.0.bb
+++ b/meta/recipes-devtools/librepo/librepo_1.17.1.bb
@@ -8,10 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;protocol=https \
file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \
file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \
- file://0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch \
"
-SRCREV = "ae727d99086f70f39fba5695af5460e1da908c1b"
+SRCREV = "4ff11d85cb06026943f297bc3e06f047dd73bf0b"
S = "${WORKDIR}/git"
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 19/22] ofono: upgrade 2.7 -> 2.8
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (16 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 18/22] librepo: upgrade 1.17.0 -> 1.17.1 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 7:57 ` Martin Hundebøll
2024-06-21 2:16 ` [OE-core] [PATCH 20/22] pciutils: upgrade 3.12.0 -> 3.13.0 wangmy
` (2 subsequent siblings)
20 siblings, 1 reply; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Fix issue with handling USB TTY device detection.
- Fix issue with handling GOBI versus QRTR detection.
- Fix issue with handling QMI based PCIe devices.
- Fix issue with handling CRSM result parameters.
- Fix issue with handling PPP ACCM for Quectel modems.
License-Update: use SPDX-License-Identifier to specify license.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../ofono/{ofono_2.7.bb => ofono_2.8.bb} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/ofono/{ofono_2.7.bb => ofono_2.8.bb} (91%)
diff --git a/meta/recipes-connectivity/ofono/ofono_2.7.bb b/meta/recipes-connectivity/ofono/ofono_2.8.bb
similarity index 91%
rename from meta/recipes-connectivity/ofono/ofono_2.7.bb
rename to meta/recipes-connectivity/ofono/ofono_2.8.bb
index bc1f3efd04..2aed02cdc0 100644
--- a/meta/recipes-connectivity/ofono/ofono_2.7.bb
+++ b/meta/recipes-connectivity/ofono/ofono_2.8.bb
@@ -4,14 +4,15 @@ HOMEPAGE = "http://www.ofono.org"
BUGTRACKER = "https://01.org/jira/browse/OF"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
- file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b98899c2ee"
+ file://src/ofono.h;beginline=1;endline=20;md5=5edd2126537851842453c61fbf551851 \
+ "
DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info ell"
SRC_URI = "\
${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
file://ofono \
"
-SRC_URI[sha256sum] = "dabf6ef06b94beaad65253200abe3887046a4e722f4fe373c4264f357ae47ad3"
+SRC_URI[sha256sum] = "b5aef455b3a374ce43bad43c2ade9d0430d9c0d28952385c44ac7d0dc933bbb8"
inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* Re: [OE-core] [PATCH 19/22] ofono: upgrade 2.7 -> 2.8
2024-06-21 2:16 ` [OE-core] [PATCH 19/22] ofono: upgrade 2.7 -> 2.8 wangmy
@ 2024-06-21 7:57 ` Martin Hundebøll
2024-06-21 8:35 ` Mingyu Wang (Fujitsu)
0 siblings, 1 reply; 29+ messages in thread
From: Martin Hundebøll @ 2024-06-21 7:57 UTC (permalink / raw)
To: wangmy, openembedded-core
On Fri, 2024-06-21 at 10:16 +0800, wangmy via lists.openembedded.org
wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> ==========
> - Fix issue with handling USB TTY device detection.
> - Fix issue with handling GOBI versus QRTR detection.
> - Fix issue with handling QMI based PCIe devices.
> - Fix issue with handling CRSM result parameters.
> - Fix issue with handling PPP ACCM for Quectel modems.
>
> License-Update: use SPDX-License-Identifier to specify license.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../ofono/{ofono_2.7.bb => ofono_2.8.bb} | 5
> +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
> rename meta/recipes-connectivity/ofono/{ofono_2.7.bb =>
> ofono_2.8.bb} (91%)
>
> diff --git a/meta/recipes-connectivity/ofono/ofono_2.7.bb
> b/meta/recipes-connectivity/ofono/ofono_2.8.bb
> similarity index 91%
> rename from meta/recipes-connectivity/ofono/ofono_2.7.bb
> rename to meta/recipes-connectivity/ofono/ofono_2.8.bb
> index bc1f3efd04..2aed02cdc0 100644
> --- a/meta/recipes-connectivity/ofono/ofono_2.7.bb
> +++ b/meta/recipes-connectivity/ofono/ofono_2.8.bb
> @@ -4,14 +4,15 @@ HOMEPAGE = "http://www.ofono.org"
> BUGTRACKER = "https://01.org/jira/browse/OF"
> LICENSE = "GPL-2.0-only"
> LIC_FILES_CHKSUM =
> "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
> -
> file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b98899c2ee
> "
> +
> file://src/ofono.h;beginline=1;endline=20;md5=5edd2126537851842453c61fbf551851
> \
> + "
This should be "endline=6" to avoid using regular code as license. See
https://lore.kernel.org/openembedded-core/20240618073439.2068944-1-martin@geanix.com/
// Martin
> DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info ell"
>
> SRC_URI = "\
> ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
> file://ofono \
> "
> -SRC_URI[sha256sum] =
> "dabf6ef06b94beaad65253200abe3887046a4e722f4fe373c4264f357ae47ad3"
> +SRC_URI[sha256sum] =
> "b5aef455b3a374ce43bad43c2ade9d0430d9c0d28952385c44ac7d0dc933bbb8"
>
> inherit autotools pkgconfig update-rc.d systemd gobject-
> introspection-data
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#200984):
> https://lists.openembedded.org/g/openembedded-core/message/200984
> Mute This Topic: https://lists.openembedded.org/mt/106792582/3618414
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe:
> https://lists.openembedded.org/g/openembedded-core/unsub [
> martin@geanix.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 29+ messages in thread* RE: [OE-core] [PATCH 19/22] ofono: upgrade 2.7 -> 2.8
2024-06-21 7:57 ` Martin Hundebøll
@ 2024-06-21 8:35 ` Mingyu Wang (Fujitsu)
0 siblings, 0 replies; 29+ messages in thread
From: Mingyu Wang (Fujitsu) @ 2024-06-21 8:35 UTC (permalink / raw)
To: Martin Hundebøll, openembedded-core@lists.openembedded.org
I got it, thank you for explaining.
I will know how to deal with the similia situation.
--
Best Regards
---------------------------------------------------
Wang Mingyu
FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
No.6 Wenzhu Road, Nanjing, 210012, China
TEL:+86+25-86630566--8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
> -----Original Message-----
> From: Martin Hundebøll <martin@geanix.com>
> Sent: Friday, June 21, 2024 3:57 PM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH 19/22] ofono: upgrade 2.7 -> 2.8
>
> On Fri, 2024-06-21 at 10:16 +0800, wangmy via lists.openembedded.org
> wrote:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Changelog:
> > ==========
> > - Fix issue with handling USB TTY device detection.
> > - Fix issue with handling GOBI versus QRTR detection.
> > - Fix issue with handling QMI based PCIe devices.
> > - Fix issue with handling CRSM result parameters.
> > - Fix issue with handling PPP ACCM for Quectel modems.
> >
> > License-Update: use SPDX-License-Identifier to specify license.
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> > .../ofono/{ofono_2.7.bb => ofono_2.8.bb} | 5
> > +++--
> > 1 file changed, 3 insertions(+), 2 deletions(-)
> > rename meta/recipes-connectivity/ofono/{ofono_2.7.bb => ofono_2.8.bb}
> > (91%)
> >
> > diff --git a/meta/recipes-connectivity/ofono/ofono_2.7.bb
> > b/meta/recipes-connectivity/ofono/ofono_2.8.bb
> > similarity index 91%
> > rename from meta/recipes-connectivity/ofono/ofono_2.7.bb
> > rename to meta/recipes-connectivity/ofono/ofono_2.8.bb
> > index bc1f3efd04..2aed02cdc0 100644
> > --- a/meta/recipes-connectivity/ofono/ofono_2.7.bb
> > +++ b/meta/recipes-connectivity/ofono/ofono_2.8.bb
> > @@ -4,14 +4,15 @@ HOMEPAGE = "http://www.ofono.org"
> > BUGTRACKER = "https://01.org/jira/browse/OF"
> > LICENSE = "GPL-2.0-only"
> > LIC_FILES_CHKSUM =
> > "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
> > -
> > file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b9
> > 8899c2ee
> > "
> > +
> > file://src/ofono.h;beginline=1;endline=20;md5=5edd2126537851842453c61f
> > bf551851
> > \
> > + "
>
> This should be "endline=6" to avoid using regular code as license. See
> https://lore.kernel.org/openembedded-core/20240618073439.2068944-1-mart
> in@geanix.com/
>
> // Martin
>
> > DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info ell"
> >
> > SRC_URI = "\
> > ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
> > file://ofono \
> > "
> > -SRC_URI[sha256sum] =
> >
> "dabf6ef06b94beaad65253200abe3887046a4e722f4fe373c4264f357ae47ad3"
> > +SRC_URI[sha256sum] =
> >
> "b5aef455b3a374ce43bad43c2ade9d0430d9c0d28952385c44ac7d0dc933bbb8
> "
> >
> > inherit autotools pkgconfig update-rc.d systemd gobject-
> > introspection-data
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#200984):
> > https://lists.openembedded.org/g/openembedded-core/message/200984
> > Mute This Topic: https://lists.openembedded.org/mt/106792582/3618414
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe:
> > https://lists.openembedded.org/g/openembedded-core/unsub [
> > martin@geanix.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
^ permalink raw reply [flat|nested] 29+ messages in thread
* [OE-core] [PATCH 20/22] pciutils: upgrade 3.12.0 -> 3.13.0
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (17 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 19/22] ofono: upgrade 2.7 -> 2.8 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 21/22] rng-tools: upgrade 6.16 -> 6.17 wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 22/22] ttyrun: upgrade 2.32.0 -> 2.33.1 wangmy
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* lspci decodes CXL 1.1 device link status information.
This requires a recent kernel which exports rcd_* atributes via
sysfs.
* Further development of the pcilmr (the link margining utility)
* Dump parsing supports 6-digit domain numbers.
* Bug fixes in PCIe link state reporting.
* Decode more fields in PCIe AER capability.
* Fixed build on Linux systems with musl libc.
* Updated pci.ids.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../pciutils/{pciutils_3.12.0.bb => pciutils_3.13.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-bsp/pciutils/{pciutils_3.12.0.bb => pciutils_3.13.0.bb} (95%)
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.12.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb
similarity index 95%
rename from meta/recipes-bsp/pciutils/pciutils_3.12.0.bb
rename to meta/recipes-bsp/pciutils/pciutils_3.13.0.bb
index 2db0895bf4..0b876c7070 100644
--- a/meta/recipes-bsp/pciutils/pciutils_3.12.0.bb
+++ b/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "make-native"
SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.xz"
-SRC_URI[sha256sum] = "f185d116d5ff99b797497efce8f19f1ee8ccc5a668b97a159e3d13472f674154"
+SRC_URI[sha256sum] = "77f11f78298502634d1af50308f15a5788629f6cf45cba376f5009aea4cb4926"
inherit multilib_header pkgconfig update-alternatives
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 21/22] rng-tools: upgrade 6.16 -> 6.17
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (18 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 20/22] pciutils: upgrade 3.12.0 -> 3.13.0 wangmy
@ 2024-06-21 2:16 ` wangmy
2024-06-21 2:16 ` [OE-core] [PATCH 22/22] ttyrun: upgrade 2.32.0 -> 2.33.1 wangmy
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- mix data fed to the kernel byte-wise from multiple sources
- added option to attempt more persistent use of slow entropy sources
- fix some missing m4 quotes
- improved debug output to show FIPS failures more clearly
- added a named pipe entropy source
- adjusted linux poolsize
- fixed some pkcs11 error messages
- fixed ignorefail and random_step options
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../rng-tools/{rng-tools_6.16.bb => rng-tools_6.17.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/rng-tools/{rng-tools_6.16.bb => rng-tools_6.17.bb} (98%)
diff --git a/meta/recipes-support/rng-tools/rng-tools_6.16.bb b/meta/recipes-support/rng-tools/rng-tools_6.17.bb
similarity index 98%
rename from meta/recipes-support/rng-tools/rng-tools_6.16.bb
rename to meta/recipes-support/rng-tools/rng-tools_6.17.bb
index ed755ae705..fc141a984c 100644
--- a/meta/recipes-support/rng-tools/rng-tools_6.16.bb
+++ b/meta/recipes-support/rng-tools/rng-tools_6.17.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/nhorman/rng-tools.git;branch=master;protocol=https \
file://default \
file://rng-tools.service \
"
-SRCREV = "e061c313b95890eb5fa0ada0cd6eec619dafdfe2"
+SRCREV = "bd00c08b0c3c6a880b0988befe97fd35b315468c"
S = "${WORKDIR}/git"
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread* [OE-core] [PATCH 22/22] ttyrun: upgrade 2.32.0 -> 2.33.1
2024-06-21 2:16 [OE-core] [PATCH 01/22] alsa-lib: upgrade 1.2.11 -> 1.2.12 wangmy
` (19 preceding siblings ...)
2024-06-21 2:16 ` [OE-core] [PATCH 21/22] rng-tools: upgrade 6.16 -> 6.17 wangmy
@ 2024-06-21 2:16 ` wangmy
20 siblings, 0 replies; 29+ messages in thread
From: wangmy @ 2024-06-21 2:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Bug Fixes:
- s390-tools: Fix formatting and typos in README.md
- s390-tools: Fix release string
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
meta/recipes-core/ttyrun/{ttyrun_2.32.0.bb => ttyrun_2.33.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/ttyrun/{ttyrun_2.32.0.bb => ttyrun_2.33.1.bb} (94%)
diff --git a/meta/recipes-core/ttyrun/ttyrun_2.32.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb
similarity index 94%
rename from meta/recipes-core/ttyrun/ttyrun_2.32.0.bb
rename to meta/recipes-core/ttyrun/ttyrun_2.33.1.bb
index 815f625a67..ccb7f9b268 100644
--- a/meta/recipes-core/ttyrun/ttyrun_2.32.0.bb
+++ b/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af"
SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master"
-SRCREV = "9eea78b3ad8ab3710fb3b2d80b9cd058d7c8aba7"
+SRCREV = "686262fdcdaed7903ca1720d7dd0b1f9f5621d7b"
CVE_PRODUCT = "s390-tools"
--
2.34.1
^ permalink raw reply related [flat|nested] 29+ messages in thread