common: lack of whitespace around the assignment

Fixed these warning for Yocto (@master)

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
This commit is contained in:
Jan Vermaete
2025-05-01 13:29:27 +02:00
committed by Andreas Müller
parent 6624c74a9c
commit 9942ddcb1a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
DEPENDS:prepend:class-nativesdk = "nativesdk-qtbase "
DEPENDS:prepend:class-target = "qtbase "
# Do not pin hard for extra-cmake-modules itself
DEPENDS+= "extra-cmake-modules-native "
DEPENDS += "extra-cmake-modules-native "
KDE_MIRROR = "http://download.kde.org"

View File

@@ -12,4 +12,4 @@ DEPENDS += "qtbase qtserialport"
PV = "0.4.0+git${SRCPV}"
SRCREV = "5c28d4765ce7de57702f4f529fed7da80b82e8d8"
S="${WORKDIR}/git"
S = "${WORKDIR}/git"