Go to file
Khem Raj 44ba6b5727 abseil-cpp: Fix build with glibc 2.34
* based on commit from honister, but without the upgrade:
  commit 8691de2580
  Author: Khem Raj <raj.khem@gmail.com>
  Date:   Sat May 8 14:38:52 2021 -0700

    abseil-cpp: Upgrade to lts_2021_03_24

    Fix build with glibc 2.34 while here
    Forward patches to this version
    Let system package the libraries

  to fix abseil-cpp-native build on e.g. Ubuntu-22.04 with glibc-2.34 to fix:

  | FAILED: absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o
  | /OE/lge/build/webosose/hardknott/BUILD/hosttools/g++ -Dfailure_signal_handler_EXPORTS -I/OE/lge/build/webosose/hardknott/BUILD/work/x86_64-linux/abseil-cpp-native/20200923+gitAUTOINC+6f9d96a1f4-r0/git -isystem/OE/lge/build/webosose/hardknott/BUILD/work/x86_64-linux/abseil-cpp-native/20200923+gitAUTOINC+6f9d96a1f4-r0/recipe-sysroot-native/usr/include -O2 -pipe -fPIC -Wall -Wextra -Wcast-qual -Wconversion-null -Wmissing-declarations -Woverlength-strings -Wpointer-arith -Wundef -Wunused-local-typedefs -Wunused-result -Wvarargs -Wvla -Wwrite-strings -Wno-missing-field-initializers -Wno-sign-compare -DNOMINMAX -std=gnu++14 -MD -MT absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o -MF absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o.d -o absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o -c /OE/lge/build/webosose/hardknott/BUILD/work/x86_64-linux/abseil-cpp-native/20200923+gitAUTOINC+6f9d96a1f4-r0/git/absl/debugging/failure_signal_handler.cc
  | /OE/lge/build/webosose/hardknott/BUILD/work/x86_64-linux/abseil-cpp-native/20200923+gitAUTOINC+6f9d96a1f4-r0/git/absl/debugging/failure_signal_handler.cc: In function ‘bool absl::lts_2020_09_23::SetupAlternateStackOnce()’:
  | /OE/lge/build/webosose/hardknott/BUILD/work/x86_64-linux/abseil-cpp-native/20200923+gitAUTOINC+6f9d96a1f4-r0/git/absl/debugging/failure_signal_handler.cc:138:32: error: no matching function for call to ‘max(long int, int)’
  |   138 |   size_t stack_size = (std::max(SIGSTKSZ, 65536) + page_mask) & ~page_mask;
  |       |                        ~~~~~~~~^~~~~~~~~~~~~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-04-29 18:43:20 -07:00
contrib pw-am.sh: update to new patcwork system 2022-04-02 10:37:03 -07:00
meta-filesystems recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
meta-gnome recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
meta-initramfs recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
meta-multimedia packagegroup-meta-multimedia: include x265 only with commercial in LICENSE_FLAGS_WHITELIST 2022-04-16 09:52:27 -07:00
meta-networking ebtables: remove perl from RDEPENDS 2022-02-23 15:39:12 -08:00
meta-oe abseil-cpp: Fix build with glibc 2.34 2022-04-29 18:43:20 -07:00
meta-perl recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
meta-python PATCH] python3-lxml: upgrade 4.6.3 -> 4.6.5 2022-04-16 09:52:00 -07:00
meta-webserver apache2: upgrade 2.4.52 -> 2.4.53 2022-04-16 09:52:52 -07:00
meta-xfce recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README README: updated Maintainers list for Hardknott 2021-03-31 07:05:07 -07:00

Collection of layers for the OE-core universe

hardknott maintainer: Armin Kuster  <akuster808@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