From 150581b6373b80f96060cc54cfc67873a779ed86 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 9 Apr 2022 07:32:01 -0700 Subject: 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 --- meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() { -- cgit v1.2.3-54-g00ecf