aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/gpsd
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-06-23 22:34:42 +0300
committerKhem Raj <raj.khem@gmail.com>2019-06-25 14:21:48 -0700
commitd13671b832c140a56da39628ca77b00cff95322f (patch)
tree422f3ce124895477236c1887f42110629120d32d /meta-oe/recipes-navigation/gpsd
parent0d524dbe278a33f00c23b7fb4a4b0f5001a17014 (diff)
downloadmeta-openembedded-contrib-d13671b832c140a56da39628ca77b00cff95322f.tar.gz
gpsd: Remove the obsolete dependency on dbus-glib
Upstream stopped using it in 2011. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation/gpsd')
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.17.bb2
1 files changed, 1 insertions, 1 deletions
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