mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-18 05:01:56 +02:00
Allow easy inclusion of host packages for the Qt5 standalone SDK or external toolchain. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
15 lines
331 B
BlitzBasic
15 lines
331 B
BlitzBasic
# Copyright (C) 2014 O.S. Systems Software LTDA.
|
|
|
|
SUMMARY = "Host packages for the Qt5 standalone SDK or external toolchain"
|
|
LICENSE = "MIT"
|
|
|
|
inherit nativesdk packagegroup
|
|
|
|
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
|
|
|
RDEPENDS_${PN} += " \
|
|
nativesdk-packagegroup-sdk-host \
|
|
nativesdk-qttools \
|
|
nativesdk-qtbase-tools \
|
|
"
|