Go to file
Khem Raj 82b8ae6bd2 networkmanager: Fix build with clang
Detecting libdl for dlopen when failed returns
"none required", which then gets added to linker commandline
and inturn fails to link with errors obviously because "-lnone required"
is no such library.

This patch is not musl dependent, earlier patches clubbed it into musl
patch however this is needed with clang too regardless of the C library
the reason is clang automatically brings in libdl in OE and hence this
test is failing.

This is noop with gcc since the first check will pass thats why it works
in first place

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2019-04-06 16:59:58 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-demo/recipes-devtools/python python-flask-socketio 2019-04-06 08:22:22 -07:00
meta-filesystems layer.conf: Add warrior to compatible release series 2019-04-01 19:49:48 -07:00
meta-gnome gnome-desktop3: rework gobject-introspection handling 2019-04-06 08:22:22 -07:00
meta-initramfs dracut: fix udevdir not found 2019-04-06 08:22:22 -07:00
meta-multimedia ncmpc: Rename artist_screen to library_screen 2019-04-06 08:22:48 -07:00
meta-networking networkmanager: Fix build with clang 2019-04-06 16:59:58 -07:00
meta-oe doxygen: Make it build with ninja 1.9.0 2019-04-06 08:22:22 -07:00
meta-perl layer.conf: Add warrior to compatible release series 2019-04-01 19:49:48 -07:00
meta-python python-cryptography: Bump from 2.4.1 to 2.6.1 2019-04-06 08:22:22 -07:00
meta-webserver layer.conf: Add warrior to compatible release series 2019-04-01 19:49:48 -07:00
meta-xfce xfce4-screenshooter: upgrade 1.9.4 -> 1.9.5 2019-04-06 08:22:22 -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 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