Go to file
Yoann Congal 1429a784c7
squid: workaround a build failure with native gcc10
When build on Debian 11 (gcc10), squid fails to build[0] because of a
bug[1] in the configure step (it mixes options between old native compiler
and recent target compiler: the former needs the std=c++17 option, the latter
doesn't).

The workaround is to force the "-std=c++17" option for the native build.

NB: Our Buildroot friends have the same workaround[2].

[0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/23/steps/28/logs/stdio
[1]: https://bugs.squid-cache.org/show_bug.cgi?id=5376
     Bug closed as invalid by upstream
[2]: 932b52fad8/package/squid/squid.mk (L24)

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-19 08:28:01 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems fuse3: move from meta-filesystems to meta-oe 2024-05-19 08:27:51 -07:00
meta-gnome tracker: upgrade 3.7.2 -> 3.7.3 2024-05-19 08:27:59 -07:00
meta-initramfs reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-29 11:11:51 -07:00
meta-multimedia tinyalsa: Upgrade to tip of trunk 2024-05-19 08:28:00 -07:00
meta-networking squid: workaround a build failure with native gcc10 2024-05-19 08:28:01 -07:00
meta-oe ostree: Upgrade 2024.5 -> 2024.6 2024-05-19 08:28:01 -07:00
meta-perl libnet-dns-perl: upgrade 1.40 -> 1.45 2024-05-19 08:27:53 -07:00
meta-python python3-grpcio: fix do_compile failure for qemuppc64/qemuppc 2024-05-19 08:27:59 -07:00
meta-webserver nginx: Upgrade stable 1.24.0 -> 1.26.0 2024-04-30 17:02:36 -07:00
meta-xfce reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-29 11:11:51 -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