summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2021-07-09 16:36:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-13 14:24:47 +0100
commit1547358bad580dbb3ad4aec9311eccc1eab87f2e (patch)
tree7cd4816f955faf78d89479ab23afe808eda949a2 /meta/recipes-devtools/tcltk
parent78e9e7c48e673cab8580f00efb08f5d8783b5927 (diff)
downloadopenembedded-core-1547358bad580dbb3ad4aec9311eccc1eab87f2e.tar.gz
tcl: EXTRA_OECONF already passes --libdir, don't do it again
Signed-off-by: Ross Burton <ross.burton@arm.com>
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.6.11.bb2
1 files changed, 1 insertions, 1 deletions
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