blob: 5f38e7efa95038415868cddd0001925e1332ce63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SUMMARY = "The software for the AGL Alexa voiceagent feature"
DESCRIPTION = "The software for the AGL Alexa voiceagent feature"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-voiceagent-alexa \
"
RDEPENDS_${PN} += " \
alexa-voiceagent-service \
${@bb.utils.contains("DISTRO_FEATURES", "agl-demo-preload", "virtual/alexa-voiceagent-config", "",d)} \
"
|