kde-base.bbclass: set dependencies target agnostic

Further fix for [1]

[1] https://github.com/Freescale/meta-freescale/issues/798

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-06-01 09:03:22 +02:00
parent 28211a8934
commit 294434a164

View File

@@ -1,4 +1,7 @@
DEPENDS += "qtbase extra-cmake-modules-native"
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 "
KDE_MIRROR = "http://download.kde.org"