From 7b362a078e50e3c3a5784178853ab141bc706b09 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 13 May 2020 19:46:59 -0400 Subject: Update widget packaging rework To match the update in meta-agl, rework to drop the agl-test-wgt and agl-devel-wgt feature package additions and now unnecessary test/devel packagegroups. They'll now be pulled in by the COMPLEMENTARY_GLOBS definitions for those image features. Bug-AGL: SPEC-3300, SPEC-3375 Signed-off-by: Scott Murray Change-Id: I61c07efad927809a29990d76e52f8f6f24e4e26b --- .../packagegroups/packagegroup-agl-voiceagent-alexa.bb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'meta-speech-framework/meta-aac/recipes-platform') diff --git a/meta-speech-framework/meta-aac/recipes-platform/packagegroups/packagegroup-agl-voiceagent-alexa.bb b/meta-speech-framework/meta-aac/recipes-platform/packagegroups/packagegroup-agl-voiceagent-alexa.bb index 6118dbf2..4b4016af 100644 --- a/meta-speech-framework/meta-aac/recipes-platform/packagegroups/packagegroup-agl-voiceagent-alexa.bb +++ b/meta-speech-framework/meta-aac/recipes-platform/packagegroups/packagegroup-agl-voiceagent-alexa.bb @@ -5,19 +5,10 @@ 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 = "" -- cgit 1.2.3-korg