Go to file
Khem Raj 950b33eebf
minifi-cpp: Fix build with clang
Disable c++11-narrowing-const-reference warning as error
Fixes
git/extensions/standard-processors/utils/JoltUtils.cpp:498:23: error: non-constant-expression cannot be narrowed from type 'unsigned long long' to 'unsigned int' in initializer list [-Wc++11-narrowing-const-reference]

return ResultT{{std::stoull(std::string{idx_begin, it}), {}}, it};
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-03-25 22:01:01 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems recipes: drop ld-is-gold support 2025-02-23 17:36:08 -08:00
meta-gnome xdg-desktop-portal-gtk: upgrade 1.15.2 -> 1.15.3 2025-03-25 14:57:20 -07:00
meta-initramfs grubby: Do not inherit autotools class 2025-03-21 11:07:32 -07:00
meta-multimedia pipewire: Deduce branch name from PV 2025-03-24 20:59:08 -07:00
meta-networking memcached: upgrade 1.6.37 -> 1.6.38 2025-03-25 09:33:53 -07:00
meta-oe minifi-cpp: Fix build with clang 2025-03-25 22:01:01 -07:00
meta-perl libnet-dns-perl: upgrade 1.49 -> 1.50 2025-02-26 08:30:50 -08:00
meta-python python3-netaddr: add missing RDEPENDS on python3-pprint 2025-03-25 18:32:07 -07:00
meta-webserver hiawatha: upgrade 11.1 -> 11.2 2025-03-20 15:17:23 -07:00
meta-xfce xfce4-sensors-plugin: 1.4.4 -> 1.4.5 2025-03-18 23:02:44 -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