diff --git a/classes/kde-base.bbclass b/classes/kde-base.bbclass index 9d898c57..52f6c444 100644 --- a/classes/kde-base.bbclass +++ b/classes/kde-base.bbclass @@ -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" diff --git a/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb b/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb index d713f39d..d02ce9f0 100644 --- a/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb +++ b/recipes-misc/recipes-hardhelper/qtiohelper/qtiohelper_git.bb @@ -12,4 +12,4 @@ DEPENDS += "qtbase qtserialport" PV = "0.4.0+git${SRCPV}" SRCREV = "5c28d4765ce7de57702f4f529fed7da80b82e8d8" -S="${WORKDIR}/git" +S = "${WORKDIR}/git"