All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch
@ 2022-11-10 18:12 Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 02/19] libpciaccess: update 0.16 -> 0.17 Alexander Kanavin
                   ` (17 more replies)
  0 siblings, 18 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 ...d-install-nofonts-fonts.conf-as-it-i.patch | 35 +++++++++++++++++++
 meta/recipes-graphics/pango/pango_1.50.11.bb  | 13 ++-----
 2 files changed, 38 insertions(+), 10 deletions(-)
 create mode 100644 meta/recipes-graphics/pango/pango/0001-tests-meson.build-install-nofonts-fonts.conf-as-it-i.patch

diff --git a/meta/recipes-graphics/pango/pango/0001-tests-meson.build-install-nofonts-fonts.conf-as-it-i.patch b/meta/recipes-graphics/pango/pango/0001-tests-meson.build-install-nofonts-fonts.conf-as-it-i.patch
new file mode 100644
index 0000000000..8dacd62138
--- /dev/null
+++ b/meta/recipes-graphics/pango/pango/0001-tests-meson.build-install-nofonts-fonts.conf-as-it-i.patch
@@ -0,0 +1,35 @@
+From 13f8ba5d5b699df1f88eeea859406daba6d6941f Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex@linutronix.de>
+Date: Tue, 8 Nov 2022 18:08:51 +0100
+Subject: [PATCH] tests/meson.build: install nofonts/fonts.conf as it is
+ required by tests
+
+Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/pango/-/merge_requests/654]
+Signed-off-by: Alexander Kanavin <alex@linutronix.de>
+---
+ tests/meson.build | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/tests/meson.build b/tests/meson.build
+index 8b4bfa38..6c1c461b 100644
+--- a/tests/meson.build
++++ b/tests/meson.build
+@@ -250,6 +250,10 @@ foreach d: test_items_data
+   installed_test_items_data += d + '.expected'
+ endforeach
+ 
++installed_test_nofonts_data = [
++  'nofonts/fonts.conf',
++]
++
+ installed_test_datadir = join_paths(pango_datadir, 'installed-tests', 'pango')
+ installed_test_bindir = join_paths(pango_libexecdir, 'installed-tests', 'pango')
+ 
+@@ -261,6 +265,7 @@ if get_option('install-tests')
+   install_data(installed_test_breaks_data, install_dir: join_paths(installed_test_bindir, 'breaks'))
+   install_data(installed_test_items_data, install_dir: join_paths(installed_test_bindir, 'itemize'))
+   install_data(installed_test_fontsets_data, install_dir: join_paths(installed_test_bindir, 'fontsets'))
++  install_data(installed_test_nofonts_data, install_dir: join_paths(installed_test_bindir, 'nofonts'))
+ endif
+ 
+ gen_installed_test = files([ 'gen-installed-test.py' ])
diff --git a/meta/recipes-graphics/pango/pango_1.50.11.bb b/meta/recipes-graphics/pango/pango_1.50.11.bb
index f982d9a65b..6f599f5b78 100644
--- a/meta/recipes-graphics/pango/pango_1.50.11.bb
+++ b/meta/recipes-graphics/pango/pango_1.50.11.bb
@@ -21,8 +21,9 @@ GIR_MESON_ENABLE_FLAG = "enabled"
 GIR_MESON_DISABLE_FLAG = "disabled"
 
 SRC_URI += "file://run-ptest \
-            file://0001-Skip-running-test-layout-test.patch \
-"
+           file://0001-Skip-running-test-layout-test.patch \
+           file://0001-tests-meson.build-install-nofonts-fonts.conf-as-it-i.patch \
+           "
 
 SRC_URI[archive.sha256sum] = "8800f812d89ee61388188703203f3a7878963c22f8695aaf1fa0a1a1428d17ae"
 
@@ -41,14 +42,6 @@ do_configure:prepend() {
 	chmod +x ${S}/tests/*.py
 }
 
-# https://gitlab.gnome.org/GNOME/pango/-/issues/713
-do_install:append() {
-	if [ "${@bb.utils.filter('PACKAGECONFIG', 'tests', d)}" ]; then
-		mkdir -p ${D}${libexecdir}/installed-tests/pango/nofonts
-		install ${S}/tests/nofonts/fonts.conf ${D}${libexecdir}/installed-tests/pango/nofonts
-	fi
-}
-
 LEAD_SONAME = "libpango-1.0*"
 
 FILES:${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 02/19] libpciaccess: update 0.16 -> 0.17
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 03/19] libxinerama: update 1.1.4 -> 1.1.5 Alexander Kanavin
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../{libpciaccess_0.16.bb => libpciaccess_0.17.bb}         | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libpciaccess_0.16.bb => libpciaccess_0.17.bb} (69%)

diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.16.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb
similarity index 69%
rename from meta/recipes-graphics/xorg-lib/libpciaccess_0.16.bb
rename to meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb
index d55315efc2..06c30384ab 100644
--- a/meta/recipes-graphics/xorg-lib/libpciaccess_0.16.bb
+++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.17.bb
@@ -5,11 +5,8 @@ PCI bus and devices in a platform-independent way."
 
 require xorg-lib-common.inc
 
-SRC_URI += "\
-"
-
-SRC_URI[md5sum] = "b34e2cbdd6aa8f9cc3fa613fd401a6d6"
-SRC_URI[sha256sum] = "214c9d0d884fdd7375ec8da8dcb91a8d3169f263294c9a90c575bf1938b9f489"
+XORG_EXT = "tar.xz"
+SRC_URI[sha256sum] = "74283ba3c974913029e7a547496a29145b07ec51732bbb5b5c58d5025ad95b73"
 
 LICENSE = "MIT & MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=277aada5222b9a22fbf3471ff3687068"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 03/19] libxinerama: update 1.1.4 -> 1.1.5
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 02/19] libpciaccess: update 0.16 -> 0.17 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 04/19] libxkbfile: update 1.1.0 -> 1.1.1 Alexander Kanavin
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../xorg-lib/{libxinerama_1.1.4.bb => libxinerama_1.1.5.bb}  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxinerama_1.1.4.bb => libxinerama_1.1.5.bb} (80%)

diff --git a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb
similarity index 80%
rename from meta/recipes-graphics/xorg-lib/libxinerama_1.1.4.bb
rename to meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb
index edce35da5d..966edf6792 100644
--- a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb
@@ -15,8 +15,7 @@ PROVIDES = "xinerama"
 PE = "1"
 
 XORG_PN = "libXinerama"
-
-SRC_URI[md5sum] = "0d5f826a197dae74da67af4a9ef35885"
-SRC_URI[sha256sum] = "0008dbd7ecf717e1e507eed1856ab0d9cf946d03201b85d5dcf61489bb02d720"
+XORG_EXT = "tar.xz"
+SRC_URI[sha256sum] = "5094d1f0fcc1828cb1696d0d39d9e866ae32520c54d01f618f1a3c1e30c2085c"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 04/19] libxkbfile: update 1.1.0 -> 1.1.1
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 02/19] libpciaccess: update 0.16 -> 0.17 Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 03/19] libxinerama: update 1.1.4 -> 1.1.5 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 05/19] libxmu: update 1.1.3 -> 1.1.4 Alexander Kanavin
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../xorg-lib/{libxkbfile_1.1.0.bb => libxkbfile_1.1.1.bb}    | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxkbfile_1.1.0.bb => libxkbfile_1.1.1.bb} (73%)

diff --git a/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.0.bb b/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.1.bb
similarity index 73%
rename from meta/recipes-graphics/xorg-lib/libxkbfile_1.1.0.bb
rename to meta/recipes-graphics/xorg-lib/libxkbfile_1.1.1.bb
index 0fd0e3f47f..17ff588fdb 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.1.bb
@@ -13,6 +13,5 @@ DEPENDS += "virtual/libx11 xorgproto"
 PE = "1"
 
 BBCLASSEXTEND = "native"
-
-SRC_URI[md5sum] = "dd7e1e946def674e78c0efbc5c7d5b3b"
-SRC_URI[sha256sum] = "758dbdaa20add2db4902df0b1b7c936564b7376c02a0acd1f2a331bd334b38c7"
+XORG_EXT = "tar.xz"
+SRC_URI[sha256sum] = "8623dc26e7aac3c5ad8a25e57b566f4324f5619e5db38457f0804ee4ed953443"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 05/19] libxmu: update 1.1.3 -> 1.1.4
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (2 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 04/19] libxkbfile: update 1.1.0 -> 1.1.1 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 06/19] libxrender: update 0.9.10 -> 0.9.11 Alexander Kanavin
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Drop ipv6 option as no longer supported.

License-Update: additional files, path corrections

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../xorg-lib/{libxmu_1.1.3.bb => libxmu_1.1.4.bb}        | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxmu_1.1.3.bb => libxmu_1.1.4.bb} (66%)

diff --git a/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb
similarity index 66%
rename from meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb
rename to meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb
index eab3f07512..22632aa5a7 100644
--- a/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxmu_1.1.4.bb
@@ -10,7 +10,7 @@ second library, libXmuu."
 require xorg-lib-common.inc
 
 LICENSE = "MIT & MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=def3d8e4e9c42004f1941fa22f01dc18"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e79ad4fcc53b9bfe0fc38507a56446b9"
 
 DEPENDS += "libxt libxext"
 PROVIDES = "xmu"
@@ -18,6 +18,7 @@ PROVIDES = "xmu"
 PE = "1"
 
 XORG_PN = "libXmu"
+XORG_EXT = "tar.xz"
 
 LEAD_SONAME = "libXmu"
 
@@ -27,8 +28,4 @@ FILES:libxmuu = "${libdir}/libXmuu.so.*"
 
 BBCLASSEXTEND = "native"
 
-SRC_URI[md5sum] = "ac774cff8b493f566088a255dbf91201"
-SRC_URI[sha256sum] = "9c343225e7c3dc0904f2122b562278da5fed639b1b5e880d25111561bac5b731"
-
-PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
-PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
+SRC_URI[sha256sum] = "210de3ab9c3e9382572c25d17c2518a854ce6e2c62c5f8315deac7579e758244"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 06/19] libxrender: update 0.9.10 -> 0.9.11
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (3 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 05/19] libxmu: update 1.1.3 -> 1.1.4 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 07/19] libxshmfence: update 1.3 -> 1.3.1 Alexander Kanavin
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../xorg-lib/{libxrender_0.9.10.bb => libxrender_0.9.11.bb}  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxrender_0.9.10.bb => libxrender_0.9.11.bb} (81%)

diff --git a/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb b/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb
similarity index 81%
rename from meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb
rename to meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb
index 35763a5a26..302cc56e86 100644
--- a/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb
+++ b/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb
@@ -18,7 +18,6 @@ PE = "1"
 XORG_PN = "libXrender"
 
 BBCLASSEXTEND = "native nativesdk"
-
-SRC_URI[md5sum] = "802179a76bded0b658f4e9ec5e1830a4"
-SRC_URI[sha256sum] = "c06d5979f86e64cabbde57c223938db0b939dff49fdb5a793a1d3d0396650949"
+XORG_EXT = "tar.xz"
+SRC_URI[sha256sum] = "bc53759a3a83d1ff702fb59641b3d2f7c56e05051fa0cfa93501166fa782dc24"
 
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 07/19] libxshmfence: update 1.3 -> 1.3.1
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (4 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 06/19] libxrender: update 0.9.10 -> 0.9.11 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 08/19] libxtst: update 1.2.3 -> 1.2.4 Alexander Kanavin
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../xorg-lib/{libxshmfence_1.3.bb => libxshmfence_1.3.1.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxshmfence_1.3.bb => libxshmfence_1.3.1.bb} (80%)

diff --git a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.1.bb
similarity index 80%
rename from meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
rename to meta/recipes-graphics/xorg-lib/libxshmfence_1.3.1.bb
index b0b6cb6b56..be793882dc 100644
--- a/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.1.bb
@@ -15,7 +15,7 @@ EXTRA_OECONF += "--with-shared-memory-dir=/dev/shm"
 
 SRC_URI += "file://0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch"
 
-SRC_URI[md5sum] = "42dda8016943dc12aff2c03a036e0937"
-SRC_URI[sha256sum] = "b884300d26a14961a076fbebc762a39831cb75f92bed5ccf9836345b459220c7"
+XORG_EXT = "tar.xz"
+SRC_URI[sha256sum] = "1129f95147f7bfe6052988a087f1b7cb7122283d2c47a7dbf7135ce0df69b4f8"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 08/19] libxtst: update 1.2.3 -> 1.2.4
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (5 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 07/19] libxshmfence: update 1.3 -> 1.3.1 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 09/19] libxxf86vm: update 1.1.4 -> 1.1.5 Alexander Kanavin
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../xorg-lib/{libxtst_1.2.3.bb => libxtst_1.2.4.bb}          | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxtst_1.2.3.bb => libxtst_1.2.4.bb} (79%)

diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb
similarity index 79%
rename from meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb
rename to meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb
index ebe9be5b9a..7ed8f3d89d 100644
--- a/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb
@@ -15,8 +15,7 @@ PROVIDES = "xtst"
 PE = "1"
 
 XORG_PN = "libXtst"
-
-SRC_URI[md5sum] = "ef8c2c1d16a00bd95b9fdcef63b8a2ca"
-SRC_URI[sha256sum] = "4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204"
+XORG_EXT = "tar.xz"
+SRC_URI[sha256sum] = "84f5f30b9254b4ffee14b5b0940e2622153b0d3aed8286a3c5b7eeb340ca33c8"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 09/19] libxxf86vm: update 1.1.4 -> 1.1.5
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (6 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 08/19] libxtst: update 1.2.3 -> 1.2.4 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 10/19] libxext: update 1.3.4 -> 1.3.5 Alexander Kanavin
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../xorg-lib/{libxxf86vm_1.1.4.bb => libxxf86vm_1.1.5.bb}    | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxxf86vm_1.1.4.bb => libxxf86vm_1.1.5.bb} (78%)

diff --git a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb
similarity index 78%
rename from meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb
rename to meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb
index 1612a50f19..a586159ee3 100644
--- a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb
@@ -15,8 +15,7 @@ DEPENDS += "libxext xorgproto"
 PE = "1"
 
 XORG_PN = "libXxf86vm"
-
-SRC_URI[md5sum] = "298b8fff82df17304dfdb5fe4066fe3a"
-SRC_URI[sha256sum] = "afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57"
+XORG_EXT = "tar.xz"
+SRC_URI[sha256sum] = "247fef48b3e0e7e67129e41f1e789e8d006ba47dba1c0cdce684b9b703f888e7"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 10/19] libxext: update 1.3.4 -> 1.3.5
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (7 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 09/19] libxxf86vm: update 1.1.4 -> 1.1.5 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-11 13:42   ` [OE-core] " Richard Purdie
  2022-11-10 18:12 ` [PATCH 11/19] xcb-util: update to latest revisions Alexander Kanavin
                   ` (8 subsequent siblings)
  17 siblings, 1 reply; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-graphics/xorg-lib/a              | 33 +++++++++++++++++++
 .../{libxext_1.3.4.bb => libxext_1.3.5.bb}    |  7 ++--
 2 files changed, 36 insertions(+), 4 deletions(-)
 create mode 100644 meta/recipes-graphics/xorg-lib/a
 rename meta/recipes-graphics/xorg-lib/{libxext_1.3.4.bb => libxext_1.3.5.bb} (75%)

