diff mbox series

[meta-oe,16/63] graphviz: upgrade 14.1.3 -> 14.1.4

Message ID 20260326115634.1199-16-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/63] b4: upgrade 0.14.3 -> 0.15.0 | expand

Commit Message

Wang Mingyu March 26, 2026, 11:55 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Enable ascii plugin to be built using autotools.
- Processing 'concentrate=true' graphs no longer crashes Graphviz. Processing of
  'concentrate=true' graphs still often errors out.

License_Update: Change Eclipse Public License from version 1.0 to 2.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../graphviz/{graphviz_14.1.3.bb => graphviz_14.1.4.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/graphviz/{graphviz_14.1.3.bb => graphviz_14.1.4.bb} (95%)

Comments

Gyorgy Sarvari March 27, 2026, 7:44 a.m. UTC | #1
On 3/26/26 12:55, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> ==========
> - Enable ascii plugin to be built using autotools.
> - Processing 'concentrate=true' graphs no longer crashes Graphviz. Processing of
>   'concentrate=true' graphs still often errors out.
> 
> License_Update: Change Eclipse Public License from version 1.0 to 2.0
> 


I think the LICENSE should be updated to EPL-2.0 also due to this



> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../graphviz/{graphviz_14.1.3.bb => graphviz_14.1.4.bb}       | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-graphics/graphviz/{graphviz_14.1.3.bb => graphviz_14.1.4.bb} (95%)
> 
> diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_14.1.3.bb b/meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb
> similarity index 95%
> rename from meta-oe/recipes-graphics/graphviz/graphviz_14.1.3.bb
> rename to meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb
> index d885dc43ac..8711eba7bc 100644
> --- a/meta-oe/recipes-graphics/graphviz/graphviz_14.1.3.bb
> +++ b/meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb
> @@ -1,7 +1,7 @@
>  SUMMARY = "Graph Visualization Tools"
>  HOMEPAGE = "http://www.graphviz.org"
>  LICENSE = "EPL-1.0"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=9109f5fc16cf963fb3cdd32781b3ce04"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d9fc0efef5228704e7f5b37f27192723"
>  
>  DEPENDS = " \
>      bison-native \
> @@ -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] = "fe76529477c22c0cf833ec5a35b430cf710f4705afc465d86292bf13560be584"
> +SRC_URI[sha256sum] = "043877c0857d8d46067cd2f18809d54fc876c399f0ecd438f60ea7f4d8037451"
>  
>  UPSTREAM_CHECK_URI = "https://graphviz.org/download/"
>  UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#125671): https://lists.openembedded.org/g/openembedded-devel/message/125671
> Mute This Topic: https://lists.openembedded.org/mt/118516674/6084445
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_14.1.3.bb b/meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb
similarity index 95%
rename from meta-oe/recipes-graphics/graphviz/graphviz_14.1.3.bb
rename to meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb
index d885dc43ac..8711eba7bc 100644
--- a/meta-oe/recipes-graphics/graphviz/graphviz_14.1.3.bb
+++ b/meta-oe/recipes-graphics/graphviz/graphviz_14.1.4.bb
@@ -1,7 +1,7 @@ 
 SUMMARY = "Graph Visualization Tools"
 HOMEPAGE = "http://www.graphviz.org"
 LICENSE = "EPL-1.0"
-LIC_FILES_CHKSUM = "file://COPYING;md5=9109f5fc16cf963fb3cdd32781b3ce04"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d9fc0efef5228704e7f5b37f27192723"
 
 DEPENDS = " \
     bison-native \
@@ -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] = "fe76529477c22c0cf833ec5a35b430cf710f4705afc465d86292bf13560be584"
+SRC_URI[sha256sum] = "043877c0857d8d46067cd2f18809d54fc876c399f0ecd438f60ea7f4d8037451"
 
 UPSTREAM_CHECK_URI = "https://graphviz.org/download/"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"