[oe] [meta-oe][PATCH] gpsd: Remove the obsolete dependency on dbus-glib

Adrian Bunk bunk at stusta.de
Sun Jun 23 19:34:42 UTC 2019


Upstream stopped using it in 2011.

Signed-off-by: Adrian Bunk <bunk at stusta.de>
---
 meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb
index 7752e76b5..7e1122457 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb
@@ -2,7 +2,7 @@ SUMMARY = "A TCP/IP Daemon simplifying the communication with GPS devices"
 SECTION = "console/network"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800"
-DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-replacement-native pps-tools"
+DEPENDS = "dbus ncurses python libusb1 chrpath-replacement-native pps-tools"
 PROVIDES = "virtual/gpsd"
 
 # SConstruct in gpsd does not yet support Python 3
-- 
2.17.1



More information about the Openembedded-devel mailing list