From 1547358bad580dbb3ad4aec9311eccc1eab87f2e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 9 Jul 2021 16:36:06 +0100 Subject: [PATCH] tcl: EXTRA_OECONF already passes --libdir, don't do it again Signed-off-by: Ross Burton --- meta/recipes-devtools/tcltk/tcl_8.6.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.1