Go to file
Kai Kang cff3116f66 python3-m2crypto: avoid host contamination for swig
If the version of libssl-dev is not match the version of libssl on the
build machine, it fails to compile SWIG/_m2crypto_wrap.c which is
created by swig for python3-m2crypto-native:

| SWIG/_m2crypto_wrap.c:9757:19: error: dereferencing pointer to
   incomplete type 'struct stack_st'
|   if (arg1) (arg1)->num = arg2;
|                   ^~

But it works if no libssl-dev installed on the build machine.

Export STAGING_DIR to make existing patch
0001-setup.py-link-in-sysroot-not-in-host-directories.patch work. And
filter out '/usr/inlucde' from include pathes of swig.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-06-28 09:02:47 -07:00
contrib PEP8 double aggressive W291 ~ W293 and W391 2021-04-15 09:28:44 -07:00
meta-filesystems sshfs-fuse: upgrade 3.7.1 -> 3.7.2 2021-06-27 13:30:47 -07:00
meta-gnome evince: upgrade 40.1 -> 40.2 2021-06-18 08:42:25 -07:00
meta-initramfs dracut: add CVE-2010-4176 to allowlist 2021-06-15 08:48:50 -07:00
meta-multimedia rygel: require gobject-introspection-data in DISTRO_FEATURES 2021-06-12 15:11:39 -07:00
meta-networking openvpn: add CVE-2020-7224 and CVE-2020-27569 to allowlist 2021-06-26 00:45:10 -07:00
meta-oe monit: upgrade 5.27.2 -> 5.28.0 2021-06-27 13:30:48 -07:00
meta-perl libnet-telnet-perl: upgrade 3.04 -> 3.05 2021-06-23 23:20:36 -07:00
meta-python python3-m2crypto: avoid host contamination for swig 2021-06-28 09:02:47 -07:00
meta-webserver packagegroup-meta-webserver: remove nostromo from pkg grp 2021-04-29 19:34:04 -07:00
meta-xfce mousepad: fix warning during postinst 2021-06-18 08:33:07 -07: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 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