Go to file
Niko Mauno 39028d0d9d
python3-pybind11: Restore strip prevention patch
The patch which removed the pybind11_strip() call from provisioned
pybind11*Tools.cmake files was dropped in commit
5c455804ae ("python3-pybind11: Upgrade
to 2.10.3").

However this change delegated the requirement to set CMAKE_BUILD_TYPE
as 'Debug' or 'RelWithDebInfo' (or as unset) to the cmake utilizing
packages which have build time dependency on python3-pybind11, failure
to do which causes following kind of BitBake failure with Yocto:

  ERROR: foobar-1.0.0-r0 do_package: QA Issue: File '/usr/lib/python3.11/site-packages/foobar.so' from foobar was already stripped, this will prevent future debugging! [already-stripped]

Restore the patch so that the stripping is delegated to Yocto once
more, allowing depending cmake packages to work out of the box also
when they use 'Release' or 'MinSizeRel' as CMAKE_BUILD_TYPE by
default.

Signed-off-by: Joonas Salonpää <joonas.salonpaa@vaisala.com>
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-26 08:14:44 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems meta-multimedia-image-ptest: Add images to enable BBCLASSEXTEND parallel execution 2024-02-22 19:23:55 -08:00
meta-gnome meta-gnome: drop ${PYTHON_PN} 2024-02-19 23:22:25 -08:00
meta-initramfs kexec-tools-klibc: Fix building on x86_64 with binutils 2.41 2024-02-13 15:08:40 -08:00
meta-multimedia meta-multimedia-image-ptest: Add images to enable BBCLASSEXTEND parallel execution 2024-02-22 19:23:55 -08:00
meta-networking meta-networking: Express dependency on meta-python 2024-02-26 08:13:22 -08:00
meta-oe sdmon: add new package 2024-02-26 08:14:43 -08:00
meta-perl ptest-packagelists-meta-perl.inc: Move couple of test to PTESTS_FAST_META_PERL 2024-02-26 08:13:21 -08:00
meta-python python3-pybind11: Restore strip prevention patch 2024-02-26 08:14:44 -08:00
meta-webserver netdata: version bump 1.43.2 -> 1.44.3 2024-02-21 19:59:52 -08:00
meta-xfce thunar: inherit gtk-doc 2024-01-14 10:54:10 -08:00
.gitignore
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@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