blob: 7c195459802564468a8d7358d9487f5acf23a7fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
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 \
qtquick1-examples \
qtscript-examples \
qtsensors-examples \
qtsvg-examples \
qtsystems-examples \
qttools-examples \
qtwayland-examples \
qtxmlpatterns-examples \
qtquick1-examples \
qtwebkit-examples-examples \
"
|