[Buildroot] [git commit] package/gpsd: remove duplicate dependency

Peter Korsgaard peter at korsgaard.com
Mon Dec 15 21:10:31 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=d213b3bc0dd61fba45be7e95f7ae95dcfb4a20c6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

No need to duplicate the host-pkgconf dependency on the Qt case, we
already depend on it in the general case.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/gpsd/gpsd.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk
index 5092b38..3e6411b 100644
--- a/package/gpsd/gpsd.mk
+++ b/package/gpsd/gpsd.mk
@@ -45,7 +45,7 @@ endif
 # Enable or disable Qt binding
 ifeq ($(BR2_PACKAGE_QT_NETWORK),y)
 	GPSD_SCONS_ENV += QMAKE="$(QT_QMAKE)"
-	GPSD_DEPENDENCIES += qt host-pkgconf
+	GPSD_DEPENDENCIES += qt
 else
 	GPSD_SCONS_OPTS += qt=no
 endif


More information about the buildroot mailing list