Go to file
Moritz Haase a08eabb3b8
leveldb: Allow to build with CMake 4+
The component itself builds just fine with CMake 4, but the tests don't as they
rely on a bundled version of GTest that is six years old. Since upstream is
inactive, the simplest course of action is to apply the 'minimum policy version'
override (as implemented in CMake, it only affects the GTest submodule).

System GTest can not be used instead (easily), as among other things it requires
C++14 and the project uses C++11.

Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
CC: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-15 07:49:27 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems e2tools: Do not hardcode 'git' as part of path in ptests 2025-07-14 00:00:35 -07:00
meta-gnome libdex: upgrade 0.10.0 -> 0.10.1 2025-07-08 23:40:28 -07:00
meta-initramfs dracut: add 'git' recipe with DEFAULT_PREFERENCE = -1 2025-07-04 09:42:10 -07:00
meta-multimedia oscam: Add DCMAKE_POLICY_VERSION_MINIMUM=3.5 2025-07-12 14:15:33 -07:00
meta-networking relayd: Fix building with CMake 4+ 2025-07-15 00:25:32 -07:00
meta-oe leveldb: Allow to build with CMake 4+ 2025-07-15 07:49:27 -07:00
meta-perl libhtml-parser-perl: upgrade 3.72 -> 3.73 2025-07-12 13:50:00 -07:00
meta-python python3-crc: add initial recipe for version 7.1.0 2025-07-15 00:25:31 -07:00
meta-webserver hiawatha: Upgrade to 11.7 2025-07-12 13:50:00 -07:00
meta-xfce xfce4-whiskermenu-plugin: Upgrade to 2.10.1 release 2025-07-12 13:50:02 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
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