diff --git a/meta/recipes-graphics/xorg-lib/a b/meta/recipes-graphics/xorg-lib/a
new file mode 100644
index 0000000000..a5a08000df
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/a
@@ -0,0 +1,33 @@
+libdmx_1.1.4.bb
+libfontenc_1.1.6.bb
+libice_1.0.10.bb
+libpciaccess_0.17.bb
+libsm_1.2.3.bb
+libx11_1.8.1.bb
+libx11-compose-data_1.6.8.bb
+libxau_1.0.10.bb
+libxcomposite_0.4.5.bb
+libxcursor_1.2.1.bb
+libxdamage_1.1.5.bb
+libxdmcp_1.1.3.bb
+libxext_1.3.4.bb
+libxfixes_6.0.0.bb
+libxfont_1.5.4.bb
+libxfont2_2.0.6.bb
+libxft_2.3.6.bb
+libxi_1.8.bb
+libxinerama_1.1.5.bb
+libxkbfile_1.1.1.bb
+libxmu_1.1.4.bb
+libxpm_3.5.13.bb
+libxrandr_1.5.2.bb
+libxrender_0.9.11.bb
+libxres_1.2.1.bb
+libxscrnsaver_1.2.3.bb
+libxshmfence_1.3.1.bb
+libxt_1.2.1.bb
+libxtst_1.2.4.bb
+libxv_1.0.11.bb
+libxvmc_1.0.13.bb
+libxxf86vm_1.1.5.bb
+xtrans_1.4.0.bb
diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb
similarity index 75%
rename from meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb
rename to meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb
index a0ba54d184..d4d4119485 100644
--- a/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb
@@ -11,7 +11,7 @@ extensions."
 require xorg-lib-common.inc
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=879ce266785414bd1cbc3bc2f4d9d7c8"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4234bb3b2f1521ea101e4e9db7c33c69"
 
 DEPENDS += "xorgproto virtual/libx11"
 PROVIDES = "xext"
