diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-07-01 13:22:59 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-07-13 12:15:16 +0000 |
commit | e89376af34201168a3e8d3fe72258b587edb7d71 (patch) | |
tree | c5054a698158ad485e0571fcab48d275fb537831 /recipes-platform/packagegroups | |
parent | cda6e5a3d27eccef2349b9dde6350f053f5ccb88 (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I6e56fceb1d904f15f6fdd78ec708c6199d6c9475
Diffstat (limited to 'recipes-platform/packagegroups')
-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)} \ " |