Go to file
Markus Volk ec35c8e07a
libtinyxml2: use cmake buildsystem
Currently tinyxml2 is built with meson, which doesn't generate files in /usr/lib/cmake
Use cmake instead. This will generate files in both /usr/lib/cmake and /usr/lib/pkgconfig
and allow cmake projects to find libtinyxml2.

Avoids errors such as:

| CMake Error at CMakeLists.txt:11 (find_package):
|   By not providing "FindTinyXML2.cmake" in CMAKE_MODULE_PATH this project has
|   asked CMake to find a package configuration file provided by "TinyXML2",
|   but CMake did not find one.
|
|   Could not find a package configuration file provided by "TinyXML2" with any
|   of the following names:
|
|     TinyXML2Config.cmake
|     tinyxml2-config.cmake
|
|   Add the installation prefix of "TinyXML2" to CMAKE_PREFIX_PATH or set
|   "TinyXML2_DIR" to a directory containing one of the above files.  If
|   "TinyXML2" provides a separate development package or SDK, be sure it has
|   been installed.
|
|
| -- Configuring incomplete, errors occurred!

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-11-04 16:52:46 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfsdump: Make build reproducible 2025-10-28 23:31:28 -07:00
meta-gnome sysprof: Disable on riscv32 2025-10-30 22:13:44 -07:00
meta-initramfs dracut: Fix the multi-lib config 2025-09-30 09:01:05 -07:00
meta-multimedia fluidsynth: update 2.4.5 -> 2.4.8 2025-10-31 08:55:36 -07:00
meta-networking strongswan: upgrade 6.0.2 -> 6.0.3 2025-11-02 08:29:25 -08:00
meta-oe libtinyxml2: use cmake buildsystem 2025-11-04 16:52:46 -08:00
meta-perl ptest-packagelists-meta-perl: remove libxml-libxml-perl 2025-10-31 11:38:34 -07:00
meta-python python3-yappi: upgrade 1.6.10 -> 1.7.3 2025-10-29 10:14:14 -07:00
meta-webserver webmin: upgrade 2.303 -> 2.402 2025-10-30 11:38:13 -07:00
meta-xfce xfce4-mpc-plugin: upgrade 0.5.5 -> 0.6.0 2025-10-08 18:46:04 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07: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