From: Ross Burton Date: Fri, 9 Jul 2021 15:36:06 +0000 (+0100) Subject: tcl: EXTRA_OECONF already passes --libdir, don't do it again X-Git-Tag: uninative-3.3~261 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1547358bad580dbb3ad4aec9311eccc1eab87f2e;p=openembedded-core.git tcl: EXTRA_OECONF already passes --libdir, don't do it again Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb index f5bb6b1a18..b2863f9a1f 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb @@ -36,7 +36,7 @@ VER = "${PV}" inherit autotools ptest binconfig -EXTRA_OECONF = "--enable-threads --disable-rpath --libdir=${libdir} --enable-man-suffix" +EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix" do_compile_prepend() { echo > ${S}/../compat/fixstrtod.c