Files
meta-openembedded/meta-oe/recipes-devtools
Mingli Yu 02a9767b3e tk: export TK_LIBRARY='${libdir}/tk${VER}'
As there is below logic in configure.in
[snip]
test -z "$TK_LIBRARY" && TK_LIBRARY='$(prefix)/lib/tk$(VERSION)'
[snip]

It can make TK_LIBRARY to be $(prefix)/lib/tk$(VERSION)
and then result in some files installed to
/usr/lib/tk8.6 even when ${libdir} actually
extract as /usr/lib64 and there is also a commit
as below adding hack to workaround this.
1ca29d1cd tk: make multilib build compatible and fix library install

Export TK_LIBRARY='${libdir}/tk${VER}' to guarantee
the files installed to the expected places and
also remove the workaround in the previous commit
1ca29d1cd.

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-11-18 09:54:01 -08:00
..
2018-05-29 12:56:19 -07:00
2018-10-14 11:14:35 -07:00
2018-05-01 18:12:48 -07:00
2018-06-27 22:17:33 -07:00
2018-05-29 12:56:19 -07:00
2018-01-16 21:33:04 -08:00
2018-08-19 16:09:28 -07:00
2018-06-27 22:17:33 -07:00
2018-06-27 22:17:33 -07:00
2017-12-27 07:25:03 -08:00
2018-06-14 09:01:12 -07:00
2018-05-29 12:56:19 -07:00
2018-10-12 15:00:10 -07:00
2018-07-27 19:26:51 -07:00
2018-10-16 21:23:47 -07:00
2018-11-15 13:18:50 -08:00
2018-07-20 16:07:12 -07:00
2018-11-15 13:18:48 -08:00
2018-10-12 13:08:38 -07:00
2018-09-24 11:49:45 -07:00
2018-10-02 17:17:10 -07:00