@@ -19,8 +19,7 @@ PROVIDES = "xext"
 PE = "1"
 
 XORG_PN = "libXext"
-
+XORG_EXT = "tar.xz"
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "f5b48bb76ba327cd2a8dc7a383532a95"
-SRC_URI[sha256sum] = "59ad6fcce98deaecc14d39a672cf218ca37aba617c9a0f691cac3bcd28edf82b"
+SRC_URI[sha256sum] = "db14c0c895c57ea33a8559de8cb2b93dc76c42ea4a39e294d175938a133d7bca"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 11/19] xcb-util: update to latest revisions
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (8 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 10/19] libxext: update 1.3.4 -> 1.3.5 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 12/19] xf86-input-vmmouse: update 13.1.0 -> 13.2.0 Alexander Kanavin
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Also, default to tar.xz, as the majority of tarballs
are now using that.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../{xcb-util-image_0.4.0.bb => xcb-util-image_0.4.1.bb}       | 3 +--
 .../{xcb-util-keysyms_0.4.0.bb => xcb-util-keysyms_0.4.1.bb}   | 3 +--
 ...-util-renderutil_0.3.9.bb => xcb-util-renderutil_0.3.10.bb} | 3 +--
 .../xorg-lib/{xcb-util-wm_0.4.1.bb => xcb-util-wm_0.4.2.bb}    | 3 +--
 meta/recipes-graphics/xorg-lib/xcb-util.inc                    | 2 +-
 meta/recipes-graphics/xorg-lib/xcb-util_0.4.0.bb               | 2 ++
 6 files changed, 7 insertions(+), 9 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{xcb-util-image_0.4.0.bb => xcb-util-image_0.4.1.bb} (67%)
 rename meta/recipes-graphics/xorg-lib/{xcb-util-keysyms_0.4.0.bb => xcb-util-keysyms_0.4.1.bb} (50%)
 rename meta/recipes-graphics/xorg-lib/{xcb-util-renderutil_0.3.9.bb => xcb-util-renderutil_0.3.10.bb} (68%)
 rename meta/recipes-graphics/xorg-lib/{xcb-util-wm_0.4.1.bb => xcb-util-wm_0.4.2.bb} (73%)

diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.0.bb b/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb
similarity index 67%
rename from meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.0.bb
rename to meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb
index c6bb5a61cd..018ac913bf 100644
--- a/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.0.bb
+++ b/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb
@@ -9,5 +9,4 @@ LIC_FILES_CHKSUM = "file://image/xcb_image.c;endline=24;md5=eafdf965cfb89955fded
 SRC_URI += "file://clang.patch \
 "
 
-SRC_URI[md5sum] = "08fe8ffecc8d4e37c0ade7906b3f4c87"
-SRC_URI[sha256sum] = "2db96a37d78831d643538dd1b595d7d712e04bdccf8896a5e18ce0f398ea2ffc"
+SRC_URI[sha256sum] = "ccad8ee5dadb1271fd4727ad14d9bd77a64e505608766c4e98267d9aede40d3d"
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.0.bb b/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb
similarity index 50%
rename from meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.0.bb
rename to meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb
index bca64ed61f..f1a4c3e500 100644
--- a/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.0.bb
+++ b/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb
@@ -3,7 +3,6 @@ require xcb-util.inc
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://keysyms/keysyms.c;endline=30;md5=2f8de023ed823bb92f0b47900574ea9e \
 					"
-SRC_URI[md5sum] = "1022293083eec9e62d5659261c29e367"
-SRC_URI[sha256sum] = "0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9"
+SRC_URI[sha256sum] = "7c260a5294412aed429df1da2f8afd3bd07b7cba3fec772fba15a613a6d5c638"
 
 
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.9.bb b/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb
similarity index 68%
rename from meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.9.bb
rename to meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb
index 25c22e5fa7..6590fa3301 100644
--- a/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.9.bb
+++ b/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb
@@ -6,5 +6,4 @@ LIC_FILES_CHKSUM = "file://renderutil/glyph.c;endline=24;md5=c517c483b8d726234ec
 					file://renderutil/xcb_renderutil.h;endline=24;md5=d0ddab3052dd4949c93cfcb0891c96df \
 					"
 
