aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-04-09 07:32:01 -0700
committerKhem Raj <raj.khem@gmail.com>2022-04-10 10:05:35 -0700
commit150581b6373b80f96060cc54cfc67873a779ed86 (patch)
treefb4a941acabacd34a79a16b2ab2b1df20934520f /meta-oe/recipes-extended
parent668ed5c5c9be5ea95e4cd566d4d7fc5cf5a6c66a (diff)
downloadmeta-openembedded-contrib-150581b6373b80f96060cc54cfc67873a779ed86.tar.gz
gnuplot: Disable libcerf and fix typo
We do not carry recipe for libcerf, so disable it explicitly so the native builds are also a bit more deterministic. Fix a typo in knob to disable wxwidgets Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb
index 087b69faae..7343a08c7d 100644
--- a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb
@@ -45,7 +45,8 @@ PACKAGECONFIG[qt5] = "--with-qt --with-qt5nativesysroot=${STAGING_DIR_NATIVE},--
EXTRA_OECONF = " \
--with-readline=${STAGING_LIBDIR}/.. \
- -disable-wxwidgets \
+ --disable-wxwidgets \
+ --without-libcerf \
"
do_compile:prepend() {