Go to file
André Draszik 334608d5dd asio: DEPENDS on openssl
asio may or may not build examples and tests that
depend on OpenSSL, alas, it has no way to explicitly
enable or disable OpenSSL support, which is enabled
unconditionally whenever openssl/ssl.h can be found.

Due to that we get non-deterministic build behaviour,
based on whether or not some other package pulled
OpenSSL into the sysroot before asio's configure is
running.

Additionally, we can get random compilation failures
if openssl/ssl.h exists during configure time, but is
removed from sysroot later, e.g. due to a concurrent
rebuild of OpenSSL at the same time as building asio.

Having an explicit DEPENDS avoids both these problems.
We can not use PACKAGECONFIG, because as mentioned
above there is no way to explicitly disable OpenSSL
support.

Signed-off-by: André Draszik <adraszik@tycoint.com>
Reviewed-by: Sylvain Lemieux <slemieux@tycoint.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23 15:24:43 +01:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-efl meta-oe: remove trailing spaces 2016-08-22 15:56:29 +02:00
meta-filesystems Revert "physfs: move to sources found at github/supertux" 2016-11-22 13:38:14 +01:00
meta-gnome libwnck3: add a recipe 2016-11-23 15:23:59 +01:00
meta-gpe gtk-doc: disable where necessary 2016-09-05 13:30:51 +02:00
meta-initramfs grubby: add bash to RDEPENDS_grubby-ptest 2016-09-26 08:29:12 +02:00
meta-multimedia streamripper: add v1.64.6 2016-11-23 15:24:02 +01:00
meta-networking wireshark: install missing header files 2016-11-14 13:01:33 -05:00
meta-oe asio: DEPENDS on openssl 2016-11-23 15:24:43 +01:00
meta-perl adduser: always add -M option for useradd 2016-10-25 15:31:17 +02:00
meta-python pyyaml: Enable nativesdk bake 2016-11-23 15:24:42 +01:00
meta-ruby ruby.bbclass: Fix usage with python3 2016-06-13 19:06:47 +02:00
meta-systemd dhcp_%.bbappend: fix replaces original key warning 2016-10-26 10:28:39 +02:00
meta-webserver apache2: cve-2016-5387 2016-11-23 15:23:57 +01:00
meta-xfce exo: unbreak Thunar's detailed file view 2016-11-23 15:23:58 +01: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: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories