* [Buildroot] [PATCH/next 1/4] package/matchbox-lib: bump version to 1.14
@ 2025-12-05 19:00 Bernd Kuhls
2025-12-05 19:00 ` [Buildroot] [PATCH/next 2/4] package/matchbox-fakekey: switch to gz tarball Bernd Kuhls
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Bernd Kuhls @ 2025-12-05 19:00 UTC (permalink / raw)
To: buildroot
Changelog: https://git.yoctoproject.org/libmatchbox/log/?h=1.14
Switched _SOURCE to .gz, upstream does not provide bz2 tarballs anymore.
Updated license hash due to upstream commit:
https://git.yoctoproject.org/libmatchbox/commit/COPYING?h=1.14&id=bd46fea025212dac5e2a218a41f971d4cba92b76
Fixes:
https://autobuild.buildroot.net/results/66a/66ac5ae4b1cd053122ccebad9f61af02fa5fe7f6/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/matchbox-lib/matchbox-lib.hash | 4 ++--
package/matchbox-lib/matchbox-lib.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/matchbox-lib/matchbox-lib.hash b/package/matchbox-lib/matchbox-lib.hash
index 8144c10258..7c2d972440 100644
--- a/package/matchbox-lib/matchbox-lib.hash
+++ b/package/matchbox-lib/matchbox-lib.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 5c7795e46c24d848a2b960f3b994911165d95e5d5731e39105ee0d808d2373eb libmatchbox-1.12.tar.bz2
-sha256 a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7 COPYING
+sha256 2d0c3e827acb8f95e801168d6f7fa03497e06ff60cbfe0b8ae7c5e740295c6ac libmatchbox-1.14.tar.gz
+sha256 8e470c16b6bc23f275c22fec5ed56ca8dceca9d34c87d76d5a0c1295553f15d1 COPYING
diff --git a/package/matchbox-lib/matchbox-lib.mk b/package/matchbox-lib/matchbox-lib.mk
index 00ca4a0d15..097678c028 100644
--- a/package/matchbox-lib/matchbox-lib.mk
+++ b/package/matchbox-lib/matchbox-lib.mk
@@ -4,8 +4,8 @@
#
################################################################################
-MATCHBOX_LIB_VERSION = 1.12
-MATCHBOX_LIB_SOURCE = libmatchbox-$(MATCHBOX_LIB_VERSION).tar.bz2
+MATCHBOX_LIB_VERSION = 1.14
+MATCHBOX_LIB_SOURCE = libmatchbox-$(MATCHBOX_LIB_VERSION).tar.gz
MATCHBOX_LIB_SITE = http://git.yoctoproject.org/cgit/cgit.cgi/libmatchbox/snapshot
MATCHBOX_LIB_LICENSE = LGPL-2.1+
MATCHBOX_LIB_LICENSE_FILES = COPYING
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH/next 2/4] package/matchbox-fakekey: switch to gz tarball
2025-12-05 19:00 [Buildroot] [PATCH/next 1/4] package/matchbox-lib: bump version to 1.14 Bernd Kuhls
@ 2025-12-05 19:00 ` Bernd Kuhls
2026-01-07 17:48 ` Arnout Vandecappelle via buildroot
2025-12-05 19:00 ` [Buildroot] [PATCH/next 3/4] package/matchbox-keyboard: " Bernd Kuhls
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Bernd Kuhls @ 2025-12-05 19:00 UTC (permalink / raw)
To: buildroot
Switched _SOURCE to .gz, upstream does not provide bz2 tarballs anymore.
No autobuild errors recorded due to previous download error with
matchbox-lib.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/matchbox-fakekey/matchbox-fakekey.hash | 2 +-
package/matchbox-fakekey/matchbox-fakekey.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/matchbox-fakekey/matchbox-fakekey.hash b/package/matchbox-fakekey/matchbox-fakekey.hash
index 3627b13913..03fcfef6d3 100644
--- a/package/matchbox-fakekey/matchbox-fakekey.hash
+++ b/package/matchbox-fakekey/matchbox-fakekey.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 4e2fdc9bc20df469d53885c40e104122140131e06d4c184902070ec0b0f2ca9f libfakekey-0.3.tar.bz2
+sha256 d282fa6481a5b85f71e36e8bad4cfa938cc8eaac4c42ffa27f9203ac634813f4 libfakekey-0.3.tar.gz
sha256 3271662131760e9b30dd92495a0ea0b598fc457798cc67948947365299dd607d src/libfakekey.c
diff --git a/package/matchbox-fakekey/matchbox-fakekey.mk b/package/matchbox-fakekey/matchbox-fakekey.mk
index 99921ef8e7..4f32cd9378 100644
--- a/package/matchbox-fakekey/matchbox-fakekey.mk
+++ b/package/matchbox-fakekey/matchbox-fakekey.mk
@@ -5,7 +5,7 @@
################################################################################
MATCHBOX_FAKEKEY_VERSION = 0.3
-MATCHBOX_FAKEKEY_SOURCE = libfakekey-$(MATCHBOX_FAKEKEY_VERSION).tar.bz2
+MATCHBOX_FAKEKEY_SOURCE = libfakekey-$(MATCHBOX_FAKEKEY_VERSION).tar.gz
MATCHBOX_FAKEKEY_SITE = \
http://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/snapshot
MATCHBOX_FAKEKEY_LICENSE = GPL-2.0+
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH/next 3/4] package/matchbox-keyboard: switch to gz tarball
2025-12-05 19:00 [Buildroot] [PATCH/next 1/4] package/matchbox-lib: bump version to 1.14 Bernd Kuhls
2025-12-05 19:00 ` [Buildroot] [PATCH/next 2/4] package/matchbox-fakekey: switch to gz tarball Bernd Kuhls
@ 2025-12-05 19:00 ` Bernd Kuhls
2026-01-07 17:48 ` Arnout Vandecappelle via buildroot
2025-12-05 19:00 ` [Buildroot] [PATCH/next 4/4] package/matchbox-panel: fix build Bernd Kuhls
2025-12-27 23:17 ` [Buildroot] [PATCH/next 1/4] package/matchbox-lib: bump version to 1.14 Thomas Petazzoni via buildroot
3 siblings, 1 reply; 8+ messages in thread
From: Bernd Kuhls @ 2025-12-05 19:00 UTC (permalink / raw)
To: buildroot
Switched _SOURCE to .gz, upstream does not provide bz2 tarballs anymore.
No autobuild errors recorded due to previous download error with
matchbox-lib.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/matchbox-keyboard/matchbox-keyboard.hash | 2 +-
package/matchbox-keyboard/matchbox-keyboard.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/matchbox-keyboard/matchbox-keyboard.hash b/package/matchbox-keyboard/matchbox-keyboard.hash
index 43ace650a4..1cc657edc4 100644
--- a/package/matchbox-keyboard/matchbox-keyboard.hash
+++ b/package/matchbox-keyboard/matchbox-keyboard.hash
@@ -1,4 +1,4 @@
# Locally computed
-sha256 44fc6dc6075090d6f8e43f8667cf8a85bed59b7221a5ee81843454c66e352790 matchbox-keyboard-0.1.1.tar.bz2
+sha256 dd3e9494a9499a3bf3017c8c1e6572a4e91deb20e219717db17c0977750b8bcb matchbox-keyboard-0.1.1.tar.gz
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
sha256 bba6fd8976fa5c669ddc1378a3d8d49a74263d4d39efb9a90cefb3583a813ecc applet/applet.c
diff --git a/package/matchbox-keyboard/matchbox-keyboard.mk b/package/matchbox-keyboard/matchbox-keyboard.mk
index a1e3c61543..5d54a0005b 100644
--- a/package/matchbox-keyboard/matchbox-keyboard.mk
+++ b/package/matchbox-keyboard/matchbox-keyboard.mk
@@ -5,7 +5,7 @@
################################################################################
MATCHBOX_KEYBOARD_VERSION = 0.1.1
-MATCHBOX_KEYBOARD_SOURCE = matchbox-keyboard-$(MATCHBOX_KEYBOARD_VERSION).tar.bz2
+MATCHBOX_KEYBOARD_SOURCE = matchbox-keyboard-$(MATCHBOX_KEYBOARD_VERSION).tar.gz
MATCHBOX_KEYBOARD_SITE = \
http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/snapshot
MATCHBOX_KEYBOARD_LICENSE = LGPL-2.1, GPL-2.0+ (applet.c)
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH/next 4/4] package/matchbox-panel: fix build
2025-12-05 19:00 [Buildroot] [PATCH/next 1/4] package/matchbox-lib: bump version to 1.14 Bernd Kuhls
2025-12-05 19:00 ` [Buildroot] [PATCH/next 2/4] package/matchbox-fakekey: switch to gz tarball Bernd Kuhls
2025-12-05 19:00 ` [Buildroot] [PATCH/next 3/4] package/matchbox-keyboard: " Bernd Kuhls
@ 2025-12-05 19:00 ` Bernd Kuhls
2026-01-07 17:48 ` Arnout Vandecappelle via buildroot
2025-12-27 23:17 ` [Buildroot] [PATCH/next 1/4] package/matchbox-lib: bump version to 1.14 Thomas Petazzoni via buildroot
3 siblings, 1 reply; 8+ messages in thread
From: Bernd Kuhls @ 2025-12-05 19:00 UTC (permalink / raw)
To: buildroot
No autobuild errors recorded due to download errors with dependencies.
Patch not sent anymore, original project has no updates since 2010:
https://git.yoctoproject.org/matchbox-panel
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/matchbox-panel/0004-fix-build.patch | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 package/matchbox-panel/0004-fix-build.patch
diff --git a/package/matchbox-panel/0004-fix-build.patch b/package/matchbox-panel/0004-fix-build.patch
new file mode 100644
index 0000000000..01e0c092f4
--- /dev/null
+++ b/package/matchbox-panel/0004-fix-build.patch
@@ -0,0 +1,15 @@
+Description: fix FTBFS with stricter GCC flags
+
+Upstream: https://sources.debian.org/src/matchbox-panel/0.9.3%2Bgit20100816-2/debian/patches/fix-build
+
+Index: matchbox-panel-0.9.3+git20100816/src/msg.h
+===================================================================
+--- matchbox-panel-0.9.3+git20100816.orig/src/msg.h 2020-06-16 16:04:57.000000000 +0100
++++ matchbox-panel-0.9.3+git20100816/src/msg.h 2024-08-09 11:22:54.986036009 +0100
+@@ -17,5 +17,6 @@
+ void msg_handle_events(MBPanel *d, XEvent *e);
+ void msg_handle_timeouts(MBPanel *d);
+ void msg_cancel(MBPanel *d, XClientMessageEvent *e);
++Bool msg_set_timeout (MBPanel *d, struct timeval *tv, struct timeval **tvp);
+
+ #endif
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [Buildroot] [PATCH/next 1/4] package/matchbox-lib: bump version to 1.14
2025-12-05 19:00 [Buildroot] [PATCH/next 1/4] package/matchbox-lib: bump version to 1.14 Bernd Kuhls
` (2 preceding siblings ...)
2025-12-05 19:00 ` [Buildroot] [PATCH/next 4/4] package/matchbox-panel: fix build Bernd Kuhls
@ 2025-12-27 23:17 ` Thomas Petazzoni via buildroot
3 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-12-27 23:17 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
Hello Bernd,
On Fri, 5 Dec 2025 20:00:31 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:
> Changelog: https://git.yoctoproject.org/libmatchbox/log/?h=1.14
>
> Switched _SOURCE to .gz, upstream does not provide bz2 tarballs anymore.
>
> Updated license hash due to upstream commit:
> https://git.yoctoproject.org/libmatchbox/commit/COPYING?h=1.14&id=bd46fea025212dac5e2a218a41f971d4cba92b76
>
> Fixes:
> https://autobuild.buildroot.net/results/66a/66ac5ae4b1cd053122ccebad9f61af02fa5fe7f6/
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
I'm afraid your patch series again is not properly organized. You
continue to mix version bumps with build fixes. This is not good at
all, as it prevents our LTS maintainers from doing their job. Please
stop doing this, and provide fixes *then* bumps.
So I've changed this series to:
- Fix all 3 packages to use a .gz tarball (the issue exists in 2025.02)
- Fix the build issues, including some more that I discovered
- Bump matchbox-lib to 1.14
Could you please try to remember about this policy of providing fixes
separately from bumps?
Of course an exception is when the problem doesn't exist in a
maintained stable branch, in that case it's fine to provide a bump as a
fix.
Thanks for your contribution!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Buildroot] [PATCH/next 2/4] package/matchbox-fakekey: switch to gz tarball
2025-12-05 19:00 ` [Buildroot] [PATCH/next 2/4] package/matchbox-fakekey: switch to gz tarball Bernd Kuhls
@ 2026-01-07 17:48 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 8+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:48 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Switched _SOURCE to .gz, upstream does not provide bz2 tarballs anymore.
>
> No autobuild errors recorded due to previous download error with
> matchbox-lib.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/matchbox-fakekey/matchbox-fakekey.hash | 2 +-
> package/matchbox-fakekey/matchbox-fakekey.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/matchbox-fakekey/matchbox-fakekey.hash b/package/matchbox-fakekey/matchbox-fakekey.hash
> index 3627b13913..03fcfef6d3 100644
> --- a/package/matchbox-fakekey/matchbox-fakekey.hash
> +++ b/package/matchbox-fakekey/matchbox-fakekey.hash
> @@ -1,3 +1,3 @@
> # Locally computed
> -sha256 4e2fdc9bc20df469d53885c40e104122140131e06d4c184902070ec0b0f2ca9f libfakekey-0.3.tar.bz2
> +sha256 d282fa6481a5b85f71e36e8bad4cfa938cc8eaac4c42ffa27f9203ac634813f4 libfakekey-0.3.tar.gz
> sha256 3271662131760e9b30dd92495a0ea0b598fc457798cc67948947365299dd607d src/libfakekey.c
> diff --git a/package/matchbox-fakekey/matchbox-fakekey.mk b/package/matchbox-fakekey/matchbox-fakekey.mk
> index 99921ef8e7..4f32cd9378 100644
> --- a/package/matchbox-fakekey/matchbox-fakekey.mk
> +++ b/package/matchbox-fakekey/matchbox-fakekey.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> MATCHBOX_FAKEKEY_VERSION = 0.3
> -MATCHBOX_FAKEKEY_SOURCE = libfakekey-$(MATCHBOX_FAKEKEY_VERSION).tar.bz2
> +MATCHBOX_FAKEKEY_SOURCE = libfakekey-$(MATCHBOX_FAKEKEY_VERSION).tar.gz
> MATCHBOX_FAKEKEY_SITE = \
> http://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/snapshot
> MATCHBOX_FAKEKEY_LICENSE = GPL-2.0+
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Buildroot] [PATCH/next 3/4] package/matchbox-keyboard: switch to gz tarball
2025-12-05 19:00 ` [Buildroot] [PATCH/next 3/4] package/matchbox-keyboard: " Bernd Kuhls
@ 2026-01-07 17:48 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 8+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:48 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Switched _SOURCE to .gz, upstream does not provide bz2 tarballs anymore.
>
> No autobuild errors recorded due to previous download error with
> matchbox-lib.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/matchbox-keyboard/matchbox-keyboard.hash | 2 +-
> package/matchbox-keyboard/matchbox-keyboard.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/matchbox-keyboard/matchbox-keyboard.hash b/package/matchbox-keyboard/matchbox-keyboard.hash
> index 43ace650a4..1cc657edc4 100644
> --- a/package/matchbox-keyboard/matchbox-keyboard.hash
> +++ b/package/matchbox-keyboard/matchbox-keyboard.hash
> @@ -1,4 +1,4 @@
> # Locally computed
> -sha256 44fc6dc6075090d6f8e43f8667cf8a85bed59b7221a5ee81843454c66e352790 matchbox-keyboard-0.1.1.tar.bz2
> +sha256 dd3e9494a9499a3bf3017c8c1e6572a4e91deb20e219717db17c0977750b8bcb matchbox-keyboard-0.1.1.tar.gz
> sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
> sha256 bba6fd8976fa5c669ddc1378a3d8d49a74263d4d39efb9a90cefb3583a813ecc applet/applet.c
> diff --git a/package/matchbox-keyboard/matchbox-keyboard.mk b/package/matchbox-keyboard/matchbox-keyboard.mk
> index a1e3c61543..5d54a0005b 100644
> --- a/package/matchbox-keyboard/matchbox-keyboard.mk
> +++ b/package/matchbox-keyboard/matchbox-keyboard.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> MATCHBOX_KEYBOARD_VERSION = 0.1.1
> -MATCHBOX_KEYBOARD_SOURCE = matchbox-keyboard-$(MATCHBOX_KEYBOARD_VERSION).tar.bz2
> +MATCHBOX_KEYBOARD_SOURCE = matchbox-keyboard-$(MATCHBOX_KEYBOARD_VERSION).tar.gz
> MATCHBOX_KEYBOARD_SITE = \
> http://git.yoctoproject.org/cgit/cgit.cgi/matchbox-keyboard/snapshot
> MATCHBOX_KEYBOARD_LICENSE = LGPL-2.1, GPL-2.0+ (applet.c)
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Buildroot] [PATCH/next 4/4] package/matchbox-panel: fix build
2025-12-05 19:00 ` [Buildroot] [PATCH/next 4/4] package/matchbox-panel: fix build Bernd Kuhls
@ 2026-01-07 17:48 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 8+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-07 17:48 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> No autobuild errors recorded due to download errors with dependencies.
>
> Patch not sent anymore, original project has no updates since 2010:
> https://git.yoctoproject.org/matchbox-panel
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x and 2025.11.x. Thanks
> ---
> package/matchbox-panel/0004-fix-build.patch | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
> create mode 100644 package/matchbox-panel/0004-fix-build.patch
>
> diff --git a/package/matchbox-panel/0004-fix-build.patch b/package/matchbox-panel/0004-fix-build.patch
> new file mode 100644
> index 0000000000..01e0c092f4
> --- /dev/null
> +++ b/package/matchbox-panel/0004-fix-build.patch
> @@ -0,0 +1,15 @@
> +Description: fix FTBFS with stricter GCC flags
> +
> +Upstream: https://sources.debian.org/src/matchbox-panel/0.9.3%2Bgit20100816-2/debian/patches/fix-build
> +
> +Index: matchbox-panel-0.9.3+git20100816/src/msg.h
> +===================================================================
> +--- matchbox-panel-0.9.3+git20100816.orig/src/msg.h 2020-06-16 16:04:57.000000000 +0100
> ++++ matchbox-panel-0.9.3+git20100816/src/msg.h 2024-08-09 11:22:54.986036009 +0100
> +@@ -17,5 +17,6 @@
> + void msg_handle_events(MBPanel *d, XEvent *e);
> + void msg_handle_timeouts(MBPanel *d);
> + void msg_cancel(MBPanel *d, XClientMessageEvent *e);
> ++Bool msg_set_timeout (MBPanel *d, struct timeval *tv, struct timeval **tvp);
> +
> + #endif
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2026-01-07 17:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-05 19:00 [Buildroot] [PATCH/next 1/4] package/matchbox-lib: bump version to 1.14 Bernd Kuhls
2025-12-05 19:00 ` [Buildroot] [PATCH/next 2/4] package/matchbox-fakekey: switch to gz tarball Bernd Kuhls
2026-01-07 17:48 ` Arnout Vandecappelle via buildroot
2025-12-05 19:00 ` [Buildroot] [PATCH/next 3/4] package/matchbox-keyboard: " Bernd Kuhls
2026-01-07 17:48 ` Arnout Vandecappelle via buildroot
2025-12-05 19:00 ` [Buildroot] [PATCH/next 4/4] package/matchbox-panel: fix build Bernd Kuhls
2026-01-07 17:48 ` Arnout Vandecappelle via buildroot
2025-12-27 23:17 ` [Buildroot] [PATCH/next 1/4] package/matchbox-lib: bump version to 1.14 Thomas Petazzoni via buildroot
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.