summaryrefslogtreecommitdiffstats
path: root/LICENSE
AgeCommit message (Expand)AuthorFilesLines
2020-04-01Use top-level LICENSE files for each repoJan-Simon Moeller1-0/+20
a> 20 21 22 23 24 25 26 27 28
SUMMARY = "The examples to test Qt5 on AGL Demo Platform"
DESCRIPTION = "A set of packages which contains Qt5 examples"

LICENSE = "MIT"

PR="r0"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-demo-qt-examples \
    "

ALLOW_EMPTY_${PN} = "1"

RDEPENDS_${PN} += "\
    qt3d-examples \
    qtbase-examples \
    qtconnectivity-examples \
    qtdeclarative-examples \
    qtlocation-examples \
    qtmultimedia-examples \
    qtsensors-examples \
    qtsystems-examples \
    qttools-examples \
    qtwayland-examples \
    qtxmlpatterns-examples \
    "