Go to file
Wang Mingyu d23de74dc8
procmail: Add -Wno-implicit-int to fix error of do_compile
Without the option -Wno-implicit-int , the following error will occur and the command  procmail will not be installed to target.
lmtp.c:54:8: error: type defaults to 'int' in declaration of 'ctopfd' [-Wimplicit-int]
   54 | static ctopfd;
      |        ^~~~~~
make[1]: [Makefile:239: lmtp.o] Error 1 (ignored)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-29 02:33:26 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfstests: bstat: use uint32_t instead of __uint32_t to fix build with musl 2025-04-27 15:23:47 -07:00
meta-gnome gegl: make use of virtual/libsdl2 2025-04-25 14:47:09 -07:00
meta-initramfs kexecboot: fix build error with gcc-15 2025-04-24 08:45:52 -07:00
meta-multimedia pipewire: Avoid having pipewire-native depend on pipewire 2025-04-28 14:17:36 -07:00
meta-networking nftables: upgrade 1.1.2 -> 1.1.3 2025-04-29 02:33:23 -07:00
meta-oe procmail: Add -Wno-implicit-int to fix error of do_compile 2025-04-29 02:33:26 -07:00
meta-perl libauthen-sasl-perl: upgrade 2.1700 -> 2.1800 2025-04-29 02:33:23 -07:00
meta-python python3-pycares: upgrade 4.6.0 -> 4.6.1 2025-04-29 02:33:25 -07:00
meta-webserver apache2: Scrub -ffile-prefix-map in build.nice file 2025-04-22 09:10:56 -07:00
meta-xfce xfce4-session: Update D-Bus runtime dependency declaration 2025-04-24 18:43:19 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
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