From: p-wassi Date: Wed, 7 Dec 2016 22:30:05 +0000 (+0100) Subject: utils/gpsd: fix dependencies X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=be6f00b269d76a7f2e3ca06101ee886b1522a3eb;p=openwrt-packages.git utils/gpsd: fix dependencies Remove unneccessary dependencies in gpsd/gpsd-clients/libgps. Signed-off-by: Paul Wassi --- 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