From be6f00b269d76a7f2e3ca06101ee886b1522a3eb Mon Sep 17 00:00:00 2001 From: p-wassi Date: Wed, 7 Dec 2016 23:30:05 +0100 Subject: [PATCH] utils/gpsd: fix dependencies Remove unneccessary dependencies in gpsd/gpsd-clients/libgps. Signed-off-by: Paul Wassi --- utils/gpsd/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/utils/gpsd/Makefile b/utils/gpsd/Makefile index ee72b9508..36f77360c 100644 --- a/utils/gpsd/Makefile +++ b/utils/gpsd/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/scons.mk define Package/gpsd/Default - DEPENDS:=+librt +libncurses + DEPENDS+= +libusb-1.0 URL:=http://catb.org/gpsd/ endef @@ -43,7 +43,6 @@ define Package/gpsd $(call Package/gpsd/Default) SECTION:=net CATEGORY:=Network - DEPENDS+= +libgps +libusb-1.0 TITLE:=An interface daemon for GPS receivers endef @@ -60,7 +59,7 @@ define Package/gpsd-clients $(call Package/gpsd/Default) SECTION:=net CATEGORY:=Network - DEPENDS+= +libgps +libncurses +libusb-1.0 + DEPENDS+= +libncurses TITLE:=GPS tools and clients endef @@ -74,7 +73,6 @@ define Package/libgps $(call Package/gpsd/Default) SECTION:=libs CATEGORY:=Libraries - DEPENDS+= +libcap TITLE:=C service library for communicating with the GPS daemon endef