Files
openwrt/include
Felix Fietkau e7530a287a build: fix apk_package_files wildcard for packages without ABI version
The wildcard combined an apk_package_files pattern of $(pkg)-*.apk with a
gen_package_wildcard that ends in [^a-z]*, so the full glob required two
dashes. Files for packages without an ABI version (e.g. ubbf-0~....apk)
only contain one dash and never matched, so ipkg-remove was never called
on them and stale .apk files accumulated in the bin directory.

Drop the explicit dash from apk_package_files. The [^a-z] in
gen_package_wildcard already serves as the dash matcher, and
scripts/ipkg-remove filters precisely by reading apk metadata.

Fixes: 642d568b0f ("build: fix ipkg-remove: add support for removing apk files")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2026-05-22 14:54:34 +02:00
..
2026-02-17 01:29:57 +01:00
2026-02-13 15:40:13 +01:00
2024-12-02 19:30:22 +00:00
2026-01-21 22:42:20 +01:00
2022-11-27 00:52:06 +01:00
2026-05-17 12:21:08 +02:00
2025-10-20 00:55:06 +02:00
2025-11-27 20:26:37 +01:00
2026-02-13 15:40:13 +01:00
2026-01-02 18:07:02 +01:00
2021-10-24 18:20:50 +02:00