<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-support/asio, branch kraj/dunfell</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kraj%2Fdunfell</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=kraj%2Fdunfell'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2019-03-07T17:33:45+00:00</updated>
<entry>
<title>asio: add PACKAGECONFIG boost</title>
<updated>2019-03-07T17:33:45+00:00</updated>
<author>
<name>Sean Nyekjaer</name>
<email>sean@geanix.com</email>
</author>
<published>2019-03-07T09:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=923d7082df3c70a597b05b5543e06cd8c00e3e7e'/>
<id>urn:sha1:923d7082df3c70a597b05b5543e06cd8c00e3e7e</id>
<content type='text'>
Signed-off-by: Sean Nyekjaer &lt;sean@geanix.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>asio: Update to 1.12.2</title>
<updated>2019-01-30T21:34:49+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2019-01-29T23:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e3a9b1a97612ccc13ce1b4f33ada45a1e35fa154'/>
<id>urn:sha1:e3a9b1a97612ccc13ce1b4f33ada45a1e35fa154</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>asio: Upgrade to 1.12.1</title>
<updated>2018-09-08T20:32:11+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2018-09-05T17:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=764eb5d9f8f94f394293e3706aa3be3a4d70cf76'/>
<id>urn:sha1:764eb5d9f8f94f394293e3706aa3be3a4d70cf76</id>
<content type='text'>
* Fixes build with openSSL 1.1.x
* Merge .inc into .bb its a single recipe using it

License-Update: Change Copyright years

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>asio: fix a musl compilation warning</title>
<updated>2016-11-23T14:24:44+00:00</updated>
<author>
<name>André Draszik</name>
<email>adraszik@tycoint.com</email>
</author>
<published>2016-11-09T15:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=902a38b9891f5b3358ce5c48ee6b99bddb39d29c'/>
<id>urn:sha1:902a38b9891f5b3358ce5c48ee6b99bddb39d29c</id>
<content type='text'>
This is the same patch as applied to boost's copy
of asio in openembedded-core, with slightly
massaged paths

Signed-off-by: André Draszik &lt;adraszik@tycoint.com&gt;
Reviewed-by: Sylvain Lemieux &lt;slemieux@tycoint.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>asio: DEPENDS on openssl</title>
<updated>2016-11-23T14:24:43+00:00</updated>
<author>
<name>André Draszik</name>
<email>adraszik@tycoint.com</email>
</author>
<published>2016-11-09T15:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=334608d5ddb758b2776cd7b98cf7cdbbf6643657'/>
<id>urn:sha1:334608d5ddb758b2776cd7b98cf7cdbbf6643657</id>
<content type='text'>
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 &lt;adraszik@tycoint.com&gt;
Reviewed-by: Sylvain Lemieux &lt;slemieux@tycoint.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>asio: fix musl compilation (strerror_r)</title>
<updated>2016-09-05T11:30:52+00:00</updated>
<author>
<name>André Draszik</name>
<email>git@andred.net</email>
</author>
<published>2016-08-29T12:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2fe1b297615b6ce526870fbf1902c3d0541c26c1'/>
<id>urn:sha1:2fe1b297615b6ce526870fbf1902c3d0541c26c1</id>
<content type='text'>
Cherry picked upstream commit

Signed-off-by: André Draszik &lt;git@andred.net&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>asio: update to version 1.10.6</title>
<updated>2016-08-08T11:54:04+00:00</updated>
<author>
<name>Derek Straka</name>
<email>derek@asterius.io</email>
</author>
<published>2016-08-04T17:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=5d0595519d9f65f425fc894090cd723fca02a7a8'/>
<id>urn:sha1:5d0595519d9f65f425fc894090cd723fca02a7a8</id>
<content type='text'>
* License remains the same (dates updates)

Signed-off-by: Derek Straka &lt;derek@asterius.io&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-oe: use BPN in SRC_URI</title>
<updated>2014-07-15T12:56:55+00:00</updated>
<author>
<name>Robert Yang</name>
<email>liezhi.yang@windriver.com</email>
</author>
<published>2014-07-03T02:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=05de0ca43d325d32faa6067013cd7c596f2001bf'/>
<id>urn:sha1:05de0ca43d325d32faa6067013cd7c596f2001bf</id>
<content type='text'>
Fixed SRC_URI:
* ${PN} -&gt; ${BPN}, use ${BP} if it was ${PN}-${PV}
* ${P} -&gt; ${BP}

Otherwise we would meet do_fetch errors when we do the multilib, native
or nativesdk build.

Signed-off-by: Robert Yang &lt;liezhi.yang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>asio: package bump</title>
<updated>2014-04-20T09:03:23+00:00</updated>
<author>
<name>Trevor Woerner</name>
<email>trevor.woerner@linaro.org</email>
</author>
<published>2014-04-01T02:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=95f718e9d76202a1a36c8202cec73d2977d093c3'/>
<id>urn:sha1:95f718e9d76202a1a36c8202cec73d2977d093c3</id>
<content type='text'>
This recipe had been failing to build, bumping to the latest stable release
resolves all build issues.

Signed-off-by: Trevor Woerner &lt;trevor.woerner@linaro.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>asio: fix runtime dependencies for images with dev-pkgs in IMAGE_FEATURES</title>
<updated>2013-07-08T08:35:57+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2013-07-02T06:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6df02c4f9a693cba145f54f56aab61d4038771c5'/>
<id>urn:sha1:6df02c4f9a693cba145f54f56aab61d4038771c5</id>
<content type='text'>
asio-dev created REDEPENS on asio which was not existent. This caused do_rootfs
for other packages fail with something like:

|  * satisfy_dependencies_for: Cannot satisfy the following dependencies for abiword-dev:
|  * 	asio (= 1.4.1-r0.0) *
|  * opkg_install_cmd: Cannot install package abiword-dev.

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
