packagegroup-gnss: Add gpsd config
gpsd-conf was previously recommended by gpsd. Since we removed recommendations, we now need to depend on it to have it.
This commit is contained in:
parent
dad02bc496
commit
c190122ee9
|
|
@ -8,6 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||
|
||||
RDEPENDS_${PN}-extended = " \
|
||||
gpsd \
|
||||
gpsd-conf \
|
||||
gps-utils \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "advanced-gnss", "gnss-mgr", "", d)} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue