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:27:53 +0100
commit67fc565899d72b834634a1dccbc9cafeb51cbe26 (patch)
treec9f72bfcc7ceae469acce7fc79cdced90bd10efe /meta/recipes-devtools/tcltk
parentd611f59732af2616f587e0dff170068070a28da6 (diff)
downloadpoky-67fc565899d72b834634a1dccbc9cafeb51cbe26.tar.gz
tcl: EXTRA_OECONF already passes --libdir, don't do it again
(From OE-Core rev: 1547358bad580dbb3ad4aec9311eccc1eab87f2e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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}"
36 36
37inherit autotools ptest binconfig 37inherit autotools ptest binconfig
38 38
39EXTRA_OECONF = "--enable-threads --disable-rpath --libdir=${libdir} --enable-man-suffix" 39EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix"
40 40
41do_compile_prepend() { 41do_compile_prepend() {
42 echo > ${S}/../compat/fixstrtod.c 42 echo > ${S}/../compat/fixstrtod.c