All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] fastd: needs host-bison and host-pkgconf
@ 2015-11-05 16:28 Gustavo Zacarias
  2015-11-05 18:07 ` Alexander Dahl
  2015-11-05 20:56 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-11-05 16:28 UTC (permalink / raw)
  To: buildroot

Fixes (missing host-bison):
http://autobuild.buildroot.net/results/237/2371c98112a416f4d9d32576f207dad8d80ac537

host-pkgconf derived from $(@D)/cmake/deps.cmake

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/fastd/fastd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/fastd/fastd.mk b/package/fastd/fastd.mk
index afaa27b..4c2626f 100644
--- a/package/fastd/fastd.mk
+++ b/package/fastd/fastd.mk
@@ -9,7 +9,7 @@ FASTD_SITE = git://git.universe-factory.net/fastd
 FASTD_LICENSE = BSD-2c
 FASTD_LICENSE_FILES = COPYRIGHT
 FASTD_CONF_OPTS = -DENABLE_LIBSODIUM=ON
-FASTD_DEPENDENCIES = libuecc libsodium libcap
+FASTD_DEPENDENCIES = host-bison host-pkgconf libuecc libsodium libcap
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
 FASTD_CONF_OPTS += -DENABLE_OPENSSL=ON
-- 
2.4.10

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-05 20:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05 16:28 [Buildroot] [PATCH] fastd: needs host-bison and host-pkgconf Gustavo Zacarias
2015-11-05 18:07 ` Alexander Dahl
2015-11-05 20:56 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.