[ptxdist] [PATCH] host-qemu: map target architecture for mipsel

2023-10-09 Thread Roland Hieber
Originally from DistroKit, see discussion there. Suggested-by: Oleksij Rempel Link: https://lore.distrokit.org/distrokit/20210715144711.p36hgbrm74spx...@pengutronix.de/ Signed-off-by: Roland Hieber --- rules/host-qemu.make | 5 + 1 file changed, 5 insertions(+) diff --git

[ptxdist] [PATCH] util-linux: select missing ncurses dependency for fdisk and sfdisk

2023-10-09 Thread Philipp Zabel
These tools depend on ncurses via the internal tcolors library. Since all fdisks now share the same selected dependencies, consolidate selections under the shared UTIL_LINUX_FDISKS option. Signed-off-by: Philipp Zabel --- rules/util-linux.in | 10 +++--- 1 file changed, 3 insertions(+), 7

[ptxdist] [PATCH] alsa-utils: fix build with(out) aplaymidi

2023-10-09 Thread Philipp Zabel
If alsa-lib is built with ALSA_LIB_SEQ enabled, alsa-utils will always build aplaymidi, and it will try to use a header alsa/ump_msg.h that is only installed with ALSA_LIB_RAWMIDI enabled. Select ALSA_LIB_RAWMIDI to install the missing header when aplaymidi is going to be installed via

[ptxdist] [PATCH] util-linux: let mount select libsmartcols

2023-10-09 Thread Philipp Zabel
The mount command is linked with the internal smartcols library, properly select it. Fixes: 18c9c0f89c41 ("util-linux: switch to meson") Signed-off-by: Philipp Zabel --- rules/util-linux.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/util-linux.in b/rules/util-linux.in index

[ptxdist] [PATCH] image-hdimg: fix building image without bootloader

2023-10-09 Thread Roland Hieber
genimage complains that '@GPT_LOCATION@' is an invalid size suffix because we replace that template variable in the config file only if IMAGE_HDIMG_BAREBOX, IMAGE_HDIMG_GRUB, or IMAGE_HDIMG_VFAT are selected. Fix the use case for IMAGE_HDIMG_NONE too. Fixes: 40a39c7a94d1f8821fab (2023-03-16,

[ptxdist] [ANNOUNCE] PTXdist 2023.10.0 released

2023-10-09 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2023.10.0. I've removed several packages that have spent more than one year in staging. Some are really obsolete. Others were simply unmaintained in PTXdist. There are no big changes. Some cleanup and a bit of documentation. The rest is