* [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4
@ 2024-12-17 8:57 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 02/21] bind: upgrade 9.20.3 -> 9.20.4 wangmy
` (19 more replies)
0 siblings, 20 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
0001-remove-hardcoded-path.patch
0002-Do-not-build-qt-tests.patch
refreshed for 1.0.4
Changelog:
===========
Features:
* bundle: Add AS_BUNDLE_KIND_SYSUPDATE
* desktop-style-ids: Add dark support for Plasma
* desktop-style-ids: add pantheon:dark
* qt: Expose branding color
* sysinfo: Add memory size detection support for Illumos and Solaris
* sysinfo: Add memory size detection support for GNU/Hurd
* validator: Don't fail validation if a snapshot release is missing a time
Specification:
* docs: Note that support for some legacy path was dropped in 1.0
* docs: Update fd.o spec URLs
* docs: Better explain desktop applications
* Update ESRA website URL
Bugfixes:
* validator: Make sure we read an initialised variable
* qt: Specify utc as the dates' timezone
* tests: Ignore some tests on Windows
* sysinfo: make uname() usage POSIX compliant
* Only emit legacy compat tag developer_name for catalog data
* compose: Allow file discovery even in symlinked directories
* Avoid a race condition when loading GResource data
* validator: Mention length limit in summary length warning message
* utils: Explicitly set permissions on installed metadata files
* as-vercmp: Fix gtkdoc to not start with '>'
Miscellaneous:
* desktop-style-ids: Remove Endless
* ci: Fix FreeBSD build (update 'py-gi-docgen')
* ci: Update to Ubuntu 24.04 for Debian Testing builds
* utils: Assume 64px as size when installing an icon tarball of unknown size
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../appstream/appstream/0001-remove-hardcoded-path.patch | 6 +++---
.../appstream/appstream/0002-Do-not-build-qt-tests.patch | 6 +++---
.../appstream/{appstream_1.0.3.bb => appstream_1.0.4.bb} | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
rename meta/recipes-support/appstream/{appstream_1.0.3.bb => appstream_1.0.4.bb} (94%)
diff --git a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
index d4d5517ab1..03ac5eb05b 100644
--- a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
+++ b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch
@@ -1,4 +1,4 @@
-From 03f00252c2fc948c0bce1fc0a6ee87adef71d1bb Mon Sep 17 00:00:00 2001
+From 7372848f22d7edc01e40b0533047b34f41f6cf71 Mon Sep 17 00:00:00 2001
From: Markus Volk <f_l_k@t-online.de>
Date: Mon, 12 Dec 2022 15:42:42 +0100
Subject: [PATCH] remove hardcoded path
@@ -14,10 +14,10 @@ Upstream-Status: Inappropriate [oe-specific]
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
-index 5f2eaa22..4a2483a1 100644
+index 7e89ab0..c34ea74 100644
--- a/meson.build
+++ b/meson.build
-@@ -191,10 +191,10 @@ endif
+@@ -194,10 +194,10 @@ endif
stemmer_inc_dirs = include_directories()
if get_option('stemming')
stemmer_lib = cc.find_library('stemmer', required: true)
diff --git a/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch b/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
index 9a725ab8e4..71c9aadbc9 100644
--- a/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
+++ b/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch
@@ -1,4 +1,4 @@
-From a7721cf4f412fbe18fe15127bea7b1457b99f684 Mon Sep 17 00:00:00 2001
+From 43afdff090c4cbb2d3b4025a38b25a718c8f16b5 Mon Sep 17 00:00:00 2001
From: Marc Ferland <marc.ferland@sonatest.com>
Date: Fri, 26 Jul 2024 15:41:00 -0400
Subject: [PATCH] Do not build qt/tests
@@ -23,10 +23,10 @@ Signed-off-by: Marc Ferland <marc.ferland@sonatest.com>
1 file changed, 2 deletions(-)
diff --git a/qt/meson.build b/qt/meson.build
-index 1909bcf7..c3ca20fb 100644
+index 7d9ed7d..e319425 100644
--- a/qt/meson.build
+++ b/qt/meson.build
-@@ -148,5 +148,3 @@ install_data (
+@@ -150,5 +150,3 @@ install_data (
# end of Qt version loop
endforeach
diff --git a/meta/recipes-support/appstream/appstream_1.0.3.bb b/meta/recipes-support/appstream/appstream_1.0.4.bb
similarity index 94%
rename from meta/recipes-support/appstream/appstream_1.0.3.bb
rename to meta/recipes-support/appstream/appstream_1.0.4.bb
index 092d85d1a0..a9c87f7589 100644
--- a/meta/recipes-support/appstream/appstream_1.0.3.bb
+++ b/meta/recipes-support/appstream/appstream_1.0.4.bb
@@ -30,7 +30,7 @@ SRC_URI = " \
file://0002-Do-not-build-qt-tests.patch \
file://0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch \
"
-SRC_URI[sha256sum] = "5ab6f6cf644e7875a9508593962e56bb430f4e59ae0bf03be6be7029deb6baa4"
+SRC_URI[sha256sum] = "2d218348067f98c4f34a3ffe2d8219ad9f504b1b2481f1872dec66c77bf37509"
S = "${WORKDIR}/AppStream-${PV}"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 02/21] bind: upgrade 9.20.3 -> 9.20.4
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
@ 2024-12-17 8:57 ` wangmy
2024-12-17 17:00 ` Alexander Kanavin
2024-12-17 8:57 ` [OE-core] [PATCH 03/21] boost: upgrade 1.86.0 -> 1.87.0 wangmy
` (18 subsequent siblings)
19 siblings, 1 reply; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
bind-ensure-searching-for-json-headers-searches-sysr.patch
conf.patch
refreshed for 9.20.4
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
| 7 +-
.../recipes-connectivity/bind/bind/conf.patch | 137 ++++++++++++------
.../bind/{bind_9.20.3.bb => bind_9.20.4.bb} | 2 +-
3 files changed, 98 insertions(+), 48 deletions(-)
rename meta/recipes-connectivity/bind/{bind_9.20.3.bb => bind_9.20.4.bb} (97%)
--git a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
index 38d07cae39..2fa4ba1952 100644
--- a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
+++ b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
@@ -1,4 +1,4 @@
-From 5ae30329f168c1e8d2e0c3831988a4f3e9096e39 Mon Sep 17 00:00:00 2001
+From 0b3f9331639695300a1ec89e3020765ab1ef5e31 Mon Sep 17 00:00:00 2001
From: Paul Gortmaker <paul.gortmaker@windriver.com>
Date: Tue, 9 Jun 2015 11:22:00 -0400
Subject: [PATCH] bind: ensure searching for json headers searches sysroot
@@ -27,16 +27,15 @@ to make use of the combination some day.
Upstream-Status: Inappropriate [OE Specific]
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index 2ab8ddd..92fe983 100644
+index 865b4d0..a80b6ce 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -761,7 +761,7 @@ AS_CASE([$with_lmdb],
+@@ -863,7 +863,7 @@ AS_CASE([$with_lmdb],
[no],[],
[auto|yes], [PKG_CHECK_MODULES([LMDB], [lmdb],
[ac_lib_lmdb_found=yes],
diff --git a/meta/recipes-connectivity/bind/bind/conf.patch b/meta/recipes-connectivity/bind/bind/conf.patch
index aa3642acec..0667eb91a2 100644
--- a/meta/recipes-connectivity/bind/bind/conf.patch
+++ b/meta/recipes-connectivity/bind/bind/conf.patch
@@ -1,12 +1,43 @@
+From 3233f7c3b0d208890a9869309e692c4b0fe0483b Mon Sep 17 00:00:00 2001
+From: Qing He <qing.he@intel.com>
+Date: Tue, 30 Nov 2010 13:35:42 +0800
+Subject: [PATCH] bind: add new recipe
+
Upstream-Status: Inappropriate [configuration]
the patch is imported from openembedded project
11/30/2010 - Qing He <qing.he@intel.com>
+---
+ conf/db.0 | 12 +++++++
+ conf/db.127 | 13 ++++++++
+ conf/db.255 | 12 +++++++
+ conf/db.empty | 14 +++++++++
+ conf/db.local | 13 ++++++++
+ conf/db.root | 45 ++++++++++++++++++++++++++
+ conf/named.conf | 49 +++++++++++++++++++++++++++++
+ conf/named.conf.local | 8 +++++
+ conf/named.conf.options | 24 ++++++++++++++
+ conf/zones.rfc1918 | 20 ++++++++++++
+ init.d | 70 +++++++++++++++++++++++++++++++++++++++++
+ 11 files changed, 280 insertions(+)
+ create mode 100644 conf/db.0
+ create mode 100644 conf/db.127
+ create mode 100644 conf/db.255
+ create mode 100644 conf/db.empty
+ create mode 100644 conf/db.local
+ create mode 100644 conf/db.root
+ create mode 100644 conf/named.conf
+ create mode 100644 conf/named.conf.local
+ create mode 100644 conf/named.conf.options
+ create mode 100644 conf/zones.rfc1918
+ create mode 100644 init.d
-diff -urN bind-9.3.1.orig/conf/db.0 bind-9.3.1/conf/db.0
---- bind-9.3.1.orig/conf/db.0 1970-01-01 01:00:00.000000000 +0100
-+++ bind-9.3.1/conf/db.0 2005-07-10 22:14:00.000000000 +0200
+diff --git a/conf/db.0 b/conf/db.0
+new file mode 100644
+index 0000000..e3aabdb
+--- /dev/null
++++ b/conf/db.0
@@ -0,0 +1,12 @@
+;
+; BIND reverse data file for broadcast zone
@@ -20,9 +51,11 @@ diff -urN bind-9.3.1.orig/conf/db.0 bind-9.3.1/conf/db.0
+ 604800 ) ; Negative Cache TTL
+;
+@ IN NS localhost.
-diff -urN bind-9.3.1.orig/conf/db.127 bind-9.3.1/conf/db.127
---- bind-9.3.1.orig/conf/db.127 1970-01-01 01:00:00.000000000 +0100
-+++ bind-9.3.1/conf/db.127 2005-07-10 22:14:00.000000000 +0200
+diff --git a/conf/db.127 b/conf/db.127
+new file mode 100644
+index 0000000..cd05bef
+--- /dev/null
++++ b/conf/db.127
@@ -0,0 +1,13 @@
+;
+; BIND reverse data file for local loopback interface
@@ -37,43 +70,49 @@ diff -urN bind-9.3.1.orig/conf/db.127 bind-9.3.1/conf/db.127
+;
+@ IN NS localhost.
+1.0.0 IN PTR localhost.
-diff -urN bind-9.3.1.orig/conf/db.empty bind-9.3.1/conf/db.empty
---- bind-9.3.1.orig/conf/db.empty 1970-01-01 01:00:00.000000000 +0100
-+++ bind-9.3.1/conf/db.empty 2005-07-10 22:14:00.000000000 +0200
-@@ -0,0 +1,14 @@
-+; BIND reverse data file for empty rfc1918 zone
+diff --git a/conf/db.255 b/conf/db.255
+new file mode 100644
+index 0000000..16cd819
+--- /dev/null
++++ b/conf/db.255
+@@ -0,0 +1,12 @@
+;
-+; DO NOT EDIT THIS FILE - it is used for multiple zones.
-+; Instead, copy it, edit named.conf, and use that copy.
++; BIND reserve data file for broadcast zone
+;
-+$TTL 86400
++$TTL 604800
+@ IN SOA localhost. root.localhost. (
+ 1 ; Serial
+ 604800 ; Refresh
+ 86400 ; Retry
+ 2419200 ; Expire
-+ 86400 ) ; Negative Cache TTL
++ 604800 ) ; Negative Cache TTL
+;
+@ IN NS localhost.
-diff -urN bind-9.3.1.orig/conf/db.255 bind-9.3.1/conf/db.255
---- bind-9.3.1.orig/conf/db.255 1970-01-01 01:00:00.000000000 +0100
-+++ bind-9.3.1/conf/db.255 2005-07-10 22:14:00.000000000 +0200
-@@ -0,0 +1,12 @@
+diff --git a/conf/db.empty b/conf/db.empty
+new file mode 100644
+index 0000000..8a12858
+--- /dev/null
++++ b/conf/db.empty
+@@ -0,0 +1,14 @@
++; BIND reverse data file for empty rfc1918 zone
+;
-+; BIND reserve data file for broadcast zone
++; DO NOT EDIT THIS FILE - it is used for multiple zones.
++; Instead, copy it, edit named.conf, and use that copy.
+;
-+$TTL 604800
++$TTL 86400
+@ IN SOA localhost. root.localhost. (
+ 1 ; Serial
+ 604800 ; Refresh
+ 86400 ; Retry
+ 2419200 ; Expire
-+ 604800 ) ; Negative Cache TTL
++ 86400 ) ; Negative Cache TTL
+;
+@ IN NS localhost.
-diff -urN bind-9.3.1.orig/conf/db.local bind-9.3.1/conf/db.local
---- bind-9.3.1.orig/conf/db.local 1970-01-01 01:00:00.000000000 +0100
-+++ bind-9.3.1/conf/db.local 2005-07-10 22:14:00.000000000 +0200
+diff --git a/conf/db.local b/conf/db.local
+new file mode 100644
+index 0000000..66b4892
+--- /dev/null
++++ b/conf/db.local
@@ -0,0 +1,13 @@
+;
+; BIND data file for local loopback interface
@@ -88,9 +127,11 @@ diff -urN bind-9.3.1.orig/conf/db.local bind-9.3.1/conf/db.local
+;
+@ IN NS localhost.
+@ IN A 127.0.0.1
-diff -urN bind-9.3.1.orig/conf/db.root bind-9.3.1/conf/db.root
---- bind-9.3.1.orig/conf/db.root 1970-01-01 01:00:00.000000000 +0100
-+++ bind-9.3.1/conf/db.root 2005-07-10 22:14:00.000000000 +0200
+diff --git a/conf/db.root b/conf/db.root
+new file mode 100644
+index 0000000..01c20f0
+--- /dev/null
++++ b/conf/db.root
@@ -0,0 +1,45 @@
+
+; <<>> DiG 9.2.3 <<>> ns . @a.root-servers.net.
@@ -137,9 +178,11 @@ diff -urN bind-9.3.1.orig/conf/db.root bind-9.3.1/conf/db.root
+;; WHEN: Sun Feb 1 11:27:14 2004
+;; MSG SIZE rcvd: 436
+
-diff -urN bind-9.3.1.orig/conf/named.conf bind-9.3.1/conf/named.conf
---- bind-9.3.1.orig/conf/named.conf 1970-01-01 01:00:00.000000000 +0100
-+++ bind-9.3.1/conf/named.conf 2005-07-10 22:33:46.000000000 +0200
+diff --git a/conf/named.conf b/conf/named.conf
+new file mode 100644
+index 0000000..95829cf
+--- /dev/null
++++ b/conf/named.conf
@@ -0,0 +1,49 @@
+// This is the primary configuration file for the BIND DNS server named.
+//
@@ -190,9 +233,11 @@ diff -urN bind-9.3.1.orig/conf/named.conf bind-9.3.1/conf/named.conf
+// root-delegation-only exclude { "DE"; "MUSEUM"; };
+
+include "/etc/bind/named.conf.local";
-diff -urN bind-9.3.1.orig/conf/named.conf.local bind-9.3.1/conf/named.conf.local
---- bind-9.3.1.orig/conf/named.conf.local 1970-01-01 01:00:00.000000000 +0100
-+++ bind-9.3.1/conf/named.conf.local 2005-07-10 22:14:06.000000000 +0200
+diff --git a/conf/named.conf.local b/conf/named.conf.local
+new file mode 100644
+index 0000000..7a57b10
+--- /dev/null
++++ b/conf/named.conf.local
@@ -0,0 +1,8 @@
+//
+// Do any local configuration here
@@ -202,9 +247,11 @@ diff -urN bind-9.3.1.orig/conf/named.conf.local bind-9.3.1/conf/named.conf.local
+// organization
+//include "/etc/bind/zones.rfc1918";
+
-diff -urN bind-9.3.1.orig/conf/named.conf.options bind-9.3.1/conf/named.conf.options
---- bind-9.3.1.orig/conf/named.conf.options 1970-01-01 01:00:00.000000000 +0100
-+++ bind-9.3.1/conf/named.conf.options 2005-07-10 22:14:06.000000000 +0200
+diff --git a/conf/named.conf.options b/conf/named.conf.options
+new file mode 100644
+index 0000000..813193d
+--- /dev/null
++++ b/conf/named.conf.options
@@ -0,0 +1,24 @@
+options {
+ directory "/var/cache/bind";
@@ -230,9 +277,11 @@ diff -urN bind-9.3.1.orig/conf/named.conf.options bind-9.3.1/conf/named.conf.opt
+
+};
+
-diff -urN bind-9.3.1.orig/conf/zones.rfc1918 bind-9.3.1/conf/zones.rfc1918
---- bind-9.3.1.orig/conf/zones.rfc1918 1970-01-01 01:00:00.000000000 +0100
-+++ bind-9.3.1/conf/zones.rfc1918 2005-07-10 22:14:10.000000000 +0200
+diff --git a/conf/zones.rfc1918 b/conf/zones.rfc1918
+new file mode 100644
+index 0000000..03b5546
+--- /dev/null
++++ b/conf/zones.rfc1918
@@ -0,0 +1,20 @@
+zone "10.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
+
@@ -254,9 +303,11 @@ diff -urN bind-9.3.1.orig/conf/zones.rfc1918 bind-9.3.1/conf/zones.rfc1918
+zone "31.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
+
+zone "168.192.in-addr.arpa" { type master; file "/etc/bind/db.empty"; };
-diff -urN bind-9.3.1.orig/init.d bind-9.3.1/init.d
---- bind-9.3.1.orig/init.d 1970-01-01 01:00:00.000000000 +0100
-+++ bind-9.3.1/init.d 2005-07-10 23:09:58.000000000 +0200
+diff --git a/init.d b/init.d
+new file mode 100644
+index 0000000..2ef2277
+--- /dev/null
++++ b/init.d
@@ -0,0 +1,70 @@
+#!/bin/sh
+
diff --git a/meta/recipes-connectivity/bind/bind_9.20.3.bb b/meta/recipes-connectivity/bind/bind_9.20.4.bb
similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.20.3.bb
rename to meta/recipes-connectivity/bind/bind_9.20.4.bb
index a77b030427..d9ea440fbd 100644
--- a/meta/recipes-connectivity/bind/bind_9.20.3.bb
+++ b/meta/recipes-connectivity/bind/bind_9.20.4.bb
@@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
file://0001-avoid-start-failure-with-bind-user.patch \
"
-SRC_URI[sha256sum] = "f90c2da1621299f56a2e6585a6fe459ec3efd6f2fdf84a8fbf31b40be7698a73"
+SRC_URI[sha256sum] = "3a8e1a05e00e3e9bc02bdffded7862faf7726ba76ba997f42ab487777bd8210b"
UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
# follow the ESV versions divisible by 2
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 03/21] boost: upgrade 1.86.0 -> 1.87.0
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 02/21] bind: upgrade 9.20.3 -> 9.20.4 wangmy
@ 2024-12-17 8:57 ` wangmy
2024-12-17 21:54 ` Richard Purdie
2024-12-17 8:57 ` [OE-core] [PATCH 04/21] erofs-utils: upgrade 1.8.2 -> 1.8.3 wangmy
` (17 subsequent siblings)
19 siblings, 1 reply; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
boost-math-disable-pch-for-gcc.patch
refreshed for 1.87.0
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../boost/{boost-1.86.0.inc => boost-1.87.0.inc} | 2 +-
...uild-native_1.86.0.bb => boost-build-native_1.87.0.bb} | 0
.../boost/boost/boost-math-disable-pch-for-gcc.patch | 8 ++++----
.../boost/{boost_1.86.0.bb => boost_1.87.0.bb} | 0
4 files changed, 5 insertions(+), 5 deletions(-)
rename meta/recipes-support/boost/{boost-1.86.0.inc => boost-1.87.0.inc} (90%)
rename meta/recipes-support/boost/{boost-build-native_1.86.0.bb => boost-build-native_1.87.0.bb} (100%)
rename meta/recipes-support/boost/{boost_1.86.0.bb => boost_1.87.0.bb} (100%)
diff --git a/meta/recipes-support/boost/boost-1.86.0.inc b/meta/recipes-support/boost/boost-1.87.0.inc
similarity index 90%
rename from meta/recipes-support/boost/boost-1.86.0.inc
rename to meta/recipes-support/boost/boost-1.87.0.inc
index 2378b27575..320ec51e36 100644
--- a/meta/recipes-support/boost/boost-1.86.0.inc
+++ b/meta/recipes-support/boost/boost-1.87.0.inc
@@ -12,7 +12,7 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}"
BOOST_P = "boost_${BOOST_VER}"
SRC_URI = "https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2"
-SRC_URI[sha256sum] = "1bed88e40401b2cb7a1f76d4bab499e352fa4d0c5f31c0dbae64e24d34d7513b"
+SRC_URI[sha256sum] = "af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89"
UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
UPSTREAM_CHECK_REGEX = "release/(?P<pver>.*)/source/"
diff --git a/meta/recipes-support/boost/boost-build-native_1.86.0.bb b/meta/recipes-support/boost/boost-build-native_1.87.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost-build-native_1.86.0.bb
rename to meta/recipes-support/boost/boost-build-native_1.87.0.bb
diff --git a/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch b/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch
index dde21fa076..d658b40187 100644
--- a/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch
+++ b/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch
@@ -1,4 +1,4 @@
-From c6009cdc1fe76db0092443593396e4d5f0eaa86b Mon Sep 17 00:00:00 2001
+From efd23e59dd09c911990ea4a6f48afed1ac56904b Mon Sep 17 00:00:00 2001
From: Jackie Huang <jackie.huang@windriver.com>
Date: Fri, 23 Sep 2016 01:04:50 -0700
Subject: [PATCH] boost-math: disable pch for gcc
@@ -14,11 +14,11 @@ Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/math/build/Jamfile.v2 b/libs/math/build/Jamfile.v2
-index 6549e06b7..342cbf0b1 100644
+index 500c77363..504d7d8c6 100644
--- a/libs/math/build/Jamfile.v2
+++ b/libs/math/build/Jamfile.v2
-@@ -13,7 +13,7 @@ project
- <toolset>intel-win:<linkflags>-nologo
+@@ -15,7 +15,7 @@ project
+ <toolset>intel-win:<linkflags>-nologo
#<toolset>intel-linux:<pch>off
<toolset>intel-darwin:<pch>off
- <toolset>gcc,<target-os>windows:<pch>off
diff --git a/meta/recipes-support/boost/boost_1.86.0.bb b/meta/recipes-support/boost/boost_1.87.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.86.0.bb
rename to meta/recipes-support/boost/boost_1.87.0.bb
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 04/21] erofs-utils: upgrade 1.8.2 -> 1.8.3
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 02/21] bind: upgrade 9.20.3 -> 9.20.4 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 03/21] boost: upgrade 1.86.0 -> 1.87.0 wangmy
@ 2024-12-17 8:57 ` wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 05/21] igt-gpu-tools: upgrade 1.29 -> 1.30 wangmy
` (16 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- (mkfs.erofs) Fix multi-threaded compression with '-Eall-fragments';
- (mkfs.erofs) Fix large chunk-based image generation;
- (mkfs.erofs) Avoid large arrays on the stack
- (mkfs.erofs) Fix PAX format parsing in headerball mode
- (mkfs.erofs) Several fixes for incremental builds
- (mkfs.erofs) Fix reproducible builds due to 'i_ino'
- Use pkg-config for liblz4 configuration;
- Get rid of pthread_cancel() dependencies;
- (mkfs.erofs) Add '-U <clear|random>' support;
- (mkfs.erofs) Add '--hard-dereference' for NixOS reproducibility
- Several minor random fixes.
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../erofs-utils/{erofs-utils_1.8.2.bb => erofs-utils_1.8.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/erofs-utils/{erofs-utils_1.8.2.bb => erofs-utils_1.8.3.bb} (94%)
diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.3.bb
similarity index 94%
rename from meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb
rename to meta/recipes-devtools/erofs-utils/erofs-utils_1.8.3.bb
index 4d8689f87c..996303c7f0 100644
--- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb
+++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.3.bb
@@ -5,7 +5,7 @@ SECTION = "base"
LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20"
HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README"
-SRCREV = "8bedd862edfbb9a5e54dd37abede29020dd8fdfb"
+SRCREV = "8d6c5d48615e23cd47cf9eb793904aedbb93ff4e"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 05/21] igt-gpu-tools: upgrade 1.29 -> 1.30
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (2 preceding siblings ...)
2024-12-17 8:57 ` [OE-core] [PATCH 04/21] erofs-utils: upgrade 1.8.2 -> 1.8.3 wangmy
@ 2024-12-17 8:57 ` wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 06/21] json-glib: upgrade 1.10.0 -> 1.10.6 wangmy
` (15 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
General changes:
- New meson options xe_eudebug and vmtb.
Library changes:
- Added PantherLake (PTL) support, unified PCI IDs into one
common header pciids.h
- Added BMG support for OA (Observability Architecture) for Xe driver.
- Added support for Xe3 platforms in GPGPU shader.
- Added 6k resolution support for a single CRTC.
- Added support for MTL platform in GPGPU compute.
Runner changes:
- Set option PRUNE_KEEP_ALL as default.
- Allow to dynamically ignore dmesg warn messages when generating
results, usefull when driver is using kernel fault injection.
Test changes:
- Added sanity checks for KMS properties.
- Improved GPGPU tests for i915 and Xe.
- New SRIOV test for Functional Level Reset (FLR) for Xe.
- Added test that draws triangle without using 3d commands for vmwgfx.
- Added subtest for fallback for DP connector.
- Added async flips suspend resume subtest.
- New test for error handling of Xe at probe time.
- Added testing SIZE_HINTS property in KMS cursor test.
- Added KMS testing for ultrajoiner.
- New test for TLB invalidation in Xe.
- New test for timeslice duration in Xe.
- Display brightness test during DPMS on and off.
- New tests for EU debugging for Xe.
Tools changes:
- New power tool for power/energy measurement.
- New VM Testbench (VMTB) - SR-IOV Virtual Machine testing tool.
- Fixes in amd_hdmi_compliance.
- Fixes in intel_reg.
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../{igt-gpu-tools_1.29.bb => igt-gpu-tools_1.30.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/igt-gpu-tools/{igt-gpu-tools_1.29.bb => igt-gpu-tools_1.30.bb} (97%)
diff --git a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.29.bb b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb
similarity index 97%
rename from meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.29.bb
rename to meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb
index 323c89ec37..a302e1877f 100644
--- a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.29.bb
+++ b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb
@@ -9,7 +9,7 @@ LICENSE = "MIT"
inherit meson pkgconfig
-SRCREV = "fc3113c8c1e99797b2d4769aaf02265be64a7589"
+SRCREV = "edf352a96646c8d793f0c1eb11795112f9bde725"
SRC_URI = "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https;branch=master"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 06/21] json-glib: upgrade 1.10.0 -> 1.10.6
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (3 preceding siblings ...)
2024-12-17 8:57 ` [OE-core] [PATCH 05/21] igt-gpu-tools: upgrade 1.29 -> 1.30 wangmy
@ 2024-12-17 8:57 ` wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 07/21] libice: upgrade 1.1.1 -> 1.1.2 wangmy
` (14 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- Allow single quoted strings when running in non-strict mode
- Allow escaped characters when running in non-strict mode
- Add missing nullable annotation
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../json-glib/{json-glib_1.10.0.bb => json-glib_1.10.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/json-glib/{json-glib_1.10.0.bb => json-glib_1.10.6.bb} (93%)
diff --git a/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb b/meta/recipes-gnome/json-glib/json-glib_1.10.6.bb
similarity index 93%
rename from meta/recipes-gnome/json-glib/json-glib_1.10.0.bb
rename to meta/recipes-gnome/json-glib/json-glib_1.10.6.bb
index 332e8b65c3..8b009bc17b 100644
--- a/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb
+++ b/meta/recipes-gnome/json-glib/json-glib_1.10.6.bb
@@ -19,7 +19,7 @@ GIDOCGEN_MESON_ENABLE_FLAG = 'enabled'
GIDOCGEN_MESON_DISABLE_FLAG = 'disabled'
SRC_URI += " file://run-ptest"
-SRC_URI[archive.sha256sum] = "1bca8d66d96106ecc147df3133b95a5bb784f1fa6f15d06dd7c1a8fb4a10af7b"
+SRC_URI[archive.sha256sum] = "77f4bcbf9339528f166b8073458693f0a20b77b7059dbc2db61746a1928b0293"
PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native python3-docutils-native"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 07/21] libice: upgrade 1.1.1 -> 1.1.2
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (4 preceding siblings ...)
2024-12-17 8:57 ` [OE-core] [PATCH 06/21] json-glib: upgrade 1.10.0 -> 1.10.6 wangmy
@ 2024-12-17 8:57 ` wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 08/21] libjitterentropy: upgrade 3.6.0 -> 3.6.1 wangmy
` (13 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../xorg-lib/{libice_1.1.1.bb => libice_1.1.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{libice_1.1.1.bb => libice_1.1.2.bb} (90%)
diff --git a/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb b/meta/recipes-graphics/xorg-lib/libice_1.1.2.bb
similarity index 90%
rename from meta/recipes-graphics/xorg-lib/libice_1.1.1.bb
rename to meta/recipes-graphics/xorg-lib/libice_1.1.2.bb
index d5e3d28e06..f38bbfc615 100644
--- a/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libice_1.1.2.bb
@@ -20,7 +20,7 @@ XORG_PN = "libICE"
BBCLASSEXTEND = "native nativesdk"
-SRC_URI[sha256sum] = "03e77afaf72942c7ac02ccebb19034e6e20f456dcf8dddadfeb572aa5ad3e451"
+SRC_URI[sha256sum] = "974e4ed414225eb3c716985df9709f4da8d22a67a2890066bc6dfc89ad298625"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 08/21] libjitterentropy: upgrade 3.6.0 -> 3.6.1
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (5 preceding siblings ...)
2024-12-17 8:57 ` [OE-core] [PATCH 07/21] libice: upgrade 1.1.1 -> 1.1.2 wangmy
@ 2024-12-17 8:57 ` wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 09/21] libsm: upgrade 1.2.4 -> 1.2.5 wangmy
` (12 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
* Add more test code
* Add support for SunPRO compiler
* Fix compilation on OpenBSD by replacing sed with tr
* internal timer: Add support for Apple
* Various small fixes to compilation to imporve portability
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../{libjitterentropy_3.6.0.bb => libjitterentropy_3.6.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.6.0.bb => libjitterentropy_3.6.1.bb} (95%)
diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb
similarity index 95%
rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb
rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb
index e9ff898617..35be1e2e50 100644
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=18a5cada7ee95e61db4180f0cb4a69cf \
file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
"
SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https"
-SRCREV = "7199c8959347b0e8342df7dc6e0c1fc4b484d2fb"
+SRCREV = "16c9e5c93e614f0df25f1cb30d0730102e6f4e41"
S = "${WORKDIR}/git"
do_configure[noexec] = "1"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 09/21] libsm: upgrade 1.2.4 -> 1.2.5
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (6 preceding siblings ...)
2024-12-17 8:57 ` [OE-core] [PATCH 08/21] libjitterentropy: upgrade 3.6.0 -> 3.6.1 wangmy
@ 2024-12-17 8:57 ` wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 10/21] libxau: upgrade 1.0.11 -> 1.0.12 wangmy
` (11 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
License-Update:
Remove "All rights reserved" from Oracle copyright notices,
since oracle no longer includes this term in our copyright & license notices.
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../xorg-lib/{libsm_1.2.4.bb => libsm_1.2.5.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libsm_1.2.4.bb => libsm_1.2.5.bb} (84%)
diff --git a/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb b/meta/recipes-graphics/xorg-lib/libsm_1.2.5.bb
similarity index 84%
rename from meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb
rename to meta/recipes-graphics/xorg-lib/libsm_1.2.5.bb
index ab030723c6..52cca2bcd7 100644
--- a/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libsm_1.2.5.bb
@@ -9,7 +9,7 @@ has a particular state."
require xorg-lib-common.inc
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb37f44e02bdbde80546024400728d"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e04a412a93c7cb2b5e07ebd8fd922917"
DEPENDS += "libice xorgproto xtrans"
@@ -22,7 +22,7 @@ PE = "1"
XORG_PN = "libSM"
-SRC_URI[sha256sum] = "fdcbe51e4d1276b1183da77a8a4e74a137ca203e0bcfb20972dd5f3347e97b84"
+SRC_URI[sha256sum] = "2af9e12da5ef670dc3a7bce1895c9c0f1bfb0cb9e64e8db40fcc33f883bd20bc"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 10/21] libxau: upgrade 1.0.11 -> 1.0.12
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (7 preceding siblings ...)
2024-12-17 8:57 ` [OE-core] [PATCH 09/21] libsm: upgrade 1.2.4 -> 1.2.5 wangmy
@ 2024-12-17 8:57 ` wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 11/21] libxcvt: upgrade 0.1.2 -> 0.1.3 wangmy
` (10 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- XauDisposeAuth: remove void casts from functions that return void
- unifdef hpux
- Autest.c includes Xauth.h that depends on other headers.
- Allow to use POSIX.2 compliant sed(1)
- Also test for explicit_memset(3) support
- Gcc < 11 doesn't allow opt. deallocator arg for __attribute((malloc))
- gitlab CI: run meson build with both gcc & clang compilers
- Allow building with clang after aec9d7266777e0b9243ef0f112fe0e07256bd446
- Xauth.h: add access & malloc attributes to function prototypes add Meson build system
- Set close-on-exec when opening files
- Require LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../xorg-lib/{libxau_1.0.11.bb => libxau_1.0.12.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{libxau_1.0.11.bb => libxau_1.0.12.bb} (84%)
diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.12.bb
similarity index 84%
rename from meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb
rename to meta/recipes-graphics/xorg-lib/libxau_1.0.12.bb
index f1b492c39f..b52b28914b 100644
--- a/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb
+++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.12.bb
@@ -20,4 +20,4 @@ XORG_PN = "libXau"
BBCLASSEXTEND = "native nativesdk"
-SRC_URI[sha256sum] = "f3fa3282f5570c3f6bd620244438dbfbdd580fc80f02f549587a0f8ab329bbeb"
+SRC_URI[sha256sum] = "74d0e4dfa3d39ad8939e99bda37f5967aba528211076828464d2777d477fc0fb"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 11/21] libxcvt: upgrade 0.1.2 -> 0.1.3
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (8 preceding siblings ...)
2024-12-17 8:57 ` [OE-core] [PATCH 10/21] libxau: upgrade 1.0.11 -> 1.0.12 wangmy
@ 2024-12-17 8:57 ` wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 12/21] libxrender: upgrade 0.9.11 -> 0.9.12 wangmy
` (9 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Fix hsync_start computation
- Fix too-small back porch at very low resolutions
- Rename constant to CVT_MIN_V_PORCH_RND
- README: remove double dollar sign
- ci: Update CI and enable static analysis
- cvt: fix -Wmissing-prototypes warning for cvt_is_standard
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../xorg-lib/{libxcvt_0.1.2.bb => libxcvt_0.1.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{libxcvt_0.1.2.bb => libxcvt_0.1.3.bb} (91%)
diff --git a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb
similarity index 91%
rename from meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb
rename to meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb
index e62fabdf58..91537b0f4b 100644
--- a/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=129947a06984d6faa6f9a9788fa2a03f"
SECTION = "x11/libs"
SRC_URI = "git://gitlab.freedesktop.org/xorg/lib/libxcvt.git;protocol=https;branch=master"
-SRCREV = "d9ca87eea9eecddaccc3a77227bcb3acf84e89df"
+SRCREV = "dd8631c61465cc0de5e476c7a98e56528d62b163"
S = "${WORKDIR}/git"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 12/21] libxrender: upgrade 0.9.11 -> 0.9.12
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (9 preceding siblings ...)
2024-12-17 8:57 ` [OE-core] [PATCH 11/21] libxcvt: upgrade 0.1.2 -> 0.1.3 wangmy
@ 2024-12-17 8:57 ` wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 13/21] libxv: upgrade 1.0.12 -> 1.0.13 wangmy
` (8 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../xorg-lib/{libxrender_0.9.11.bb => libxrender_0.9.12.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{libxrender_0.9.11.bb => libxrender_0.9.12.bb} (87%)
diff --git a/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb b/meta/recipes-graphics/xorg-lib/libxrender_0.9.12.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb
rename to meta/recipes-graphics/xorg-lib/libxrender_0.9.12.bb
index e138764dff..e946d9dd41 100644
--- a/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb
+++ b/meta/recipes-graphics/xorg-lib/libxrender_0.9.12.bb
@@ -18,5 +18,5 @@ PE = "1"
XORG_PN = "libXrender"
BBCLASSEXTEND = "native nativesdk"
-SRC_URI[sha256sum] = "bc53759a3a83d1ff702fb59641b3d2f7c56e05051fa0cfa93501166fa782dc24"
+SRC_URI[sha256sum] = "b832128da48b39c8d608224481743403ad1691bf4e554e4be9c174df171d1b97"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 13/21] libxv: upgrade 1.0.12 -> 1.0.13
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (10 preceding siblings ...)
2024-12-17 8:57 ` [OE-core] [PATCH 12/21] libxrender: upgrade 0.9.11 -> 0.9.12 wangmy
@ 2024-12-17 8:57 ` wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 14/21] libxxf86vm: upgrade 1.1.5 -> 1.1.6 wangmy
` (7 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:57 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- XvQueryAdaptors: avoid NULL deref if length is 0, but num_adaptors is not
- XvQueryEncodings: avoid NULL deref if length is 0, but num_encodings is not
- Use calloc instead of malloc and manual loops to zero array contents
- configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
- Remove "All rights reserved" from Oracle copyright notices
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../xorg-lib/{libxv_1.0.12.bb => libxv_1.0.13.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{libxv_1.0.12.bb => libxv_1.0.13.bb} (84%)
diff --git a/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb b/meta/recipes-graphics/xorg-lib/libxv_1.0.13.bb
similarity index 84%
rename from meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb
rename to meta/recipes-graphics/xorg-lib/libxv_1.0.13.bb
index 7f9c5e5cbc..659bae979d 100644
--- a/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb
+++ b/meta/recipes-graphics/xorg-lib/libxv_1.0.13.bb
@@ -14,5 +14,5 @@ DEPENDS += "libxext xorgproto"
XORG_PN = "libXv"
-SRC_URI[sha256sum] = "aaf7fa09f689f7a2000fe493c0d64d1487a1210db154053e9e2336b860c63848"
+SRC_URI[sha256sum] = "7d34910958e1c1f8d193d828fea1b7da192297280a35437af0692f003ba03755"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 14/21] libxxf86vm: upgrade 1.1.5 -> 1.1.6
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (11 preceding siblings ...)
2024-12-17 8:57 ` [OE-core] [PATCH 13/21] libxv: upgrade 1.0.12 -> 1.0.13 wangmy
@ 2024-12-17 8:58 ` wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 15/21] mpg123: upgrade 1.32.9 -> 1.32.10 wangmy
` (6 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Add -no-undefined flag to LDFLAGS to fix Windows builds
- Add X.Org's standard C warning flags to AM_CFLAGS
- configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
- Remove "All rights reserved" from Oracle copyright notices
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../xorg-lib/{libxxf86vm_1.1.5.bb => libxxf86vm_1.1.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/xorg-lib/{libxxf86vm_1.1.5.bb => libxxf86vm_1.1.6.bb} (85%)
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.6.bb
similarity index 85%
rename from meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb
rename to meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.6.bb
index 16fd29ebcd..bde3ad3ad3 100644
--- a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb
+++ b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.6.bb
@@ -15,6 +15,6 @@ DEPENDS += "libxext xorgproto"
PE = "1"
XORG_PN = "libXxf86vm"
-SRC_URI[sha256sum] = "247fef48b3e0e7e67129e41f1e789e8d006ba47dba1c0cdce684b9b703f888e7"
+SRC_URI[sha256sum] = "96af414c73ce1d5449ad04be7f9f27fa8330f844b6dda843ef22e3e1befb3ee3"
BBCLASSEXTEND = "native nativesdk"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 15/21] mpg123: upgrade 1.32.9 -> 1.32.10
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (12 preceding siblings ...)
2024-12-17 8:58 ` [OE-core] [PATCH 14/21] libxxf86vm: upgrade 1.1.5 -> 1.1.6 wangmy
@ 2024-12-17 8:58 ` wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 16/21] nfs-utils: upgrade 2.8.1 -> 2.8.2 wangmy
` (5 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
==========
- scripts/tag_lyrics.py: fix for python3
- libout123: Use strtok_r() to avoid conflicts multithreaded contexts
- libmpg123: Un-break DLL builds that need I/O functions defined in libmpg123.c
- ports/cmake: More fixup to also produce .pc files with Libs.private.
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../mpg123/{mpg123_1.32.9.bb => mpg123_1.32.10.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-multimedia/mpg123/{mpg123_1.32.9.bb => mpg123_1.32.10.bb} (96%)
diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.32.9.bb b/meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb
similarity index 96%
rename from meta/recipes-multimedia/mpg123/mpg123_1.32.9.bb
rename to meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb
index 54006e8c22..82f7b7d332 100644
--- a/meta/recipes-multimedia/mpg123/mpg123_1.32.9.bb
+++ b/meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb
@@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=e7b9c15fcfb986abb4cc5e8400a24169"
SRC_URI = "https://www.mpg123.de/download/${BP}.tar.bz2"
-SRC_URI[sha256sum] = "03b61e4004e960bacf2acdada03ed94d376e6aab27a601447bd4908d8407b291"
+SRC_URI[sha256sum] = "87b2c17fe0c979d3ef38eeceff6362b35b28ac8589fbf1854b5be75c9ab6557c"
UPSTREAM_CHECK_REGEX = "mpg123-(?P<pver>\d+(\.\d+)+)\.tar"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 16/21] nfs-utils: upgrade 2.8.1 -> 2.8.2
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (13 preceding siblings ...)
2024-12-17 8:58 ` [OE-core] [PATCH 15/21] mpg123: upgrade 1.32.9 -> 1.32.10 wangmy
@ 2024-12-17 8:58 ` wangmy
2024-12-18 23:15 ` Khem Raj
2024-12-17 8:58 ` [OE-core] [PATCH 17/21] ofono: upgrade 2.13 -> 2.14 wangmy
` (4 subsequent siblings)
19 siblings, 1 reply; 25+ messages in thread
From: wangmy @ 2024-12-17 8:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../nfs-utils/{nfs-utils_2.8.1.bb => nfs-utils_2.8.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.8.1.bb => nfs-utils_2.8.2.bb} (98%)
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb
similarity index 98%
rename from meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.1.bb
rename to meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb
index 488a1a7e70..543c68f7f5 100644
--- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.1.bb
+++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb
@@ -33,7 +33,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x
file://0001-locktest-Makefile.am-Do-not-use-build-flags.patch \
"
-SRC_URI[sha256sum] = "a0be95b08396908048583fcf6b34a7c1ab49d53e8a12eb28673ccfd2eff0c505"
+SRC_URI[sha256sum] = "a39bbea76ac0ab9e6e8699caf3c308b6b310c20d458e8fa8606196d358e7fb15"
# Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will
# pull in the remainder of the dependencies.
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 17/21] ofono: upgrade 2.13 -> 2.14
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (14 preceding siblings ...)
2024-12-17 8:58 ` [OE-core] [PATCH 16/21] nfs-utils: upgrade 2.8.1 -> 2.8.2 wangmy
@ 2024-12-17 8:58 ` wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 18/21] pango: upgrade 1.55.0 -> 1.55.5 wangmy
` (3 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- Fix issue with STK and buffer length checks.
- Fix issue with SMS and buffer length checks.
- Fix issue with QMI and handling RAT detection.
- Fix issue with QMI and handling call forwarding.
- Add support for handling MHI network interfaces.
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../recipes-connectivity/ofono/{ofono_2.13.bb => ofono_2.14.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/ofono/{ofono_2.13.bb => ofono_2.14.bb} (95%)
diff --git a/meta/recipes-connectivity/ofono/ofono_2.13.bb b/meta/recipes-connectivity/ofono/ofono_2.14.bb
similarity index 95%
rename from meta/recipes-connectivity/ofono/ofono_2.13.bb
rename to meta/recipes-connectivity/ofono/ofono_2.14.bb
index 2cc59b5c5a..0a695c978c 100644
--- a/meta/recipes-connectivity/ofono/ofono_2.13.bb
+++ b/meta/recipes-connectivity/ofono/ofono_2.14.bb
@@ -11,7 +11,7 @@ SRC_URI = "\
${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
file://ofono \
"
-SRC_URI[sha256sum] = "fa813ed74a4658e5702f707033497bf891504ffdc0f1b45d85bc3f092010744f"
+SRC_URI[sha256sum] = "983cbfd5e1e1a410ba7ad2db7f50fadc91e50b29f1ede40cdc73f941da7ba95f"
inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 18/21] pango: upgrade 1.55.0 -> 1.55.5
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (15 preceding siblings ...)
2024-12-17 8:58 ` [OE-core] [PATCH 17/21] ofono: upgrade 2.13 -> 2.14 wangmy
@ 2024-12-17 8:58 ` wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 19/21] re2c: upgrade 4.0.1 -> 4.0.2 wangmy
` (2 subsequent siblings)
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../recipes-graphics/pango/{pango_1.55.0.bb => pango_1.55.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/pango/{pango_1.55.0.bb => pango_1.55.5.bb} (93%)
diff --git a/meta/recipes-graphics/pango/pango_1.55.0.bb b/meta/recipes-graphics/pango/pango_1.55.5.bb
similarity index 93%
rename from meta/recipes-graphics/pango/pango_1.55.0.bb
rename to meta/recipes-graphics/pango/pango_1.55.5.bb
index 48f06c73d8..6c7242274f 100644
--- a/meta/recipes-graphics/pango/pango_1.55.0.bb
+++ b/meta/recipes-graphics/pango/pango_1.55.5.bb
@@ -18,7 +18,7 @@ UPSTREAM_CHECK_REGEX = "pango-(?P<pver>\d+\.(?!9\d+)\d+\.\d+)"
GIR_MESON_ENABLE_FLAG = "enabled"
GIR_MESON_DISABLE_FLAG = "disabled"
-SRC_URI[archive.sha256sum] = "a2c17a8dc459a7267b8b167bb149d23ff473b6ff9d5972bee047807ee2220ccf"
+SRC_URI[archive.sha256sum] = "e396126ea08203cbd8ef12638e6222e2e1fd8aa9cac6743072fedc5f2d820dd8"
DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 19/21] re2c: upgrade 4.0.1 -> 4.0.2
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (16 preceding siblings ...)
2024-12-17 8:58 ` [OE-core] [PATCH 18/21] pango: upgrade 1.55.0 -> 1.55.5 wangmy
@ 2024-12-17 8:58 ` wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 20/21] socat: upgrade 1.8.0.1 -> 1.8.0.2 wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 21/21] tcl8: upgrade 8.6.15 -> 8.6.16 wangmy
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Changelog:
===========
- CMake build system: fixed bug
`#515 <https://github.com/skvadrik/re2c/issues/515>`_ where language-specific
binaries erroneously defaulted to generating code for C.
- Playground: address bar now reflects navigation between examples, editors use
a more high-contrast CSS theme.
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
meta/recipes-support/re2c/{re2c_4.0.1.bb => re2c_4.0.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/re2c/{re2c_4.0.1.bb => re2c_4.0.2.bb} (90%)
diff --git a/meta/recipes-support/re2c/re2c_4.0.1.bb b/meta/recipes-support/re2c/re2c_4.0.2.bb
similarity index 90%
rename from meta/recipes-support/re2c/re2c_4.0.1.bb
rename to meta/recipes-support/re2c/re2c_4.0.2.bb
index b876d2b844..2a0fb197ff 100644
--- a/meta/recipes-support/re2c/re2c_4.0.1.bb
+++ b/meta/recipes-support/re2c/re2c_4.0.2.bb
@@ -7,7 +7,7 @@ LICENSE = "PD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=64eca4d8a3b67f9dc7656094731a2c8d"
SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "7c35d54fdf2c4b5981b80362d1c742aec4d011589673e02f2e9566f7e66c44af"
+SRC_URI[sha256sum] = "5e52ce0e26326115e41bc45d34dc2d5e10f2e44ed3a413fa2a826aa3500c8d56"
GITHUB_BASE_URI = "https://github.com/skvadrik/re2c/releases"
BBCLASSEXTEND = "native nativesdk"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 20/21] socat: upgrade 1.8.0.1 -> 1.8.0.2
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (17 preceding siblings ...)
2024-12-17 8:58 ` [OE-core] [PATCH 19/21] re2c: upgrade 4.0.1 -> 4.0.2 wangmy
@ 2024-12-17 8:58 ` wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 21/21] tcl8: upgrade 8.6.15 -> 8.6.16 wangmy
19 siblings, 0 replies; 25+ messages in thread
From: wangmy @ 2024-12-17 8:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../socat/{socat_1.8.0.1.bb => socat_1.8.0.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-connectivity/socat/{socat_1.8.0.1.bb => socat_1.8.0.2.bb} (95%)
diff --git a/meta/recipes-connectivity/socat/socat_1.8.0.1.bb b/meta/recipes-connectivity/socat/socat_1.8.0.2.bb
similarity index 95%
rename from meta/recipes-connectivity/socat/socat_1.8.0.1.bb
rename to meta/recipes-connectivity/socat/socat_1.8.0.2.bb
index 95b4017040..7d5da67c9c 100644
--- a/meta/recipes-connectivity/socat/socat_1.8.0.1.bb
+++ b/meta/recipes-connectivity/socat/socat_1.8.0.2.bb
@@ -13,7 +13,7 @@ SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \
file://0001-fix-compile-procan.c-failed.patch \
"
-SRC_URI[sha256sum] = "6a283565db7cf86292c6f70504c58abb03e29888adeed5a6c5f3457e803c1b81"
+SRC_URI[sha256sum] = "adc07a9c2723527cf6568d2fb96559794cf9c254a4bc2edd36f7f3789e9f7625"
inherit autotools
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [OE-core] [PATCH 21/21] tcl8: upgrade 8.6.15 -> 8.6.16
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
` (18 preceding siblings ...)
2024-12-17 8:58 ` [OE-core] [PATCH 20/21] socat: upgrade 1.8.0.1 -> 1.8.0.2 wangmy
@ 2024-12-17 8:58 ` wangmy
2024-12-17 23:11 ` Richard Purdie
19 siblings, 1 reply; 25+ messages in thread
From: wangmy @ 2024-12-17 8:58 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
alter-includedir.patch
interp.patch
tcl-add-soname.patch
tcl-remove-hardcoded-install-path.patch
refreshed for 8.6.16
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
.../tcltk8/tcl8/alter-includedir.patch | 10 +++++-----
meta/recipes-devtools/tcltk8/tcl8/interp.patch | 6 +++---
meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch | 8 ++++----
.../tcl8/tcl-remove-hardcoded-install-path.patch | 6 +++---
.../tcltk8/{tcl8_8.6.15.bb => tcl8_8.6.16.bb} | 2 +-
5 files changed, 16 insertions(+), 16 deletions(-)
rename meta/recipes-devtools/tcltk8/{tcl8_8.6.15.bb => tcl8_8.6.16.bb} (98%)
diff --git a/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch b/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch
index bfc718cfd3..c5005cb4a8 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch
+++ b/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch
@@ -1,4 +1,4 @@
-From 3130dca60636dc12d0d12df75b002fd123349e21 Mon Sep 17 00:00:00 2001
+From ca538ba69b808b4e68ddcbea89a22f68ef4e4b4f Mon Sep 17 00:00:00 2001
From: Mingli Yu <mingli.yu@windriver.com>
Date: Tue, 22 Nov 2022 18:48:27 +0800
Subject: [PATCH] tcl: update the header location
@@ -26,7 +26,7 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/unix/Makefile.in b/unix/Makefile.in
-index a3b7d69..969ddb8 100644
+index c3b75e3..60ed93e 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -57,7 +57,7 @@ SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY)
@@ -39,10 +39,10 @@ index a3b7d69..969ddb8 100644
# Path to the private tcl header dir:
PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@
diff --git a/unix/configure.in b/unix/configure.in
-index 4974fb6..a72934f 100644
+index 8e6726b..2345689 100644
--- a/unix/configure.in
+++ b/unix/configure.in
-@@ -776,7 +776,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
+@@ -775,7 +775,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)'
@@ -51,7 +51,7 @@ index 4974fb6..a72934f 100644
HTML_DIR='$(DISTDIR)/html'
# Note: in the following variable, it's important to use the absolute
-@@ -897,7 +897,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}"
+@@ -898,7 +898,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}"
TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}"
# Install time header dir can be set via --includedir
diff --git a/meta/recipes-devtools/tcltk8/tcl8/interp.patch b/meta/recipes-devtools/tcltk8/tcl8/interp.patch
index 2e0dc94cff..d5d2b1821b 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/interp.patch
+++ b/meta/recipes-devtools/tcltk8/tcl8/interp.patch
@@ -1,4 +1,4 @@
-From 426aa2ff62dda77fd011e8f630b9d4ea17984817 Mon Sep 17 00:00:00 2001
+From d17505bf4630d9c432e897b5b3abb2a28f56f57a Mon Sep 17 00:00:00 2001
From: Ross Burton <ross.burton@arm.com>
Date: Mon, 12 Jul 2021 14:50:13 +0100
Subject: [PATCH] tcl: fix race in interp.test
@@ -13,10 +13,10 @@ Signed-off-by: Ross Burton <ross.burton@arm.com>
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/tests/interp.test b/tests/interp.test
-index d742484..fc90990 100644
+index 24ffb1b..c6460ad 100644
--- a/tests/interp.test
+++ b/tests/interp.test
-@@ -3595,17 +3595,18 @@ test interp-36.7 {ChildBgerror sets error handler of child [1999035]} -setup {
+@@ -3614,17 +3614,18 @@ test interp-36.7 {ChildBgerror sets error handler of child [1999035]} -setup {
variable result
set result [lindex $args 0]
}
diff --git a/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch b/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
index 1cd4d76283..057a08dee4 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
+++ b/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
@@ -1,4 +1,4 @@
-From b89fd73daf9b3eb2f889f65baba5f90d8a930c82 Mon Sep 17 00:00:00 2001
+From cbb5200cb2bb1d40a0535213630f689040ac7f76 Mon Sep 17 00:00:00 2001
From: Richard Purdie <rpurdie@linux.intel.com>
Date: Wed, 9 Dec 2009 23:59:44 +0000
Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function
@@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de>
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/unix/Makefile.in b/unix/Makefile.in
-index 7619afc..9dd053d 100644
+index bc743b3..a2f9e21 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
-@@ -904,7 +904,10 @@ install-binaries: binaries
+@@ -812,7 +812,10 @@ install-binaries: binaries
done
@echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/"
@@INSTALL_LIB@
@@ -27,7 +27,7 @@ index 7619afc..9dd053d 100644
@$(INSTALL_PROGRAM) ${TCL_EXE} "$(BIN_INSTALL_DIR)/tclsh$(VERSION)${EXE_SUFFIX}"
@echo "Installing tclConfig.sh to $(CONFIG_INSTALL_DIR)/"
diff --git a/unix/tcl.m4 b/unix/tcl.m4
-index 0307a06..37c4d67 100644
+index 7f5464e..cd8d929 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1378,6 +1378,9 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
diff --git a/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch b/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
index 93e7877256..c589612963 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
+++ b/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
@@ -1,4 +1,4 @@
-From 050fc597fbfa4da2c31bd0df58c871892a490470 Mon Sep 17 00:00:00 2001
+From 574bc39a9e900870a1311148abf87830a943894c Mon Sep 17 00:00:00 2001
From: "Song.Li" <Song.Li@windriver.com>
Date: Wed, 1 Aug 2012 19:05:51 +0800
Subject: [PATCH] tcl:install tcl to lib64 instead of lib on 64bit target
@@ -17,10 +17,10 @@ Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unix/configure.in b/unix/configure.in
-index 4f62510..4974fb6 100644
+index e88ec3c..8e6726b 100644
--- a/unix/configure.in
+++ b/unix/configure.in
-@@ -775,7 +775,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
+@@ -774,7 +774,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
diff --git a/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb b/meta/recipes-devtools/tcltk8/tcl8_8.6.16.bb
similarity index 98%
rename from meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb
rename to meta/recipes-devtools/tcltk8/tcl8_8.6.16.bb
index 928124148c..2f2b0c7db9 100644
--- a/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb
+++ b/meta/recipes-devtools/tcltk8/tcl8_8.6.16.bb
@@ -24,7 +24,7 @@ SRC_URI = "${BASE_SRC_URI} \
file://interp.patch \
file://run-ptest \
"
-SRC_URI[sha256sum] = "844775491e435e34d83d6ccfbadd1342f1855f1705253233a86152df0765e78d"
+SRC_URI[sha256sum] = "3b371386a9a928eecdbf263bcab7d6a531e620ca3fbab4fdeeb3d6a9a56f38e9"
SRC_URI:class-native = "${BASE_SRC_URI}"
--
2.43.0
^ permalink raw reply related [flat|nested] 25+ messages in thread
* Re: [OE-core] [PATCH 02/21] bind: upgrade 9.20.3 -> 9.20.4
2024-12-17 8:57 ` [OE-core] [PATCH 02/21] bind: upgrade 9.20.3 -> 9.20.4 wangmy
@ 2024-12-17 17:00 ` Alexander Kanavin
0 siblings, 0 replies; 25+ messages in thread
From: Alexander Kanavin @ 2024-12-17 17:00 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core, Wang Mingyu
On Tue, 17 Dec 2024 at 09:58, wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
> --- a/meta/recipes-connectivity/bind/bind/conf.patch
> +++ b/meta/recipes-connectivity/bind/bind/conf.patch
> @@ -1,12 +1,43 @@
> +From 3233f7c3b0d208890a9869309e692c4b0fe0483b Mon Sep 17 00:00:00 2001
> +From: Qing He <qing.he@intel.com>
> +Date: Tue, 30 Nov 2010 13:35:42 +0800
> +Subject: [PATCH] bind: add new recipe
> +
> Upstream-Status: Inappropriate [configuration]
>
> the patch is imported from openembedded project
>
> 11/30/2010 - Qing He <qing.he@intel.com>
> +---
> + conf/db.0 | 12 +++++++
> + conf/db.127 | 13 ++++++++
> + conf/db.255 | 12 +++++++
> + conf/db.empty | 14 +++++++++
> + conf/db.local | 13 ++++++++
> + conf/db.root | 45 ++++++++++++++++++++++++++
> + conf/named.conf | 49 +++++++++++++++++++++++++++++
> + conf/named.conf.local | 8 +++++
> + conf/named.conf.options | 24 ++++++++++++++
> + conf/zones.rfc1918 | 20 ++++++++++++
> + init.d | 70 +++++++++++++++++++++++++++++++++++++++++
> + 11 files changed, 280 insertions(+)
> + create mode 100644 conf/db.0
> + create mode 100644 conf/db.127
> + create mode 100644 conf/db.255
> + create mode 100644 conf/db.empty
> + create mode 100644 conf/db.local
> + create mode 100644 conf/db.root
> + create mode 100644 conf/named.conf
> + create mode 100644 conf/named.conf.local
> + create mode 100644 conf/named.conf.options
> + create mode 100644 conf/zones.rfc1918
> + create mode 100644 init.d
The changes to this patch (adding a lot of new files) do not seem
correct, if it's only a refresh.
Alex
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [OE-core] [PATCH 03/21] boost: upgrade 1.86.0 -> 1.87.0
2024-12-17 8:57 ` [OE-core] [PATCH 03/21] boost: upgrade 1.86.0 -> 1.87.0 wangmy
@ 2024-12-17 21:54 ` Richard Purdie
0 siblings, 0 replies; 25+ messages in thread
From: Richard Purdie @ 2024-12-17 21:54 UTC (permalink / raw)
To: wangmy, openembedded-core; +Cc: Wang Mingyu
On Tue, 2024-12-17 at 16:57 +0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@cn.fujitsu.com>
>
> boost-math-disable-pch-for-gcc.patch
> refreshed for 1.87.0
>
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
> .../boost/{boost-1.86.0.inc => boost-1.87.0.inc} | 2 +-
> ...uild-native_1.86.0.bb => boost-build-native_1.87.0.bb} | 0
> .../boost/boost/boost-math-disable-pch-for-gcc.patch | 8 ++++----
> .../boost/{boost_1.86.0.bb => boost_1.87.0.bb} | 0
> 4 files changed, 5 insertions(+), 5 deletions(-)
> rename meta/recipes-support/boost/{boost-1.86.0.inc => boost-1.87.0.inc} (90%)
> rename meta/recipes-support/boost/{boost-build-native_1.86.0.bb => boost-build-native_1.87.0.bb} (100%)
> rename meta/recipes-support/boost/{boost_1.86.0.bb => boost_1.87.0.bb} (100%)
I think this breaks kea:
https://valkyrie.yoctoproject.org/#/builders/6/builds/680/steps/12/logs/stdio
Cheers,
Richard
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [OE-core] [PATCH 21/21] tcl8: upgrade 8.6.15 -> 8.6.16
2024-12-17 8:58 ` [OE-core] [PATCH 21/21] tcl8: upgrade 8.6.15 -> 8.6.16 wangmy
@ 2024-12-17 23:11 ` Richard Purdie
0 siblings, 0 replies; 25+ messages in thread
From: Richard Purdie @ 2024-12-17 23:11 UTC (permalink / raw)
To: wangmy, openembedded-core; +Cc: Wang Mingyu
On Tue, 2024-12-17 at 16:58 +0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@cn.fujitsu.com>
>
> alter-includedir.patch
> interp.patch
> tcl-add-soname.patch
> tcl-remove-hardcoded-install-path.patch
> refreshed for 8.6.16
>
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
> .../tcltk8/tcl8/alter-includedir.patch | 10 +++++-----
> meta/recipes-devtools/tcltk8/tcl8/interp.patch | 6 +++---
> meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch | 8 ++++----
> .../tcl8/tcl-remove-hardcoded-install-path.patch | 6 +++---
> .../tcltk8/{tcl8_8.6.15.bb => tcl8_8.6.16.bb} | 2 +-
> 5 files changed, 16 insertions(+), 16 deletions(-)
> rename meta/recipes-devtools/tcltk8/{tcl8_8.6.15.bb => tcl8_8.6.16.bb} (98%)
>
> diff --git a/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch b/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch
> index bfc718cfd3..c5005cb4a8 100644
> --- a/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch
> +++ b/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch
> @@ -1,4 +1,4 @@
> -From 3130dca60636dc12d0d12df75b002fd123349e21 Mon Sep 17 00:00:00 2001
> +From ca538ba69b808b4e68ddcbea89a22f68ef4e4b4f Mon Sep 17 00:00:00 2001
> From: Mingli Yu <mingli.yu@windriver.com>
> Date: Tue, 22 Nov 2022 18:48:27 +0800
> Subject: [PATCH] tcl: update the header location
> @@ -26,7 +26,7 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/unix/Makefile.in b/unix/Makefile.in
> -index a3b7d69..969ddb8 100644
> +index c3b75e3..60ed93e 100644
> --- a/unix/Makefile.in
> +++ b/unix/Makefile.in
> @@ -57,7 +57,7 @@ SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TCL_LIBRARY)
> @@ -39,10 +39,10 @@ index a3b7d69..969ddb8 100644
> # Path to the private tcl header dir:
> PRIVATE_INCLUDE_DIR = @PRIVATE_INCLUDE_DIR@
> diff --git a/unix/configure.in b/unix/configure.in
> -index 4974fb6..a72934f 100644
> +index 8e6726b..2345689 100644
> --- a/unix/configure.in
> +++ b/unix/configure.in
> -@@ -776,7 +776,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
> +@@ -775,7 +775,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
> eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
>
> test -z "$TCL_LIBRARY" && TCL_LIBRARY='$(libdir)/tcl$(VERSION)'
> @@ -51,7 +51,7 @@ index 4974fb6..a72934f 100644
> HTML_DIR='$(DISTDIR)/html'
>
> # Note: in the following variable, it's important to use the absolute
> -@@ -897,7 +897,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}"
> +@@ -898,7 +898,7 @@ TCL_BUILD_STUB_LIB_PATH="`pwd`/${TCL_STUB_LIB_FILE}"
> TCL_STUB_LIB_PATH="${TCL_STUB_LIB_DIR}/${TCL_STUB_LIB_FILE}"
>
> # Install time header dir can be set via --includedir
> diff --git a/meta/recipes-devtools/tcltk8/tcl8/interp.patch b/meta/recipes-devtools/tcltk8/tcl8/interp.patch
> index 2e0dc94cff..d5d2b1821b 100644
> --- a/meta/recipes-devtools/tcltk8/tcl8/interp.patch
> +++ b/meta/recipes-devtools/tcltk8/tcl8/interp.patch
> @@ -1,4 +1,4 @@
> -From 426aa2ff62dda77fd011e8f630b9d4ea17984817 Mon Sep 17 00:00:00 2001
> +From d17505bf4630d9c432e897b5b3abb2a28f56f57a Mon Sep 17 00:00:00 2001
> From: Ross Burton <ross.burton@arm.com>
> Date: Mon, 12 Jul 2021 14:50:13 +0100
> Subject: [PATCH] tcl: fix race in interp.test
> @@ -13,10 +13,10 @@ Signed-off-by: Ross Burton <ross.burton@arm.com>
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/tests/interp.test b/tests/interp.test
> -index d742484..fc90990 100644
> +index 24ffb1b..c6460ad 100644
> --- a/tests/interp.test
> +++ b/tests/interp.test
> -@@ -3595,17 +3595,18 @@ test interp-36.7 {ChildBgerror sets error handler of child [1999035]} -setup {
> +@@ -3614,17 +3614,18 @@ test interp-36.7 {ChildBgerror sets error handler of child [1999035]} -setup {
> variable result
> set result [lindex $args 0]
> }
> diff --git a/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch b/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
> index 1cd4d76283..057a08dee4 100644
> --- a/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
> +++ b/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch
> @@ -1,4 +1,4 @@
> -From b89fd73daf9b3eb2f889f65baba5f90d8a930c82 Mon Sep 17 00:00:00 2001
> +From cbb5200cb2bb1d40a0535213630f689040ac7f76 Mon Sep 17 00:00:00 2001
> From: Richard Purdie <rpurdie@linux.intel.com>
> Date: Wed, 9 Dec 2009 23:59:44 +0000
> Subject: [PATCH] tcl: Add tcltk from OE.dev but with legacy staging function
> @@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> 2 files changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/unix/Makefile.in b/unix/Makefile.in
> -index 7619afc..9dd053d 100644
> +index bc743b3..a2f9e21 100644
> --- a/unix/Makefile.in
> +++ b/unix/Makefile.in
> -@@ -904,7 +904,10 @@ install-binaries: binaries
> +@@ -812,7 +812,10 @@ install-binaries: binaries
> done
> @echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/"
> @@INSTALL_LIB@
> @@ -27,7 +27,7 @@ index 7619afc..9dd053d 100644
> @$(INSTALL_PROGRAM) ${TCL_EXE} "$(BIN_INSTALL_DIR)/tclsh$(VERSION)${EXE_SUFFIX}"
> @echo "Installing tclConfig.sh to $(CONFIG_INSTALL_DIR)/"
> diff --git a/unix/tcl.m4 b/unix/tcl.m4
> -index 0307a06..37c4d67 100644
> +index 7f5464e..cd8d929 100644
> --- a/unix/tcl.m4
> +++ b/unix/tcl.m4
> @@ -1378,6 +1378,9 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
> diff --git a/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch b/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
> index 93e7877256..c589612963 100644
> --- a/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
> +++ b/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch
> @@ -1,4 +1,4 @@
> -From 050fc597fbfa4da2c31bd0df58c871892a490470 Mon Sep 17 00:00:00 2001
> +From 574bc39a9e900870a1311148abf87830a943894c Mon Sep 17 00:00:00 2001
> From: "Song.Li" <Song.Li@windriver.com>
> Date: Wed, 1 Aug 2012 19:05:51 +0800
> Subject: [PATCH] tcl:install tcl to lib64 instead of lib on 64bit target
> @@ -17,10 +17,10 @@ Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/unix/configure.in b/unix/configure.in
> -index 4f62510..4974fb6 100644
> +index e88ec3c..8e6726b 100644
> --- a/unix/configure.in
> +++ b/unix/configure.in
> -@@ -775,7 +775,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
> +@@ -774,7 +774,7 @@ eval "TCL_LIB_FILE=libtcl${LIB_SUFFIX}"
>
> eval "TCL_LIB_FILE=${TCL_LIB_FILE}"
>
> diff --git a/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb b/meta/recipes-devtools/tcltk8/tcl8_8.6.16.bb
> similarity index 98%
> rename from meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb
> rename to meta/recipes-devtools/tcltk8/tcl8_8.6.16.bb
> index 928124148c..2f2b0c7db9 100644
> --- a/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb
> +++ b/meta/recipes-devtools/tcltk8/tcl8_8.6.16.bb
> @@ -24,7 +24,7 @@ SRC_URI = "${BASE_SRC_URI} \
> file://interp.patch \
> file://run-ptest \
> "
> -SRC_URI[sha256sum] = "844775491e435e34d83d6ccfbadd1342f1855f1705253233a86152df0765e78d"
> +SRC_URI[sha256sum] = "3b371386a9a928eecdbf263bcab7d6a531e620ca3fbab4fdeeb3d6a9a56f38e9"
>
> SRC_URI:class-native = "${BASE_SRC_URI}"
This appears to cause ptest failures unfortunately:
https://valkyrie.yoctoproject.org/#/builders/61/builds/607/steps/12/logs/stdio
https://valkyrie.yoctoproject.org/#/builders/73/builds/608/steps/12/logs/stdio
Cheers,
Richard
^ permalink raw reply [flat|nested] 25+ messages in thread
* Re: [OE-core] [PATCH 16/21] nfs-utils: upgrade 2.8.1 -> 2.8.2
2024-12-17 8:58 ` [OE-core] [PATCH 16/21] nfs-utils: upgrade 2.8.1 -> 2.8.2 wangmy
@ 2024-12-18 23:15 ` Khem Raj
0 siblings, 0 replies; 25+ messages in thread
From: Khem Raj @ 2024-12-18 23:15 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core, Wang Mingyu
This fails to build with clang+glibc
file.c:200:8: error: assigning to 'char *' from 'const char *'
discards qualifiers
[-Werror,-Wincompatible-pointer-types-discards-qualifiers]
| 200 | base = pathname;
| | ^ ~~~~~~~~
| 1 error generated.
| make[3]: *** [Makefile:475: file.o] Error 1
│
│| make[3]: *** Waiting for unfinished jobs....
│
│| make[3]: Leaving directory
'/mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux/nfs-utils/2.8.2/nfs-u│
│tils-2.8.2/support/nsm'
On Tue, Dec 17, 2024 at 12:58 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@cn.fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
> .../nfs-utils/{nfs-utils_2.8.1.bb => nfs-utils_2.8.2.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.8.1.bb => nfs-utils_2.8.2.bb} (98%)
>
> diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.1.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb
> similarity index 98%
> rename from meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.1.bb
> rename to meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb
> index 488a1a7e70..543c68f7f5 100644
> --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.1.bb
> +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb
> @@ -33,7 +33,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/nfs-utils/${PV}/nfs-utils-${PV}.tar.x
> file://0001-locktest-Makefile.am-Do-not-use-build-flags.patch \
> "
>
> -SRC_URI[sha256sum] = "a0be95b08396908048583fcf6b34a7c1ab49d53e8a12eb28673ccfd2eff0c505"
> +SRC_URI[sha256sum] = "a39bbea76ac0ab9e6e8699caf3c308b6b310c20d458e8fa8606196d358e7fb15"
>
> # Only kernel-module-nfsd is required here (but can be built-in) - the nfsd module will
> # pull in the remainder of the dependencies.
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#208820): https://lists.openembedded.org/g/openembedded-core/message/208820
> Mute This Topic: https://lists.openembedded.org/mt/110160089/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 25+ messages in thread
end of thread, other threads:[~2024-12-18 23:15 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 8:57 [OE-core] [PATCH 01/21] appstream: upgrade 1.0.3 -> 1.0.4 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 02/21] bind: upgrade 9.20.3 -> 9.20.4 wangmy
2024-12-17 17:00 ` Alexander Kanavin
2024-12-17 8:57 ` [OE-core] [PATCH 03/21] boost: upgrade 1.86.0 -> 1.87.0 wangmy
2024-12-17 21:54 ` Richard Purdie
2024-12-17 8:57 ` [OE-core] [PATCH 04/21] erofs-utils: upgrade 1.8.2 -> 1.8.3 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 05/21] igt-gpu-tools: upgrade 1.29 -> 1.30 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 06/21] json-glib: upgrade 1.10.0 -> 1.10.6 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 07/21] libice: upgrade 1.1.1 -> 1.1.2 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 08/21] libjitterentropy: upgrade 3.6.0 -> 3.6.1 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 09/21] libsm: upgrade 1.2.4 -> 1.2.5 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 10/21] libxau: upgrade 1.0.11 -> 1.0.12 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 11/21] libxcvt: upgrade 0.1.2 -> 0.1.3 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 12/21] libxrender: upgrade 0.9.11 -> 0.9.12 wangmy
2024-12-17 8:57 ` [OE-core] [PATCH 13/21] libxv: upgrade 1.0.12 -> 1.0.13 wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 14/21] libxxf86vm: upgrade 1.1.5 -> 1.1.6 wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 15/21] mpg123: upgrade 1.32.9 -> 1.32.10 wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 16/21] nfs-utils: upgrade 2.8.1 -> 2.8.2 wangmy
2024-12-18 23:15 ` Khem Raj
2024-12-17 8:58 ` [OE-core] [PATCH 17/21] ofono: upgrade 2.13 -> 2.14 wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 18/21] pango: upgrade 1.55.0 -> 1.55.5 wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 19/21] re2c: upgrade 4.0.1 -> 4.0.2 wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 20/21] socat: upgrade 1.8.0.1 -> 1.8.0.2 wangmy
2024-12-17 8:58 ` [OE-core] [PATCH 21/21] tcl8: upgrade 8.6.15 -> 8.6.16 wangmy
2024-12-17 23:11 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox