[Buildroot] [PATCH] support/graph-depends: fix package names starting with a non-char

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Nov 24 10:00:06 UTC 2018


Hello,

On Sat, 24 Nov 2018 10:34:52 +0100, Yann E. MORIN wrote:
> Graphviz' dot utility does not like nodes which names does not start
> with an ^[[:alpha:]], i.e. 18xx-ti-utils would cause grievance:
> 
>     Warning: syntax ambiguity - badly delimited number '18x' in line 4 [...]/graph-depends.dot splits into two tokens
>     Warning: syntax ambiguity - badly delimited number '18x' in line 5 [...]/graph-depends.dot splits into two tokens
>     Warning: syntax ambiguity - badly delimited number '18x' in line 6 [...]/graph-depends.dot splits into two tokens
>     Warning: syntax ambiguity - badly delimited number '18x' in line 7 [...]/graph-depends.dot splits into two tokens
> 
> Prefix nodes with an underscore to fix that.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> Cc: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
> ---
>  support/scripts/graph-depends | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Applied to master after changing "non-char" to "non-alpha" in the
commit title. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list