breeze-icons-native: Avoid depends on target recipes

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-02 00:44:33 +02:00
parent 860e69b2a3
commit 129774fa59
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
require ${BPN}.inc
inherit gtk-icon-cache
DEPENDS += " \
${BPN}-native \
"

View File

@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = " \
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
"
inherit kde-kf5 gtk-icon-cache
inherit kde-kf5
SRC_URI[sha256sum] = "7b7c232cca879776412e4a5879080ef281d971fe2bb03d9c08ae638e357061b9"
SRC_URI += "file://0001-Force-build-of-Qt-binary-resource-files.patch"