summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-07-13 13:22:43 -0700
committerKhem Raj <raj.khem@gmail.com>2023-07-13 14:55:00 -0700
commit19f476a6606b091a0bb1ae0f4dc18b731bae2847 (patch)
tree0c727c138a0f3bcbddac77a55d066bf4fa19a36d /meta-oe
parentad0c005f9ead2590e3f8e91dcba5f968a0dae03a (diff)
downloadmeta-openembedded-19f476a6606b091a0bb1ae0f4dc18b731bae2847.tar.gz
graphviz: Upgrade to 8.1.0 release
Do not build pdf documentation, we do not have host tools needed for this to build Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/graphviz/graphviz/0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch10
-rw-r--r--meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb (renamed from meta-oe/recipes-graphics/graphviz/graphviz_2.50.0.bb)5
2 files changed, 7 insertions, 8 deletions
diff --git a/meta-oe/recipes-graphics/graphviz/graphviz/0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch b/meta-oe/recipes-graphics/graphviz/graphviz/0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch
index 6d1d441c5..99b53e2e1 100644
--- a/meta-oe/recipes-graphics/graphviz/graphviz/0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch
+++ b/meta-oe/recipes-graphics/graphviz/graphviz/0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch
@@ -11,7 +11,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 11
12--- a/configure.ac 12--- a/configure.ac
13+++ b/configure.ac 13+++ b/configure.ac
14@@ -1540,7 +1540,7 @@ AC_ARG_ENABLE(tcl, 14@@ -1225,7 +1225,7 @@ AC_ARG_ENABLE(tcl,
15 [], [enable_tcl=yes]) 15 [], [enable_tcl=yes])
16 16
17 if test "x$enable_tcl" != "xyes"; then 17 if test "x$enable_tcl" != "xyes"; then
@@ -22,12 +22,12 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
22 if test "x$use_tcl" = "x"; then 22 if test "x$use_tcl" = "x"; then
23--- a/Makefile.am 23--- a/Makefile.am
24+++ b/Makefile.am 24+++ b/Makefile.am
25@@ -19,7 +19,7 @@ pkginclude_HEADERS = $(top_builddir)/gra 25@@ -11,7 +11,7 @@ pkginclude_HEADERS = $(top_builddir)/gra
26 man_MANS = graphviz.7 26 dist_man_MANS = graphviz.7
27 27
28 # $(subdirs) contains the list from: AC_CONFIG_SUBDIRS 28 # $(subdirs) contains the list from: AC_CONFIG_SUBDIRS
29-SUBDIRS = $(subdirs) lib plugin cmd tclpkg doc contrib share graphs rtest tests 29-SUBDIRS = $(subdirs) lib plugin cmd tclpkg doc contrib share graphs tests
30+SUBDIRS = $(subdirs) lib plugin cmd doc contrib share graphs rtest tests 30+SUBDIRS = $(subdirs) lib plugin cmd doc contrib share graphs tests
31 31
32 .PHONY: doxygen 32 .PHONY: doxygen
33 doxygen: 33 doxygen:
diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_2.50.0.bb b/meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb
index b63017576..7ab15c971 100644
--- a/meta-oe/recipes-graphics/graphviz/graphviz_2.50.0.bb
+++ b/meta-oe/recipes-graphics/graphviz/graphviz_8.1.0.bb
@@ -27,8 +27,7 @@ SRC_URI:append:class-target = "\
27SRC_URI:append:class-nativesdk = "\ 27SRC_URI:append:class-nativesdk = "\
28 file://graphviz-setup.sh \ 28 file://graphviz-setup.sh \
29" 29"
30 30SRC_URI[sha256sum] = "d593695fdaa8a19297523b679ad13d3ef2027b0b7f14cc2bc23e77969ed81565"
31SRC_URI[sha256sum] = "6b16bf990df114195be669773a1dae975dbbffada45e1de2849ddeb5851bb9a8"
32 31
33CVE_CHECK_IGNORE += "\ 32CVE_CHECK_IGNORE += "\
34 CVE-2014-9157 \ 33 CVE-2014-9157 \
@@ -37,7 +36,7 @@ CVE_CHECK_IGNORE += "\
37PACKAGECONFIG ??= "librsvg" 36PACKAGECONFIG ??= "librsvg"
38PACKAGECONFIG[librsvg] = "--with-librsvg,--without-librsvg,librsvg" 37PACKAGECONFIG[librsvg] = "--with-librsvg,--without-librsvg,librsvg"
39 38
40EXTRA_OECONF:append = " PS2PDF=/bin/echo" 39EXTRA_OECONF:append = " PS2PDF=/bin/echo --disable-man-pdfs"
41 40
42EXTRA_OECONF:class-target = "\ 41EXTRA_OECONF:class-target = "\
43 --with-expatincludedir=${STAGING_INCDIR} \ 42 --with-expatincludedir=${STAGING_INCDIR} \