diff mbox

[1/5] package/gpsd: remove duplicate dependency

Message ID 07a14a0db8c7fb6e87dea83670fd7b9d53bb1267.1418572993.git.yann.morin.1998@free.fr
State Accepted
Commit d213b3bc0dd61fba45be7e95f7ae95dcfb4a20c6
Headers show

Commit Message

Yann E. MORIN Dec. 14, 2014, 4:04 p.m. UTC
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>
---
 package/gpsd/gpsd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Dec. 15, 2014, 9:11 p.m. UTC | #1
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

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