-SRC_URI[md5sum] = "468b119c94da910e1291f3ffab91019a"
-SRC_URI[sha256sum] = "c6e97e48fb1286d6394dddb1c1732f00227c70bd1bedb7d1acabefdd340bea5b"
+SRC_URI[sha256sum] = "3e15d4f0e22d8ddbfbb9f5d77db43eacd7a304029bf25a6166cc63caa96d04ba"
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.1.bb b/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb
similarity index 73%
rename from meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.1.bb
rename to meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb
index 39f1383299..65d340f88c 100644
--- a/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.1.bb
+++ b/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb
@@ -7,5 +7,4 @@ LIC_FILES_CHKSUM = "file://ewmh/ewmh.c.m4;endline=27;md5=63fd80552d7dc886f4eb267
 					file://icccm/xcb_icccm.h;beginline=4;endline=31;md5=393772b7b07b9868d479d538238c1d8a \
 					"
 
-SRC_URI[md5sum] = "87b19a1cd7bfcb65a24e36c300e03129"
-SRC_URI[sha256sum] = "28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f"
+SRC_URI[sha256sum] = "62c34e21d06264687faea7edbf63632c9f04d55e72114aa4a57bb95e4f888a0b"
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util.inc b/meta/recipes-graphics/xorg-lib/xcb-util.inc
index 0e5ab70b2d..9898a6a13e 100644
--- a/meta/recipes-graphics/xorg-lib/xcb-util.inc
+++ b/meta/recipes-graphics/xorg-lib/xcb-util.inc
@@ -16,7 +16,7 @@ SECTION = "x11/libs"
 DEPENDS = "libxcb"
 DEPENDS += "gperf-native"
 
-SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.bz2"
+SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.xz"
 
 inherit autotools pkgconfig features_check
 
diff --git a/meta/recipes-graphics/xorg-lib/xcb-util_0.4.0.bb b/meta/recipes-graphics/xorg-lib/xcb-util_0.4.0.bb
index 206f07a65c..6d0af2aa23 100644
--- a/meta/recipes-graphics/xorg-lib/xcb-util_0.4.0.bb
+++ b/meta/recipes-graphics/xorg-lib/xcb-util_0.4.0.bb
@@ -1,5 +1,7 @@
 require xcb-util.inc
 
+SRC_URI = "http://xcb.freedesktop.org/dist/${BPN}-${PV}.tar.bz2"
+
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://src/xcb_aux.c;endline=30;md5=ae305b9c2a38f9ba27060191046a6460 \
                     file://src/xcb_event.h;endline=27;md5=627be355aee59e1b8ade80d5bd90fad9"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 12/19] xf86-input-vmmouse: update 13.1.0 -> 13.2.0
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (9 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 11/19] xcb-util: update to latest revisions Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 13/19] gnomebase.bbclass: return the whole version for tarball directory if it is a number Alexander Kanavin
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 ...-input-vmmouse_13.1.0.bb => xf86-input-vmmouse_13.2.0.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-vmmouse_13.1.0.bb => xf86-input-vmmouse_13.2.0.bb} (84%)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb
similarity index 84%
rename from meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb
rename to meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb
index 5e740037d9..7567b1ef2b 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.1.0.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb
@@ -6,8 +6,9 @@ protocol that is provided by VMware virtual machines to give absolute \
 pointer positioning. The vmmouse driver is capable of falling back to the \
 standard 'mouse' driver if a VMware virtual machine is not detected."
 
-SRC_URI[md5sum] = "85e2e464b7219c495ad3a16465c226ed"
-SRC_URI[sha256sum] = "0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319"
+XORG_DRIVER_COMPRESSOR = ".tar.xz"
+
+SRC_URI[sha256sum] = "56f077580ab8f02e2f40358c5c46b0ae3e1828fc77744526b24adf1ceea339b8"
 
 RDEPENDS:${PN} += "xf86-input-mouse"
 
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 13/19] gnomebase.bbclass: return the whole version for tarball directory if it is a number
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (10 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 12/19] xf86-input-vmmouse: update 13.1.0 -> 13.2.0 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 14/19] adwaita-icon-theme: update 42.0 -> 43 Alexander Kanavin
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

E.g. if version is '43' without any dots, existing code would return ''.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/classes-recipe/gnomebase.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes-recipe/gnomebase.bbclass b/meta/classes-recipe/gnomebase.bbclass
index 805daafa40..5e72f549a3 100644
--- a/meta/classes-recipe/gnomebase.bbclass
+++ b/meta/classes-recipe/gnomebase.bbclass
@@ -5,7 +5,7 @@
 #
 
 def gnome_verdir(v):
-    return ".".join(v.split(".")[:-1])
+    return ".".join(v.split(".")[:-1]) or v
 
 
 GNOME_COMPRESS_TYPE ?= "xz"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 14/19] adwaita-icon-theme: update 42.0 -> 43
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (11 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 13/19] gnomebase.bbclass: return the whole version for tarball directory if it is a number Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 15/19] libepoxy: convert to git Alexander Kanavin
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../0001-Don-t-use-AC_CANONICAL_HOST.patch                  | 6 +++---
 ...{adwaita-icon-theme_42.0.bb => adwaita-icon-theme_43.bb} | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-gnome/gnome/{adwaita-icon-theme_42.0.bb => adwaita-icon-theme_43.bb} (95%)

diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch b/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
index 56fd3daead..0a1487f8e3 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme/0001-Don-t-use-AC_CANONICAL_HOST.patch
@@ -1,4 +1,4 @@
-From 985eda68d3303112791cf6858f6fef1a99288e8a Mon Sep 17 00:00:00 2001
+From e1a12b73c25d1ad0f267b22ac5d799bc1fbd0fa4 Mon Sep 17 00:00:00 2001
 From: Jussi Kukkonen <jussi.kukkonen@intel.com>
 Date: Tue, 30 May 2017 14:55:49 +0300
 Subject: [PATCH] Don't use AC_CANONICAL_HOST
@@ -14,12 +14,12 @@ Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
  1 file changed, 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 040975e..5f7b53a 100644
+index 6ddc49b..39752bb 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -3,7 +3,6 @@ AC_PREREQ(2.53)
  
- AC_INIT([adwaita-icon-theme], [42.0],
+ AC_INIT([adwaita-icon-theme], [43],
          [http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme])
 -AC_CANONICAL_HOST
  AC_CONFIG_MACRO_DIR([m4])
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_42.0.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_43.bb
similarity index 95%
rename from meta/recipes-gnome/gnome/adwaita-icon-theme_42.0.bb
rename to meta/recipes-gnome/gnome/adwaita-icon-theme_43.bb
index c4f3b1c999..8cb4d147f1 100644
--- a/meta/recipes-gnome/gnome/adwaita-icon-theme_42.0.bb
+++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_43.bb
@@ -14,7 +14,7 @@ inherit allarch autotools pkgconfig gettext gtk-icon-cache gnomebase
 
 SRC_URI += " file://0001-Don-t-use-AC_CANONICAL_HOST.patch"
 
-SRC_URI[archive.sha256sum] = "5e85b5adc8dee666900fcaf271ba717f7dcb9d0a03d96dae08f9cbd27e18b1e0"
+SRC_URI[archive.sha256sum] = "2e3ac77d32a6aa5554155df37e8f0a0dd54fc5a65fd721e88d505f970da32ec6"
 
 DEPENDS += "librsvg-native"
 
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 15/19] libepoxy: convert to git
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (12 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 14/19] adwaita-icon-theme: update 42.0 -> 43 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 16/19] libepoxy: update 1.5.9 -> 1.5.10 Alexander Kanavin
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Latest version doesn't come with stable tarballs.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb
index 1210f73a86..b3b26b57fe 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb
@@ -9,11 +9,11 @@ SECTION = "libs"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b"
 
-SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.xz \
+SRC_URI = "git://github.com/anholt/libepoxy;branch=master;protocol=https \
            file://0001-dispatch_common.h-define-also-EGL_NO_X11.patch \
            "
-SRC_URI[sha256sum] = "d168a19a6edfdd9977fef1308ccf516079856a4275cf876de688fb7927e365e4"
-GITHUB_BASE_URI = "https://github.com/anholt/libepoxy/releases"
+SRCREV = "ecfa8e0f083084181d36966fa084aca9a6c97d53"
+S = "${WORKDIR}/git"
 
 inherit meson pkgconfig features_check github-releases
 
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 16/19] libepoxy: update 1.5.9 -> 1.5.10
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (13 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 15/19] libepoxy: convert to git Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 17/19] rgb: update 1.0.6 -> 1.1.0 Alexander Kanavin
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../libepoxy/{libepoxy_1.5.9.bb => libepoxy_1.5.10.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/libepoxy/{libepoxy_1.5.9.bb => libepoxy_1.5.10.bb} (95%)

diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb
similarity index 95%
rename from meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb
rename to meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb
index b3b26b57fe..d10134568a 100644
--- a/meta/recipes-graphics/libepoxy/libepoxy_1.5.9.bb
+++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=58ef4c80d401e07bd9ee8b6b58cf464b"
 SRC_URI = "git://github.com/anholt/libepoxy;branch=master;protocol=https \
            file://0001-dispatch_common.h-define-also-EGL_NO_X11.patch \
            "
-SRCREV = "ecfa8e0f083084181d36966fa084aca9a6c97d53"
+SRCREV = "c84bc9459357a40e46e2fec0408d04fbdde2c973"
 S = "${WORKDIR}/git"
 
 inherit meson pkgconfig features_check github-releases
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 17/19] rgb: update 1.0.6 -> 1.1.0
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (14 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 16/19] libepoxy: update 1.5.9 -> 1.5.10 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 18/19] meson: update 0.63.3 -> 0.64.0 Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 19/19] systemd: update 251.4 -> 251.8 Alexander Kanavin
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-graphics/xorg-app/{rgb_1.0.6.bb => rgb_1.1.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-app/{rgb_1.0.6.bb => rgb_1.1.0.bb} (76%)

diff --git a/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb b/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb
similarity index 76%
rename from meta/recipes-graphics/xorg-app/rgb_1.0.6.bb
rename to meta/recipes-graphics/xorg-app/rgb_1.1.0.bb
index db287a5b57..f14da7fd21 100644
--- a/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb
+++ b/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb
@@ -10,7 +10,7 @@ DEPENDS += " xorgproto util-macros"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a"
 PE = "1"
 
-SRC_URI[md5sum] = "eab5bbd7642e5c784429307ec210d198"
-SRC_URI[sha256sum] = "bbca7c6aa59939b9f6a0fb9fff15dfd62176420ffd4ae30c8d92a6a125fbe6b0"
+SRC_URI_EXT = "xz"
+SRC_URI[sha256sum] = "fc03d7f56e5b2a617668167f8927948cce54f93097e7ccd9f056077f479ed37b"
 
 FILES:${PN} += "${datadir}/X11"
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 18/19] meson: update 0.63.3 -> 0.64.0
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (15 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 17/19] rgb: update 1.0.6 -> 1.1.0 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  2022-11-10 18:12 ` [PATCH 19/19] systemd: update 251.4 -> 251.8 Alexander Kanavin
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../0001-is_debianlike-always-return-False.patch  | 15 ++++++++-------
 .../meson/{meson_0.63.3.bb => meson_0.64.0.bb}    |  2 +-
 2 files changed, 9 insertions(+), 8 deletions(-)
 rename meta/recipes-devtools/meson/{meson_0.63.3.bb => meson_0.64.0.bb} (98%)

diff --git a/meta/recipes-devtools/meson/meson/0001-is_debianlike-always-return-False.patch b/meta/recipes-devtools/meson/meson/0001-is_debianlike-always-return-False.patch
index 83c4782a61..a9a32e2b7a 100644
--- a/meta/recipes-devtools/meson/meson/0001-is_debianlike-always-return-False.patch
+++ b/meta/recipes-devtools/meson/meson/0001-is_debianlike-always-return-False.patch
@@ -1,4 +1,4 @@
-From 667b9ede638677fb37911306937ea62f05897581 Mon Sep 17 00:00:00 2001
+From 361f51c2c7685491186703e8f26be991ab698edc Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex@linutronix.de>
 Date: Mon, 18 Oct 2021 15:55:59 +0200
 Subject: [PATCH] is_debianlike(): always return False
@@ -7,15 +7,16 @@ Otherwise, host contamination happens.
 
 Upstream-Status: Inappropriate [oe-core specific]
 Signed-off-by: Alexander Kanavin <alex@linutronix.de>
+
 ---
- mesonbuild/mesonlib/universal.py | 2 +-
+ mesonbuild/utils/universal.py | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/mesonbuild/mesonlib/universal.py b/mesonbuild/mesonlib/universal.py
-index d670d04..47d1b52 100644
---- a/mesonbuild/mesonlib/universal.py
-+++ b/mesonbuild/mesonlib/universal.py
-@@ -651,7 +651,7 @@ def is_cygwin() -> bool:
+diff --git a/mesonbuild/utils/universal.py b/mesonbuild/utils/universal.py
+index 570edd6..4119aa5 100644
+--- a/mesonbuild/utils/universal.py
++++ b/mesonbuild/utils/universal.py
+@@ -634,7 +634,7 @@ def is_cygwin() -> bool:
  
  
  def is_debianlike() -> bool:
diff --git a/meta/recipes-devtools/meson/meson_0.63.3.bb b/meta/recipes-devtools/meson/meson_0.64.0.bb
similarity index 98%
rename from meta/recipes-devtools/meson/meson_0.63.3.bb
rename to meta/recipes-devtools/meson/meson_0.64.0.bb
index 9267077422..84c3c84515 100644
--- a/meta/recipes-devtools/meson/meson_0.63.3.bb
+++ b/meta/recipes-devtools/meson/meson_0.64.0.bb
@@ -18,7 +18,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \
            file://0001-is_debianlike-always-return-False.patch \
            file://0001-Check-for-clang-before-guessing-gcc-or-lcc.patch \
            "
-SRC_URI[sha256sum] = "519c0932e1a8b208741f0fdce90aa5c0b528dd297cf337009bf63539846ac056"
+SRC_URI[sha256sum] = "c5e27e091c2a35b9049e152a6535045ebbd057253aeb67856de6ecbb7b917bab"
 
 inherit python_setuptools_build_meta github-releases
 
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH 19/19] systemd: update 251.4 -> 251.8
  2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
                   ` (16 preceding siblings ...)
  2022-11-10 18:12 ` [PATCH 18/19] meson: update 0.63.3 -> 0.64.0 Alexander Kanavin
@ 2022-11-10 18:12 ` Alexander Kanavin
  17 siblings, 0 replies; 20+ messages in thread
From: Alexander Kanavin @ 2022-11-10 18:12 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

This resolves systemd-boot fails with latest meson,
while systemd -> 252 is being prepared.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../systemd/{systemd-boot_251.4.bb => systemd-boot_251.8.bb}    | 0
 meta/recipes-core/systemd/systemd.inc                           | 2 +-
 .../recipes-core/systemd/{systemd_251.4.bb => systemd_251.8.bb} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/systemd/{systemd-boot_251.4.bb => systemd-boot_251.8.bb} (100%)
 rename meta/recipes-core/systemd/{systemd_251.4.bb => systemd_251.8.bb} (100%)

diff --git a/meta/recipes-core/systemd/systemd-boot_251.4.bb b/meta/recipes-core/systemd/systemd-boot_251.8.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-boot_251.4.bb
rename to meta/recipes-core/systemd/systemd-boot_251.8.bb
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
index 71eb93f23a..3bb6b0efe6 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -14,7 +14,7 @@ LICENSE = "GPL-2.0-only & LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
                     file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
 
-SRCREV = "2a674b4b66af1a050a0362b646d2fca90c90112e"
+SRCREV = "ae8b249af4acb055f920134f2ac584c4cbc86e3b"
 SRCBRANCH = "v251-stable"
 SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=https;branch=${SRCBRANCH} \
 "
