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:
Vyacheslav Yurkov
2022-02-24 13:05:29 +01:00
committed by Volker Krause
parent d65647f72b
commit def2f575f8

View File

@@ -14,6 +14,8 @@ inherit reuse_license_checksums
CLEANBROKEN = "1"
RDEPENDS:${PN}-dev = ""
FILES:${PN}-dev += " ${datadir}/ECM"
BBCLASSEXTEND = "native nativesdk"