mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
abb02e14dc
commit
456355a044
|
|
@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6d5b952b53dbe7752199903d082e5f07"
|
|||
DEPENDS = "libcupsfilters libppd glib-2.0 poppler"
|
||||
|
||||
SRC_URI = " \
|
||||
https://github.com/OpenPrinting/${BPN}/releases/download/${PV}/${BP}.tar.xz \
|
||||
file://fix-make-race.patch \
|
||||
file://0001-Fix-build-failure-with-GCC-15-and-std-c23.patch \
|
||||
https://github.com/OpenPrinting/${BPN}/releases/download/${PV}/${BP}.tar.xz \
|
||||
file://fix-make-race.patch \
|
||||
file://0001-Fix-build-failure-with-GCC-15-and-std-c23.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8"
|
||||
|
||||
|
|
@ -17,10 +17,10 @@ UPSTREAM_CHECK_URI = "https://github.com/OpenPrinting/cups-filters/releases"
|
|||
inherit autotools gettext pkgconfig github-releases
|
||||
|
||||
EXTRA_OECONF += " \
|
||||
--enable-imagefilters \
|
||||
--enable-ghostscript --with-gs-path=${bindir}/gs \
|
||||
--with-fontdir=${datadir}/fonts \
|
||||
--localstatedir=${localstatedir} \
|
||||
--enable-imagefilters \
|
||||
--enable-ghostscript --with-gs-path=${bindir}/gs \
|
||||
--with-fontdir=${datadir}/fonts \
|
||||
--localstatedir=${localstatedir} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user