diff options
author | Ross Burton <ross.burton@arm.com> | 2021-07-09 17:41:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-13 14:27:53 +0100 |
commit | 34d9ae6d3e6f3e4f6eed0462f67d54ff3b7c7635 (patch) | |
tree | 399eab86b392565a6964e60814b4797afa5add65 /meta/recipes-devtools/tcltk/tcl_8.6.11.bb | |
parent | 49474b8edd1a6307d167d88469ab0f5ab6926b67 (diff) | |
download | poky-34d9ae6d3e6f3e4f6eed0462f67d54ff3b7c7635.tar.gz |
tcl: remove redundant file creation
The creation of compat/fixstrtod.c was done back in 2005[1] with no
explanation and has persisted since. I can't seem to break the build
without this, so it is presumably long obsolete.
[1] https://git.openembedded.org/openembedded/commit/?id=68d6601e8f93243347b58324ce3d4f02eb3a84a9
(From OE-Core rev: ebd76c5d2afdf2da2d2b35946069122545b69ed3)
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/tcl_8.6.11.bb')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.11.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb index dce0fcd2c0..0d7c2e4ac3 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb | |||
@@ -37,10 +37,6 @@ inherit autotools ptest binconfig | |||
37 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" | 37 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" |
38 | EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix" | 38 | EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix" |
39 | 39 | ||
40 | do_compile_prepend() { | ||
41 | echo > ${S}/compat/fixstrtod.c | ||
42 | } | ||
43 | |||
44 | do_install() { | 40 | do_install() { |
45 | autotools_do_install | 41 | autotools_do_install |
46 | oe_runmake 'DESTDIR=${D}' install-private-headers | 42 | oe_runmake 'DESTDIR=${D}' install-private-headers |