summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/octave/octave_6.4.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/octave/octave_6.4.0.bb b/meta-oe/recipes-devtools/octave/octave_6.4.0.bb
index a7ff84fad7..a5b00ece8a 100644
--- a/meta-oe/recipes-devtools/octave/octave_6.4.0.bb
+++ b/meta-oe/recipes-devtools/octave/octave_6.4.0.bb
@@ -34,6 +34,10 @@ SRC_URI = " \
34" 34"
35SRC_URI[sha256sum] = "b48f33d4fceaf394cfbea73a8c850000936d83a41739a24f7568b5b0a7b39acd" 35SRC_URI[sha256sum] = "b48f33d4fceaf394cfbea73a8c850000936d83a41739a24f7568b5b0a7b39acd"
36 36
37# Note: Qt5Help is required for gui -> qttools(-native) must be build with
38# clang in PACKAGECONFIG
39PACKAGECONFIG[gui] = "--with-qt=yes,--with-qt=no,qttools-native qttools qtbase"
40
37EXTRA_OECONF = " \ 41EXTRA_OECONF = " \
38 --disable-java \ 42 --disable-java \
39 --disable-docs \ 43 --disable-docs \