From 73e6c674652c4302a6944773fbf0614c152fad53 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Jul 2026 17:44:14 +0800 Subject: [PATCH] graphviz: upgrade 15.0.0 -> 15.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: ============= - When using the fdp layout algorithm ('dot -Kfdp …' or 'fdp …'), a new command line option '-Lm…' is supported for controlling the "m-limit". - The vt plugin has a new option for using Unicode octant characters to render 8-pixels-per-cell output, '-Tvt-8up2'. - When building from source from a Git checkout, builds with '--disable-python'/'--disable-python3' once again work. - Gvedit no longer leaves temporary files on disk when previewing. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../graphviz/{graphviz_15.0.0.bb => graphviz_15.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/graphviz/{graphviz_15.0.0.bb => graphviz_15.1.0.bb} (97%) diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_15.0.0.bb b/meta-oe/recipes-graphics/graphviz/graphviz_15.1.0.bb similarity index 97% rename from meta-oe/recipes-graphics/graphviz/graphviz_15.0.0.bb rename to meta-oe/recipes-graphics/graphviz/graphviz_15.1.0.bb index f8fdb47cf5..4cc38f15cb 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_15.0.0.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_15.1.0.bb @@ -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] = "937fe4757687260e46a1c9a171cc677e3d4c89abd1efc8885ccb66467c3616ff" +SRC_URI[sha256sum] = "4c44f9f6654d39638db7cdb6a088735117469015299298d82087b24dd4042b16" UPSTREAM_CHECK_URI = "https://graphviz.org/download/" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)"