mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
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>
This commit is contained in:
+5
-5
@@ -11,7 +11,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
|
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -1540,7 +1540,7 @@ AC_ARG_ENABLE(tcl,
|
@@ -1225,7 +1225,7 @@ AC_ARG_ENABLE(tcl,
|
||||||
[], [enable_tcl=yes])
|
[], [enable_tcl=yes])
|
||||||
|
|
||||||
if test "x$enable_tcl" != "xyes"; then
|
if test "x$enable_tcl" != "xyes"; then
|
||||||
@@ -22,12 +22,12 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
if test "x$use_tcl" = "x"; then
|
if test "x$use_tcl" = "x"; then
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/Makefile.am
|
+++ b/Makefile.am
|
||||||
@@ -19,7 +19,7 @@ pkginclude_HEADERS = $(top_builddir)/gra
|
@@ -11,7 +11,7 @@ pkginclude_HEADERS = $(top_builddir)/gra
|
||||||
man_MANS = graphviz.7
|
dist_man_MANS = graphviz.7
|
||||||
|
|
||||||
# $(subdirs) contains the list from: AC_CONFIG_SUBDIRS
|
# $(subdirs) contains the list from: AC_CONFIG_SUBDIRS
|
||||||
-SUBDIRS = $(subdirs) lib plugin cmd tclpkg doc contrib share graphs rtest tests
|
-SUBDIRS = $(subdirs) lib plugin cmd tclpkg doc contrib share graphs tests
|
||||||
+SUBDIRS = $(subdirs) lib plugin cmd doc contrib share graphs rtest tests
|
+SUBDIRS = $(subdirs) lib plugin cmd doc contrib share graphs tests
|
||||||
|
|
||||||
.PHONY: doxygen
|
.PHONY: doxygen
|
||||||
doxygen:
|
doxygen:
|
||||||
|
|||||||
+2
-3
@@ -27,8 +27,7 @@ SRC_URI:append:class-target = "\
|
|||||||
SRC_URI:append:class-nativesdk = "\
|
SRC_URI:append:class-nativesdk = "\
|
||||||
file://graphviz-setup.sh \
|
file://graphviz-setup.sh \
|
||||||
"
|
"
|
||||||
|
SRC_URI[sha256sum] = "d593695fdaa8a19297523b679ad13d3ef2027b0b7f14cc2bc23e77969ed81565"
|
||||||
SRC_URI[sha256sum] = "6b16bf990df114195be669773a1dae975dbbffada45e1de2849ddeb5851bb9a8"
|
|
||||||
|
|
||||||
CVE_CHECK_IGNORE += "\
|
CVE_CHECK_IGNORE += "\
|
||||||
CVE-2014-9157 \
|
CVE-2014-9157 \
|
||||||
@@ -37,7 +36,7 @@ CVE_CHECK_IGNORE += "\
|
|||||||
PACKAGECONFIG ??= "librsvg"
|
PACKAGECONFIG ??= "librsvg"
|
||||||
PACKAGECONFIG[librsvg] = "--with-librsvg,--without-librsvg,librsvg"
|
PACKAGECONFIG[librsvg] = "--with-librsvg,--without-librsvg,librsvg"
|
||||||
|
|
||||||
EXTRA_OECONF:append = " PS2PDF=/bin/echo"
|
EXTRA_OECONF:append = " PS2PDF=/bin/echo --disable-man-pdfs"
|
||||||
|
|
||||||
EXTRA_OECONF:class-target = "\
|
EXTRA_OECONF:class-target = "\
|
||||||
--with-expatincludedir=${STAGING_INCDIR} \
|
--with-expatincludedir=${STAGING_INCDIR} \
|
||||||
Reference in New Issue
Block a user