Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/ply: build needs flex and bison
@ 2021-02-23 18:04 Andreas Klinger
  2021-02-25 19:30 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Klinger @ 2021-02-23 18:04 UTC (permalink / raw)
  To: buildroot

Building needs flex and bison installed on the host system.

Fixes:
http://autobuild.buildroot.net/results/7cfe75725f4746367f2870ee9545f31ba56f6ec1

Signed-off-by: Andreas Klinger <ak@it-klinger.de>
---
 package/ply/ply.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ply/ply.mk b/package/ply/ply.mk
index 0e4141f650..e627a9181f 100644
--- a/package/ply/ply.mk
+++ b/package/ply/ply.mk
@@ -10,5 +10,6 @@ PLY_AUTORECONF = YES
 PLY_LICENSE = GPL-2.0
 PLY_LICENSE_FILES = COPYING
 PLY_INSTALL_STAGING = YES
+PLY_DEPENDENCIES += host-flex host-bison
 
 $(eval $(autotools-package))
-- 
2.20.1

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

* [Buildroot] [PATCH] package/ply: build needs flex and bison
  2021-02-23 18:04 [Buildroot] [PATCH] package/ply: build needs flex and bison Andreas Klinger
@ 2021-02-25 19:30 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2021-02-25 19:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Andreas" == Andreas Klinger <ak@it-klinger.de> writes:

 > Building needs flex and bison installed on the host system.
 > Fixes:
 > http://autobuild.buildroot.net/results/7cfe75725f4746367f2870ee9545f31ba56f6ec1

 > Signed-off-by: Andreas Klinger <ak@it-klinger.de>
 > ---
 >  package/ply/ply.mk | 1 +
 >  1 file changed, 1 insertion(+)

 > diff --git a/package/ply/ply.mk b/package/ply/ply.mk
 > index 0e4141f650..e627a9181f 100644
 > --- a/package/ply/ply.mk
 > +++ b/package/ply/ply.mk
 > @@ -10,5 +10,6 @@ PLY_AUTORECONF = YES
 >  PLY_LICENSE = GPL-2.0
 >  PLY_LICENSE_FILES = COPYING
 >  PLY_INSTALL_STAGING = YES
 > +PLY_DEPENDENCIES += host-flex host-bison

We normally don't use += when it is the only assignment done to the
variable. Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-02-25 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-23 18:04 [Buildroot] [PATCH] package/ply: build needs flex and bison Andreas Klinger
2021-02-25 19:30 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox