diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-10-27 18:06:37 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-27 18:08:26 -0700 |
commit | 1431cf12892844cc0d54bb167c84151b18e231d3 (patch) | |
tree | 5bf9854478459e855d778d98eb7fd25ff1e3cc03 | |
parent | 290df57945c1d3e1672c02cf3b112541131516c7 (diff) | |
download | meta-openembedded-1431cf12892844cc0d54bb167c84151b18e231d3.tar.gz |
graphviz: Disable perl support
It ends up peeking into build host's perl installation under /usr/include
for perl.h which infact is incorrect. Its better to either fix it to
know cross-compiling or disable it, for now chose the latter.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/graphviz/graphviz_12.1.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/graphviz/graphviz_12.1.2.bb b/meta-oe/recipes-graphics/graphviz/graphviz_12.1.2.bb index 50243da344..36c434c517 100644 --- a/meta-oe/recipes-graphics/graphviz/graphviz_12.1.2.bb +++ b/meta-oe/recipes-graphics/graphviz/graphviz_12.1.2.bb | |||
@@ -38,6 +38,7 @@ EXTRA_OECONF:class-target = "\ | |||
38 | --with-expatlibdir=${STAGING_LIBDIR} \ | 38 | --with-expatlibdir=${STAGING_LIBDIR} \ |
39 | --without-included-ltdl \ | 39 | --without-included-ltdl \ |
40 | --disable-java \ | 40 | --disable-java \ |
41 | --disable-perl \ | ||
41 | --disable-tcl \ | 42 | --disable-tcl \ |
42 | --disable-r \ | 43 | --disable-r \ |
43 | --disable-sharp \ | 44 | --disable-sharp \ |