[ptxdist] [PATCH 0/3] poke: Add new package

2023-10-09 Thread Alexander Dahl
Hei hei, for debugging an issue with monit [1] I put GNU poke [2] on my target. Maybe this is helpful for others, too?! Patch series includes GNU poke, a library which poke depends on, and another library which the first library depends on … ;-) Greets Alex [1] https://bitbucket.org/tildeslash

[ptxdist] [PATCH 2/3] bdwgc: Add new package

2023-10-09 Thread Alexander Dahl
Dependency for the upcoming GNU poke. Pinning down the configure options was rather guesswork than informed decision, basically trying to pin the defaults which would have been set anyways. Signed-off-by: Alexander Dahl --- rules/bdwgc.in | 11 +++ rules/bdwgc.make | 85 ++

[ptxdist] [PATCH 3/3] poke: Add new package

2023-10-09 Thread Alexander Dahl
Link: https://jemarch.net/poke Signed-off-by: Alexander Dahl --- rules/poke.in | 17 rules/poke.make | 71 + 2 files changed, 88 insertions(+) create mode 100644 rules/poke.in create mode 100644 rules/poke.make diff --git a/rules/p

[ptxdist] [PATCH 1/3] libatomic_ops: Add new package

2023-10-09 Thread Alexander Dahl
Dependency for the upcoming bdwgc. Signed-off-by: Alexander Dahl --- rules/libatomic_ops.in | 11 ++ rules/libatomic_ops.make | 75 2 files changed, 86 insertions(+) create mode 100644 rules/libatomic_ops.in create mode 100644 rules/libatomic_ops.

[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 a/rules/host-qem

[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 de

[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 ALSA_UTILS_M

[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 a53075

[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, "imag

[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 m