gpsd append: rdepends on python for ubxtool support
ubxtool is using some old python2 modules. BugzID: 62531 Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
e74ba11c22
commit
076bdb314f
|
|
@ -41,7 +41,7 @@ do_install_append () {
|
|||
|
||||
SUMMARY_gps-utils-conf = "gps-utils configuration files"
|
||||
PACKAGES_prepend = "gps-utils-conf "
|
||||
RDEPENDS_gps-utils = "gps-utils-conf"
|
||||
RDEPENDS_gps-utils += "gps-utils-conf python"
|
||||
FILES_gps-utils-conf = "${sysconfdir}/gnss/*.ubx"
|
||||
|
||||
# workaround for receipe backport: gpsd 3.19 is installing shared object files in different
|
||||
|
|
|
|||
Loading…
Reference in New Issue