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:
committed by
Andreas Müller
parent
6624c74a9c
commit
9942ddcb1a
@@ -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"
|
||||
|
||||
|
||||
@@ -12,4 +12,4 @@ DEPENDS += "qtbase qtserialport"
|
||||
PV = "0.4.0+git${SRCPV}"
|
||||
SRCREV = "5c28d4765ce7de57702f4f529fed7da80b82e8d8"
|
||||
|
||||
S="${WORKDIR}/git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user