mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user