meta-openembedded/meta-oe
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
..
classes gitpkgv: Fix $GITPKV for a single named git source 2016-09-05 13:30:50 +02:00
conf meta_oe_security_flags.inc: Add libcec, libmodplug, libcdio 2016-11-23 15:24:00 +01:00
licenses acpitests: Fix license issue 2016-05-10 20:18:57 +02:00
recipes-benchmark phoronix-test-suite: 6.0.1 -> 6.6.1 2016-11-23 15:24:43 +01:00
recipes-bsp/pointercal pointercal: move recipe from oe-core 2016-09-26 08:29:10 +02:00
recipes-connectivity krb5: Add -fPIC to compile flags 2016-11-23 15:24:01 +01:00
recipes-core meta-oe: remove trailing spaces 2016-08-22 15:56:29 +02:00
recipes-devtools python-distutils-extra: initial add 2.39 2016-11-23 15:23:59 +01:00
recipes-extended gnuplot: upgrade to 5.0.5 2016-11-23 15:24:42 +01:00
recipes-gnome gtk-doc: disable where necessary 2016-09-05 13:30:51 +02:00
recipes-graphics ttf-abyssinica: update SRC_URI 2016-11-23 15:23:59 +01:00
recipes-kernel crash: Enforce use of LDFLAGS during make 2016-09-26 08:29:12 +02:00
recipes-multimedia v4l-utils: add support for "native" build 2016-10-25 15:31:17 +02:00
recipes-navigation gpsd, mongodb: use PACKAGECONFIG_CONFARGS instead of now empty EXTRA_OECONF 2016-10-21 18:20:45 +02:00
recipes-sato/claws-mail libetpan, claws*: blacklist because of gnutls upgrade 2016-01-06 13:25:59 +01:00
recipes-support asio: DEPENDS on openssl 2016-11-23 15:24:43 +01:00
recipes-test fwts: Update to 16.09 release 2016-11-23 15:24:01 +01:00
site
COPYING.MIT
README

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: master
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH'

You are encouraged to fork the mirror on github https://github.com/openembedded/meta-oe/ to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like gitorious, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI.

Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net>
                       Martin Jansa <martin.jansa@gmail.com>