From: Scott Murray Date: Thu, 1 Jul 2021 17:22:59 +0000 (-0400) Subject: packagegroup-agl-ivi-navigation: update agl-refhw-h3 usage X-Git-Tag: 12.0.1^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=683496a08c6526e35fc4c64d7c1772548e64b7fa;p=AGL%2Fmeta-agl-demo.git packagegroup-agl-ivi-navigation: update agl-refhw-h3 usage The agl-refhw-h3 machine override has been replaced with a feature in AGL_FEATURES, update usage. Bug-AGL: SPEC-3916 Signed-off-by: Scott Murray Change-Id: I6e56fceb1d904f15f6fdd78ec708c6199d6c9475 (cherry picked from commit e89376af34201168a3e8d3fe72258b587edb7d71) --- diff --git a/recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb b/recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb index 7142e88b7..c42d0250c 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb @@ -14,8 +14,5 @@ RDEPENDS_${PN} += "\ gpsd \ geoclue \ ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'virtual/gpsd-conf', '', d)} \ - " - -RDEPENDS_${PN}_append_agl-refhw-h3 = " \ - ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'gpsd-conf-refhw', '', d)} \ + ${@bb.utils.contains('AGL_FEATURES', 'agl-refhw-h3', 'gpsd-conf-refhw', '', d)} \ "