Go to file
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
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems README: updated Maintainers list for Thud 2018-11-15 13:17:00 -08:00
meta-gnome network-manager-applet: move GNOMEBASEBUILDCLASS to correct position 2018-11-15 13:18:51 -08:00
meta-initramfs README: updated Maintainers list for Thud 2018-11-15 13:17:00 -08:00
meta-multimedia README: updated Maintainers list for Thud 2018-11-15 13:17:00 -08:00
meta-networking networkmanager: package additional .la files 2018-11-15 13:18:52 -08:00
meta-oe tk: export TK_LIBRARY='${libdir}/tk${VER}' 2018-11-18 09:54:01 -08:00
meta-perl adduser: 3.117 -> 3.118 2018-11-15 13:18:50 -08:00
meta-python python-configparser.inc: Fix SUMMARY 2018-11-15 13:18:51 -08:00
meta-webserver apache2: Fix CVE-2018-11763 2018-11-15 13:18:50 -08:00
meta-xfce libunique: fix installed-vs-shipped qa issue 2018-11-15 13:18:51 -08:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: updated Maintainers list for Thud 2018-11-15 13:17:00 -08:00

Collection of layers for the OE-core universe

Thud maintainer: Armin Kuster  <akuster808@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories