diff options
-rw-r--r-- | meta-oe/recipes-printing/cups/cups-filters_2.0.1.bb (renamed from meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb b/meta-oe/recipes-printing/cups/cups-filters_2.0.1.bb index 2f1a772dde..e488bd3039 100644 --- a/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb +++ b/meta-oe/recipes-printing/cups/cups-filters_2.0.1.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = " \ | |||
10 | file://fix-make-race.patch \ | 10 | file://fix-make-race.patch \ |
11 | file://0001-Fix-build-failure-with-GCC-15-and-std-c23.patch \ | 11 | file://0001-Fix-build-failure-with-GCC-15-and-std-c23.patch \ |
12 | " | 12 | " |
13 | SRC_URI[sha256sum] = "b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8" | 13 | SRC_URI[sha256sum] = "39e71de3ce06762b342749f1dc7cba6817738f7bf4d322c1bb9ab10b8569ab80" |
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "https://github.com/OpenPrinting/cups-filters/releases" | 15 | UPSTREAM_CHECK_URI = "https://github.com/OpenPrinting/cups-filters/releases" |
16 | 16 | ||
@@ -23,9 +23,6 @@ EXTRA_OECONF += " \ | |||
23 | --localstatedir=${localstatedir} \ | 23 | --localstatedir=${localstatedir} \ |
24 | " | 24 | " |
25 | 25 | ||
26 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" | ||
27 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" | ||
28 | |||
29 | FILES:${PN} += "${datadir}" | 26 | FILES:${PN} += "${datadir}" |
30 | FILES:${PN}-dev += "${datadir}/ppdc" | 27 | FILES:${PN}-dev += "${datadir}/ppdc" |
31 | 28 | ||