projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e91d3ca
)
package/gpsd: remove duplicate dependency
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Sun, 14 Dec 2014 16:04:36 +0000
(17:04 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/gpsd/gpsd.mk
b/package/gpsd/gpsd.mk
index 5092b38a49793c24b976a5c3f1a8b1c5916c6c9d..3e6411b24b9bc38e2750915b18f5137af9dc0fa2 100644
(file)
--- 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