Go to file
Andrei Gherzan be89766e7b nss: Fix warnings generated by getcwd
getcwd() conforms to POSIX.1-2001 which leaves the behaviour when the
buf argument is NULL, undefined. This makes gcc 10+ throw the following
warning:

argument 1 is null but the corresponding size argument 2 value is 4096

Initially, this was fixed by disabling NSS_ENABLE_WERROR. This patch
re-enables NSS_ENABLE_WERROR (by leaving it to its default value) and
takes advantage of the existing functionality in nss that wraps the
getcwd call into a function making sure that the buf argument is always
properly allocated.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit dad2aef6be)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-03-07 07:48:59 -08:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems fuse: set CVE_PRODUCT to "fuse_project:fuse" 2021-01-16 10:09:40 -08:00
meta-gnome gedit: Inherit python3targetconfig 2021-02-13 12:29:38 -08:00
meta-initramfs README: updated Maintainers list for Gatesgarth 2020-11-04 12:32:44 -08:00
meta-multimedia gupnp: Upgrade to 1.2.2 -> 1.2.4 2021-01-16 10:09:35 -08:00
meta-networking openipmi: Inherit python3targetconfig 2021-02-14 15:47:53 -08:00
meta-oe nss: Fix warnings generated by getcwd 2021-03-07 07:48:59 -08:00
meta-perl README: updated Maintainers list for Gatesgarth 2020-11-04 12:32:44 -08:00
meta-python python3-pykwalify: Do not unset _PYTHON_SYSCONFIGDATA_NAME 2021-02-15 08:13:54 -08:00
meta-webserver README: updated Maintainers list for Gatesgarth 2020-11-04 12:32:44 -08:00
meta-xfce README: updated Maintainers list for Gatesgarth 2020-11-04 12:32:44 -08: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 README: updated Maintainers list for Gatesgarth 2020-11-04 12:32:44 -08:00

Collection of layers for the OE-core universe

gatesgarth 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