mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-13 18:49:34 +02:00
extra-cmake-modules: fix SDK build
Since the recipe does not produce a package, a run-time dependency should be removed, otherwise SDK build produces the error as follows: The following packages have unmet dependencies: extra-cmake-modules-dev : Depends: extra-cmake-modules (= 5.88.0-r0) but it is not installable Signed-off-by: Vyacheslav Yurkov <v.yurkov@precitec.de>
This commit is contained in:
committed by
Volker Krause
parent
d65647f72b
commit
def2f575f8
@@ -14,6 +14,8 @@ inherit reuse_license_checksums
|
|||||||
|
|
||||||
CLEANBROKEN = "1"
|
CLEANBROKEN = "1"
|
||||||
|
|
||||||
|
RDEPENDS:${PN}-dev = ""
|
||||||
|
|
||||||
FILES:${PN}-dev += " ${datadir}/ECM"
|
FILES:${PN}-dev += " ${datadir}/ECM"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user