blob: 3a7370aefe33c6f885ae1c53915c4e5edeca902a (
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
34
35
36
|
SUMMARY = "The software for AGL IVI DEMO profile"
DESCRIPTION = "A set of packages belong to AGL Demo"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-demo \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
packagegroup-agl-appfw \
homescreen \
udisks \
"
# fonts
TTF_FONTS = " \
ttf-bitstream-vera \
ttf-dejavu-sans \
ttf-dejavu-sans-mono \
ttf-dejavu-serif \
"
RDEPENDS_${PN} += " \
linux-firmware-ath9k \
can-utils \
iproute2 \
python-curses \
dhcp-client \
${TTF_FONTS} \
"
|