recipes: Fix variable assignment whitespace

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Richard Purdie
2025-03-19 13:07:48 -07:00
committed by Khem Raj
parent 42727bb3c0
commit eac1f5b9c0
86 changed files with 96 additions and 96 deletions
@@ -7,7 +7,7 @@ DEPENDS = "cups polkit glib-2.0"
inherit meson pkgconfig gettext features_check
REQUIRED_DISTRO_FEATURES ="polkit"
REQUIRED_DISTRO_FEATURES = "polkit"
SRC_URI = " \
https://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-${PV}.tar.xz \
@@ -20,7 +20,7 @@ EXTRA_OECMAKE = ' \
LDFLAGS:append:mipsarch = " -latomic"
LDFLAGS:append:riscv32 = " -latomic"
S="${WORKDIR}/git"
S = "${WORKDIR}/git"
PACKAGECONFIG ?= "gnutls"
PACKAGECONFIG[gnutls] = "-DREQUIRE_CRYPTO_GNUTLS=ON,-DREQUIRE_CRYPTO_OPENSSL=ON"