Go to file
Khem Raj ee3c680c30 audit: Upgrade to 3.0.8 and fix build with linux 5.17+
audit errors out due to swig munging it does with kernel headers

| audit_wrap.c: In function '_wrap_audit_rule_data_buf_set':
| audit_wrap.c:4701:17: error: cast specifies array type
|  4701 |     arg1->buf = (char [])(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(arg2), sizeof(char)*(size));
|       |                 ^
| audit_wrap.c:4701:15: error: invalid use of flexible array member
|  4701 |     arg1->buf = (char [])(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(arg2), sizeof(char)*(size));
|       |               ^
| audit_wrap.c:4703:15: error: invalid use of flexible array member
|  4703 |     arg1->buf = 0;
|       |               ^

These errors are due to VLAIS from kernel headers, so we copy
linux/audit.h and make the needed change in local audit.h and make
needed arrangements in build to use it when building audit package

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-08-08 11:38:15 -07:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems zfs: update to v2.1.5 2022-08-08 11:38:15 -07:00
meta-gnome libwacom: upgrade 2.3.0 -> 2.4.0 2022-08-06 09:12:14 -07:00
meta-initramfs grubby: fix syntax for ALTERNATIVE 2022-06-30 13:39:27 -04:00
meta-multimedia bigbuckbunny-1080p: update SRC_URI 2022-07-26 10:38:42 -04:00
meta-networking autofs: Fix build with glibc 2.36 2022-08-06 22:53:24 -07:00
meta-oe audit: Upgrade to 3.0.8 and fix build with linux 5.17+ 2022-08-08 11:38:15 -07:00
meta-perl PATCH] logcheck: upgrade 1.3.23 -> 1.3.24 2022-07-19 18:38:44 -07:00
meta-python python3-werkzeug: upgrade 2.2.0 -> 2.2.1 2022-08-06 09:51:32 -07:00
meta-webserver apache2: Fix the buildpaths issue 2022-08-06 09:40:09 -07:00
meta-xfce catfish: fix buildpaths issue 2022-07-20 07:22:44 -07:00
recipes-devtools/python python3-jsonrpcserver: add patch to use importlib.resources instead of pkg_resources 2022-08-06 09:40:09 -07:00
.gitignore
COPYING.MIT
README

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