diff options
-rw-r--r-- | recipes-qt/meta/meta-toolchain-qt5.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-qt/meta/meta-toolchain-qt5.bb b/recipes-qt/meta/meta-toolchain-qt5.bb new file mode 100644 index 00000000..89911765 --- /dev/null +++ b/recipes-qt/meta/meta-toolchain-qt5.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | SUMMARY = "Meta package for building an installable Qt5 toolchain and SDK" | ||
2 | LICENSE = "MIT" | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ | ||
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
6 | |||
7 | inherit populate_sdk populate_sdk_qt5 | ||