diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-04-09 07:32:01 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-10 10:05:35 -0700 |
commit | 150581b6373b80f96060cc54cfc67873a779ed86 (patch) | |
tree | fb4a941acabacd34a79a16b2ab2b1df20934520f /meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb | |
parent | 668ed5c5c9be5ea95e4cd566d4d7fc5cf5a6c66a (diff) | |
download | meta-openembedded-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/gnuplot/gnuplot_5.4.3.bb')
-rw-r--r-- | meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb | 3 |
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 087b69faa..7343a08c7 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},-- | |||
45 | 45 | ||
46 | EXTRA_OECONF = " \ | 46 | EXTRA_OECONF = " \ |
47 | --with-readline=${STAGING_LIBDIR}/.. \ | 47 | --with-readline=${STAGING_LIBDIR}/.. \ |
48 | -disable-wxwidgets \ | 48 | --disable-wxwidgets \ |
49 | --without-libcerf \ | ||
49 | " | 50 | " |
50 | 51 | ||
51 | do_compile:prepend() { | 52 | do_compile:prepend() { |