blob: 6118dbf21ade51d132de13bf123a7825d8f8fc93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
SUMMARY = "The software for the AGL Alexa voiceagent feature"
DESCRIPTION = "The software for the AGL Alexa voiceagent feature"
LICENSE = "MIT"
inherit packagegroup
ALLOW_EMPTY_${PN} = "1"
PROVIDES = "${PACKAGES}"
PACKAGES = "\
packagegroup-agl-voiceagent-alexa \
packagegroup-agl-voiceagent-alexa-test \
packagegroup-agl-voiceagent-alexa-devel \
"
RDEPENDS_${PN} = " \
alexa-voiceagent-service \
"
# Empty for now, no test/dbg/coverage widgets
RDEPENDS_${PN}-test = ""
RDEPENDS_${PN}-devel = ""
|