diff options
author | Ross Burton <ross.burton@arm.com> | 2021-07-09 16:36:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-13 14:27:53 +0100 |
commit | 67fc565899d72b834634a1dccbc9cafeb51cbe26 (patch) | |
tree | c9f72bfcc7ceae469acce7fc79cdced90bd10efe /meta/recipes-devtools | |
parent | d611f59732af2616f587e0dff170068070a28da6 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.11.bb | 2 |
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 | ||
37 | inherit autotools ptest binconfig | 37 | inherit autotools ptest binconfig |
38 | 38 | ||
39 | EXTRA_OECONF = "--enable-threads --disable-rpath --libdir=${libdir} --enable-man-suffix" | 39 | EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix" |
40 | 40 | ||
41 | do_compile_prepend() { | 41 | do_compile_prepend() { |
42 | echo > ${S}/../compat/fixstrtod.c | 42 | echo > ${S}/../compat/fixstrtod.c |