diff options
| author | Marc Reilly <marc@cpdesign.com.au> | 2019-10-14 10:42:38 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-01-13 13:58:53 +0100 |
| commit | 47399df989db21bbc628db6c23c82290d4d82fa5 (patch) | |
| tree | 29b74f7484e693cc36f13b3ee200eba2828ca24c | |
| parent | 1b8e557011fffd0446e5f660d1b317c664a7cf08 (diff) | |
| download | meta-qt5-47399df989db21bbc628db6c23c82290d4d82fa5.tar.gz | |
nativesdk-packagegroup: fix cmake builds using sdk
The cmake toolchain init files are packaged into nativesdk-qtbase-dev.
Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
| -rw-r--r-- | recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb b/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb index e92cb9d4..facd2763 100644 --- a/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb +++ b/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb | |||
| @@ -11,5 +11,6 @@ RDEPENDS_${PN} += " \ | |||
| 11 | nativesdk-packagegroup-sdk-host \ | 11 | nativesdk-packagegroup-sdk-host \ |
| 12 | nativesdk-qttools-tools \ | 12 | nativesdk-qttools-tools \ |
| 13 | nativesdk-qtbase \ | 13 | nativesdk-qtbase \ |
| 14 | nativesdk-qtbase-dev \ | ||
| 14 | nativesdk-perl-modules \ | 15 | nativesdk-perl-modules \ |
| 15 | " | 16 | " |
