From ba3c28a56b99e5628041d772b4faa36553846c21 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 28 Apr 2020 21:12:10 +0000 Subject: Widget packaging rework Changes include: - Created new packagegroup-agl-speech-services packagegroup and associated test and devel packagegroups to replace previous extending of packagegroup-agl-ivi-services via bbappend. This makes it simpler to create the test/devel packagegroups in packagegroup-agl-ivi-services, and is cleaner with respect to the packagefeed since it avoids modifying a packagegroup in another layer. - Extend the agl-devel-wgt and agl-test-wgt FEATURE_PACKAGES variables as necessary to add the required corresponding widget packagegroups. Bug-AGL: SPEC-3300 Signed-off-by: Scott Murray Change-Id: I17b61f3e4549a7baa8ac1a6f9c857e2f78bb6448 --- .../recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-speech-framework/recipes-apis/agl-service-voice-high') diff --git a/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb b/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb index b8ee77fd..b885c15b 100644 --- a/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb +++ b/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb @@ -16,3 +16,4 @@ S = "${WORKDIR}/git" inherit cmake aglwgt +RDEPENDS_${PN} += "virtual/voice-high-config" -- cgit