Go to file
Martin Jansa 59475ff392 python3-twofish: Fix missing return statements in module stubs
* fixes build with -Werror=return-type
  twofish.c: In function 'init_twofish':
  twofish.c:45:1: error: control reaches end of non-void function [-Werror=return-type]
     45 | PyMODINIT_FUNC init_twofish(void) { }
        | ^~~~~~~~~~~~~~
  twofish.c: In function 'PyInit__twofish':
  twofish.c:46:1: error: control reaches end of non-void function [-Werror=return-type]
     46 | PyMODINIT_FUNC PyInit__twofish(void) { }
        | ^~~~~~~~~~~~~~
  cc1: some warnings being treated as errors

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2019-10-19 08:15:32 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems exfat-utils: moved to github 2019-09-02 19:39:29 -07:00
meta-gnome gnome-desktop3: Fix REQUIRED_DISTRO_FEATURES 2019-09-02 19:39:52 -07:00
meta-initramfs klibc: Disable bcmp builtin for clang on glibc as well 2019-10-05 07:45:32 -07:00
meta-multimedia vlc: rework qt PACKAGECONFIG 2019-10-19 08:14:47 -07:00
meta-networking tcpdump: Fix CVE-2017-16808 2019-10-05 07:45:13 -07:00
meta-oe polkit-group-rules: Fix error in do_rootfs for rpm package-manager 2019-10-19 08:14:11 -07:00
meta-perl README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00
meta-python python3-twofish: Fix missing return statements in module stubs 2019-10-19 08:15:32 -07:00
meta-webserver apache2: fix multilib file conflicts 2019-10-05 07:45:32 -07:00
meta-xfce xfce4-panel: Draw icons/background properly when compositing is disabled 2019-10-19 08:13:54 -07:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: updated Maintainers list for Warrior 2019-05-07 09:34:43 -07:00

Collection of layers for the OE-core universe

Warrior 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