diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2018-11-24 10:34:52 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-24 10:58:40 +0100 |
commit | 020206ca5784ca60fd72c7ff0aea6557d1d9bf6e (patch) | |
tree | d5a34105cfde0d095b48d9e7934f87516f950274 /package/gcc | |
parent | 860906ee05fad3fe503786ec7c656ea0f25851fc (diff) | |
download | buildroot-020206ca5784ca60fd72c7ff0aea6557d1d9bf6e.tar.gz buildroot-020206ca5784ca60fd72c7ff0aea6557d1d9bf6e.zip |
support/graph-depends: fix package names starting with a non-alpha
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@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions