summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2025-04-22 19:57:41 +0200
committerKhem Raj <raj.khem@gmail.com>2025-04-23 19:35:01 -0700
commit456355a044b0e5b0afd871d6f870b27b608dce36 (patch)
treedcf4a5d437ac8cd1219c9acc36c8b52a3429b464 /meta-oe
parentabb02e14dca2c0b4e519b47866d7aceb4bfef993 (diff)
downloadmeta-openembedded-456355a044b0e5b0afd871d6f870b27b608dce36.tar.gz
cups-filters: use 4 spaces for indentation
Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb14
1 files changed, 7 insertions, 7 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.0.bb
index 0886e7061b..2f1a772dde 100644
--- a/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb
+++ b/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb
@@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6d5b952b53dbe7752199903d082e5f07"
6DEPENDS = "libcupsfilters libppd glib-2.0 poppler" 6DEPENDS = "libcupsfilters libppd glib-2.0 poppler"
7 7
8SRC_URI = " \ 8SRC_URI = " \
9 https://github.com/OpenPrinting/${BPN}/releases/download/${PV}/${BP}.tar.xz \ 9 https://github.com/OpenPrinting/${BPN}/releases/download/${PV}/${BP}.tar.xz \
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"
13SRC_URI[sha256sum] = "b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8" 13SRC_URI[sha256sum] = "b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8"
14 14
@@ -17,10 +17,10 @@ UPSTREAM_CHECK_URI = "https://github.com/OpenPrinting/cups-filters/releases"
17inherit autotools gettext pkgconfig github-releases 17inherit autotools gettext pkgconfig github-releases
18 18
19EXTRA_OECONF += " \ 19EXTRA_OECONF += " \
20 --enable-imagefilters \ 20 --enable-imagefilters \
21 --enable-ghostscript --with-gs-path=${bindir}/gs \ 21 --enable-ghostscript --with-gs-path=${bindir}/gs \
22 --with-fontdir=${datadir}/fonts \ 22 --with-fontdir=${datadir}/fonts \
23 --localstatedir=${localstatedir} \ 23 --localstatedir=${localstatedir} \
24" 24"
25 25
26PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" 26PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"