Go to file
Martin Jansa 8b4b7567a6 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: Khem Raj <raj.khem@gmail.com>
2019-08-12 09:11:01 -07:00
contrib
meta-filesystems ufs-tool: add tool to access UFS (Universal Flash Storage) devices 2019-08-03 17:05:01 -07:00
meta-gnome abiword: remove 2019-08-11 19:52:47 -07:00
meta-initramfs klibc: Pass -fno-builtin-bcmp with musl/clang combo 2019-08-08 10:01:45 -07:00
meta-multimedia meta-multimedia: Remove GNOME_COMPRESS_TYPE = "xz" in recipes 2019-07-22 14:16:51 -07:00
meta-networking ntop: fix missing return from non-void function 2019-08-12 09:11:01 -07:00
meta-oe redis: backport a fix for stack trace generation on aarch64 2019-08-12 09:11:01 -07:00
meta-perl libsub-exporter-progressive-perl: Remove unneeded DEPENDS_PN 2019-08-03 12:43:47 -07:00
meta-python python3-twofish: Fix missing return statements in module stubs 2019-08-12 09:11:01 -07:00
meta-webserver Netdata upgrade: 1.8.0 -> 1.16.0 2019-08-02 18:04:41 -07:00
meta-xfce xfce4-datetime-setter: add recipe 2019-08-09 09:19:03 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README Update maintainers 2018-08-27 10:53:58 -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