cups-filters: upgrade 2.0.0 -> 2.0.1

This version drops support for Avahi.

Changelog: https://github.com/OpenPrinting/cups-filters/releases/tag/2.0.1

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jason Schonberg 2025-10-13 01:02:18 -04:00 committed by Khem Raj
parent d095742503
commit 4fdeb6375e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -10,7 +10,7 @@ SRC_URI = " \
file://fix-make-race.patch \
file://0001-Fix-build-failure-with-GCC-15-and-std-c23.patch \
"
SRC_URI[sha256sum] = "b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8"
SRC_URI[sha256sum] = "39e71de3ce06762b342749f1dc7cba6817738f7bf4d322c1bb9ab10b8569ab80"
UPSTREAM_CHECK_URI = "https://github.com/OpenPrinting/cups-filters/releases"
@ -23,9 +23,6 @@ EXTRA_OECONF += " \
--localstatedir=${localstatedir} \
"
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
FILES:${PN} += "${datadir}"
FILES:${PN}-dev += "${datadir}/ppdc"