diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-07-01 13:22:59 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-07-21 17:50:07 +0000 |
commit | 683496a08c6526e35fc4c64d7c1772548e64b7fa (patch) | |
tree | e1632bcee47fd9c96a9d6aba830d780453456a50 /recipes-platform | |
parent | c1f27fadc0a61f54213b9e84540d442d302e7bef (diff) |
packagegroup-agl-ivi-navigation: update agl-refhw-h3 usagelamprey_12.0.1lamprey/12.0.112.0.1
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 <scott.murray@konsulko.com>
Change-Id: I6e56fceb1d904f15f6fdd78ec708c6199d6c9475
(cherry picked from commit e89376af34201168a3e8d3fe72258b587edb7d71)
Diffstat (limited to 'recipes-platform')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-ivi-navigation.bb | 5 |
1 files changed, 1 insertions, 4 deletions
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)} \ " |