From 67fc565899d72b834634a1dccbc9cafeb51cbe26 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 9 Jul 2021 16:36:06 +0100 Subject: tcl: EXTRA_OECONF already passes --libdir, don't do it again (From OE-Core rev: 1547358bad580dbb3ad4aec9311eccc1eab87f2e) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/tcltk/tcl_8.6.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/tcltk') 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 -- cgit v1.2.3-54-g00ecf