From d13671b832c140a56da39628ca77b00cff95322f Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sun, 23 Jun 2019 22:34:42 +0300 Subject: gpsd: Remove the obsolete dependency on dbus-glib Upstream stopped using it in 2011. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-navigation') diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb index 7752e76b54..7e11224574 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 -- cgit 1.2.3-korg