]> git.99rst.org Git - openwrt-packages.git/commit
avahi: define missing DEFAULT_VARIANT and add conflicts
authorMario Andrés Pérez <redacted>
Tue, 18 Nov 2025 13:47:47 +0000 (14:47 +0100)
committerAlexandru Ardelean <redacted>
Sun, 5 Jul 2026 09:01:26 +0000 (12:01 +0300)
commitd6facf284c548fd39efc4b2566ee9925263adce4
tree62de51e2a781efa5f9dad7b6615f579f510b66bd
parentdc11dc66d28c3d5b8fc4552936894b4ce9a2e42f
avahi: define missing DEFAULT_VARIANT and add conflicts
- Add DEFAULT_VARIANT to "avahi-daemon" and "libavahi" virtual packages;
set to "dbus" variant because it is more compatible.
When some package depends on one of these virtual packages an arbitrarily
variant it is selected. This avoids that.

- Add conflicts in order to avoid mixing packages with different variants
(when defining a DEFAULT_VARIANT the conflicts definition should be on
that side of the dependency to avoid recursive dependencies).

- Avoid building unused "dbus" dependency.

Fixes: ASU sysupgrade problem with avahi packages https://forum.openwrt.org/t/luci-attended-sysupgrade-support-thread/230552/137
Fixes: https://github.com/openwrt/packages/commit/9bc03b9d9971c2f1e146f7c2d287d1fc16e776f0
Signed-off-by: Mario Andrés Pérez <redacted>
libs/avahi/Makefile
git clone https://git.99rst.org/PROJECT