diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2022-11-22 21:38:01 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-22 22:39:45 +0000 |
| commit | 44a65473a1a9394519ce143f74413bd7777ed657 (patch) | |
| tree | 35f79ad194d8d118f00e21bb64e1256e77fd9784 /scripts | |
| parent | 5fdd28e37face59410da781d5d70178565e69e5e (diff) | |
| download | poky-44a65473a1a9394519ce143f74413bd7777ed657.tar.gz | |
tcl: correct the header location in tcl.pc
The patch alter-includedir.patch previouly install the header
to /usr/include/tcl8.6, but it doesn't reflect in tcl.pc and
the header location still /usr/include in tcl.pc and result
in the below configure failure for other packages such as
python3 which depends on tcl and uses pkg-config to detect tcl.
| conftest.c:161:16: fatal error: tcl.h: No such file or directory
161 | #include <tcl.h>
So update alter-includedir.patch to correct the header location
in tcl.pc to keep consistency.
(From OE-Core rev: ff156411380640f99ddb058ed8da0626d3183954)
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
