Go to file
Wang Mingyu e621da9470
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>
(cherry picked from commit d23de74dc8)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2025-09-24 10:04:48 +08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems e2tools: Fix buildpaths QA warning in config.status in ptest 2025-04-16 20:30:24 -04:00
meta-gnome ghex,gnome-chess,gnome-photos: Add missing dep on itstool-native 2025-01-05 16:46:47 -05:00
meta-initramfs reproducibility: move repro excludes from AB config.json to meta-oe 2024-04-30 11:00:33 -07:00
meta-multimedia pipewire: Install missing ALSA config files 2025-04-26 15:50:22 -04:00
meta-networking ssmping: Use debian mirror for SRC_URI 2025-09-23 16:30:15 +08:00
meta-oe procmail: Add -Wno-implicit-int to fix error of do_compile 2025-09-24 10:04:48 +08:00
meta-perl logcheck: correct the SRC_URI 2025-07-10 20:23:41 -04:00
meta-python python3-posix-ipc: fix runtime error 2025-09-23 10:01:46 +08:00
meta-webserver mod-dnssd: update SRC_URI 2025-09-23 16:30:15 +08:00
meta-xfce xfce4 update HOMEPAGEs 2025-07-10 20:29:57 -04: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 meta-openemnedded: Add myself as scarthgap maintainer 2024-03-27 20:07:53 -07:00

Collection of layers for the OE-core universe

Main layer 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