diff --git a/meta/recipes-core/systemd/systemd_251.4.bb b/meta/recipes-core/systemd/systemd_251.8.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd_251.4.bb
rename to meta/recipes-core/systemd/systemd_251.8.bb
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 20+ messages in thread

* Re: [OE-core] [PATCH 10/19] libxext: update 1.3.4 -> 1.3.5
  2022-11-10 18:12 ` [PATCH 10/19] libxext: update 1.3.4 -> 1.3.5 Alexander Kanavin
@ 2022-11-11 13:42   ` Richard Purdie
  0 siblings, 0 replies; 20+ messages in thread
From: Richard Purdie @ 2022-11-11 13:42 UTC (permalink / raw)
  To: Alexander Kanavin, openembedded-core; +Cc: Alexander Kanavin, Alexandre Belloni

On Thu, 2022-11-10 at 19:12 +0100, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> ---
>  meta/recipes-graphics/xorg-lib/a              | 33 +++++++++++++++++++
>  .../{libxext_1.3.4.bb => libxext_1.3.5.bb}    |  7 ++--
>  2 files changed, 36 insertions(+), 4 deletions(-)
>  create mode 100644 meta/recipes-graphics/xorg-lib/a
>  rename meta/recipes-graphics/xorg-lib/{libxext_1.3.4.bb => libxext_1.3.5.bb} (75%)
> 
> diff --git a/meta/recipes-graphics/xorg-lib/a b/meta/recipes-graphics/xorg-lib/a
> new file mode 100644
> index 0000000000..a5a08000df
> --- /dev/null
> +++ b/meta/recipes-graphics/xorg-lib/a
> @@ -0,0 +1,33 @@
> +libdmx_1.1.4.bb
> +libfontenc_1.1.6.bb
> +libice_1.0.10.bb
> +libpciaccess_0.17.bb
> +libsm_1.2.3.bb
> +libx11_1.8.1.bb
> +libx11-compose-data_1.6.8.bb
> +libxau_1.0.10.bb
> +libxcomposite_0.4.5.bb
> +libxcursor_1.2.1.bb
> +libxdamage_1.1.5.bb
> +libxdmcp_1.1.3.bb
> +libxext_1.3.4.bb
> +libxfixes_6.0.0.bb
> +libxfont_1.5.4.bb
> +libxfont2_2.0.6.bb
> +libxft_2.3.6.bb
> +libxi_1.8.bb
> +libxinerama_1.1.5.bb
> +libxkbfile_1.1.1.bb
> +libxmu_1.1.4.bb
> +libxpm_3.5.13.bb
> +libxrandr_1.5.2.bb
> +libxrender_0.9.11.bb
> +libxres_1.2.1.bb
> +libxscrnsaver_1.2.3.bb
> +libxshmfence_1.3.1.bb
> +libxt_1.2.1.bb
> +libxtst_1.2.4.bb
> +libxv_1.0.11.bb
> +libxvmc_1.0.13.bb
> +libxxf86vm_1.1.5.bb
> +xtrans_1.4.0.bb

What does this do? ;-)

> diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb
> similarity index 75%
> rename from meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb
> rename to meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb
> index a0ba54d184..d4d4119485 100644
> --- a/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb
> +++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.5.bb
> @@ -11,7 +11,7 @@ extensions."
>  require xorg-lib-common.inc
>  
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=879ce266785414bd1cbc3bc2f4d9d7c8"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4234bb3b2f1521ea101e4e9db7c33c69"

License change not mentioned in the commit.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2022-11-11 13:42 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 18:12 [PATCH 01/19] pango: replace a recipe fix with an upstream submitted patch Alexander Kanavin
2022-11-10 18:12 ` [PATCH 02/19] libpciaccess: update 0.16 -> 0.17 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 03/19] libxinerama: update 1.1.4 -> 1.1.5 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 04/19] libxkbfile: update 1.1.0 -> 1.1.1 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 05/19] libxmu: update 1.1.3 -> 1.1.4 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 06/19] libxrender: update 0.9.10 -> 0.9.11 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 07/19] libxshmfence: update 1.3 -> 1.3.1 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 08/19] libxtst: update 1.2.3 -> 1.2.4 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 09/19] libxxf86vm: update 1.1.4 -> 1.1.5 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 10/19] libxext: update 1.3.4 -> 1.3.5 Alexander Kanavin
2022-11-11 13:42   ` [OE-core] " Richard Purdie
2022-11-10 18:12 ` [PATCH 11/19] xcb-util: update to latest revisions Alexander Kanavin
2022-11-10 18:12 ` [PATCH 12/19] xf86-input-vmmouse: update 13.1.0 -> 13.2.0 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 13/19] gnomebase.bbclass: return the whole version for tarball directory if it is a number Alexander Kanavin
2022-11-10 18:12 ` [PATCH 14/19] adwaita-icon-theme: update 42.0 -> 43 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 15/19] libepoxy: convert to git Alexander Kanavin
2022-11-10 18:12 ` [PATCH 16/19] libepoxy: update 1.5.9 -> 1.5.10 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 17/19] rgb: update 1.0.6 -> 1.1.0 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 18/19] meson: update 0.63.3 -> 0.64.0 Alexander Kanavin
2022-11-10 18:12 ` [PATCH 19/19] systemd: update 251.4 -> 251.8 Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.