mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
graphviz: upgrade 13.1.0 -> 13.1.1
Changelog: ============= - When built with PangoCairo, the Kitty plugin is now available in Graphviz static builds. Previously it was only available in shared library (on-demand plugin loading) builds. - The distributed Fedora and Rocky Linux packages now include the Kitty plugin. - On Windows, the GDI+ plugin is now available in Graphviz static builds. Previously it was only available in shared library (on-demand plugin loading) builds. - Processing a graph with GVPR no longer makes explicit the default '"\N"' label for nodes. This undoes a change from Graphviz 13.0.1. - 'nop' no longer preserves empty string labels. This undoes a change from Graphviz 13.0.1. - The order of programmatic calls to 'gvContext'/'gvContextPlugin' and 'agmemread' once again affects default node labels. This undoes a change from Graphviz 13.0.1. - Spline routing can now deal with horizontal and vertical lines. This removes some instances of the "Something is probably seriously wrong" warning. - Using 'layerselect' beyond layer 1 no longer causes crashes. - Correct parsing of a PDF file's '/MediaBox' section no longer depends on the internal 'BUFSIZ' constant. - Round tripping a graph through a file no longer causes it to acquire a default node label '\N'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ SRC_URI = "https://gitlab.com/api/v4/projects/4207231/packages/generic/${BPN}-re
|
||||
SRC_URI:append:class-nativesdk = "\
|
||||
file://graphviz-setup.sh \
|
||||
"
|
||||
SRC_URI[sha256sum] = "13339b83ee5467001a035cfacd175702ac4b14f5d390f0d34e89437b29881278"
|
||||
SRC_URI[sha256sum] = "6c49d7dda4329f5a35ce70035d1ec6602dadae7a7077cd7efe43cb57f4bc8f22"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://graphviz.org/download/"
|
||||
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
Reference in New Issue
Block a user