package/gpsd: remove duplicate dependency
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 14 Dec 2014 16:04:36 +0000 (17:04 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 15 Dec 2014 21:10:31 +0000 (22:10 +0100)
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@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gpsd/gpsd.mk

index 5092b38a49793c24b976a5c3f1a8b1c5916c6c9d..3e6411b24b9bc38e2750915b18f5137af9dc0fa2 100644 (file)
@@ -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