All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] fwts: needs host-bison and host-flex
@ 2016-10-13 18:27 Erico Nunes
  2016-10-14  7:34 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Erico Nunes @ 2016-10-13 18:27 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/2e6bc77e89868d7a9902123ffb602c5b745d4580

Tested in a minimal debian environment, there should be no missing host
package dependencies after these.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
---
 package/fwts/fwts.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/fwts/fwts.mk b/package/fwts/fwts.mk
index c63e2c5..7ec1d5e 100644
--- a/package/fwts/fwts.mk
+++ b/package/fwts/fwts.mk
@@ -10,7 +10,7 @@ FWTS_STRIP_COMPONENTS = 0
 FWTS_LICENSE = GPLv2, LGPLv2.1, Custom
 FWTS_LICENSE_FILES = debian/copyright
 FWTS_AUTORECONF = YES
-FWTS_DEPENDENCIES = host-pkgconf json-c libglib2 \
+FWTS_DEPENDENCIES = host-bison host-flex host-pkgconf json-c libglib2 \
 	$(if $(BR2_PACKAGE_DTC),dtc)
 
 $(eval $(autotools-package))
-- 
2.7.4

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

* [Buildroot] [PATCH 1/1] fwts: needs host-bison and host-flex
  2016-10-13 18:27 [Buildroot] [PATCH 1/1] fwts: needs host-bison and host-flex Erico Nunes
@ 2016-10-14  7:34 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-10-14  7:34 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 13 Oct 2016 20:27:46 +0200, Erico Nunes wrote:
> Fixes:
> http://autobuild.buildroot.net/results/2e6bc77e89868d7a9902123ffb602c5b745d4580
> 
> Tested in a minimal debian environment, there should be no missing host
> package dependencies after these.
> 
> Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
> ---
>  package/fwts/fwts.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-10-14  7:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-13 18:27 [Buildroot] [PATCH 1/1] fwts: needs host-bison and host-flex Erico Nunes
2016-10-14  7:34 ` 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.