poky/meta
Alexander Kanavin b89a5dbebd tcl: disable 'zipfs' feature
zipfs is a new facility in tcl 9.x where various data files are bundled
into a zip archive, rather being separately installed.

Then that zip is embedded into libtcl.so from Makefile, thusly:

cat ${TCL_ZIP_FILE} >> ${LIB_FILE}

This is a major case of face meeting palm: any binary object
processing on the resulting .so file discards the extra data
at the end, and that's exactly what happens in do_package(),
resulting in a tcl installation without any language libraries.
This is not caught by ptest because it runs against a private
copy of the source tree.

Additionally, it helps to have data files on target systems
as files that can be viewed and edited.

(From OE-Core rev: 05e31be56498123b177f363c700c96b20958585c)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@arm.com>
2025-01-23 11:56:47 +00:00
..
classes base: Switch virtual/cross-XXX to be under recipe specific providers 2025-01-21 23:09:34 +00:00
classes-global classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils) 2025-01-21 23:09:33 +00:00
classes-recipe u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled 2025-01-22 13:20:29 +00:00
conf u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled 2025-01-22 13:20:29 +00:00
files classes/ptest-python-pytest: simplify python ptest file overriding 2025-01-14 11:57:52 +00:00
lib oeqa/poisoning: fix gcc include poisoning test 2025-01-22 13:20:29 +00:00
recipes-bsp grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles 2025-01-20 13:38:59 +00:00
recipes-connectivity ofono: fix CVE-2024-7539 2025-01-20 13:38:59 +00:00
recipes-core classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils) 2025-01-21 23:09:33 +00:00
recipes-devtools tcl: disable 'zipfs' feature 2025-01-23 11:56:47 +00:00
recipes-extended procps: update 4.0.4 -> 4.0.5 2025-01-14 13:03:38 +00:00
recipes-gnome libsecret: update patch Upstream-Status 2025-01-20 13:38:59 +00:00
recipes-graphics piglit: Upgrade to latest revision 2025-01-20 13:38:59 +00:00
recipes-kernel linux-firmware: upgrade 20241210 -> 20250109 2025-01-21 13:26:07 +00:00
recipes-multimedia pulseaudio: fix webrtc audio depdency 2025-01-14 11:57:52 +00:00
recipes-rt rt-tests: update 2.7 -> 2.8 2025-01-04 12:34:03 +00:00
recipes-sato webkitgtk: Disable JIT on RISCV64 2025-01-09 16:59:23 +00:00
recipes-support libgit2: update 1.8.4 -> 1.9.0 2025-01-10 11:26:29 +00:00
site site/arm-linux: Fix typo for sizeof_char_p 2024-11-21 12:16:28 +00:00
COPYING.MIT
recipes.txt