* [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
* [Buildroot] [PATCH] fastd: needs host-bison and host-pkgconf
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
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2015-11-05 18:07 UTC (permalink / raw)
To: buildroot
Am 2015-11-05 17:28, schrieb Gustavo Zacarias:
> 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>
Reviewed-by: Alexander Dahl <post@lespocky.de>
> ---
> 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
--
?With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.? (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601 D1D5 8FBA 7744 CC87 10D0 ***
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] fastd: needs host-bison and host-pkgconf
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
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-11-05 20:56 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Thu, 5 Nov 2015 13:28:58 -0300, Gustavo Zacarias wrote:
> 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(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [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.