summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/asio
Commit message (Collapse)AuthorAgeFilesLines
* asio: upgrade 1.28.0 -> 1.30.2Wang Mingyu2024-04-232-36/+3
| | | | | | | | | | License-Update: Copyright year updated to 2024. 0001-Add-the-pkgconfigdir-location.patch included in 1.30.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remove unused AUTHOR variableMichael Opdenacker2023-08-031-1/+0
| | | | | | | | | No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: fix malformed Upstream-StatusMartin Jansa2023-06-211-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: update to 1.28.0Vasileios Anagnostopoulos2023-05-092-5/+36
| | | | | | | | | License-Update: change in the copyright year [1] [1] https://github.com/chriskohlhoff/asio/commit/8d176a2c81e0b49ff11cf2c22dcccf504dc64aea Signed-off-by: Vasileios Anagnostopoulos <anagnwstopoulos@hotmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: upgrade 1.18.1.bb -> 1.20.0wangmy2021-10-191-3/+2
| | | | | | | | | | | | | | | | release note: Fixed experimental::coro compatibility with gcc. Fixed experimental::promise compatibility with gcc. Added documentation for per-operation cancellation. Added documentation for parallel_group. Added overview documentation for experimental::coro. Added some missing C++14 examples. Updated C++20 coroutines overview documentation. -License-Update: Copyright year updated to 2021. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* asio: upgrade 1.18.0 -> 1.18.1zangrc2021-01-051-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: upgrade 1.16.1 -> 1.18.0Zang Ruochen2020-09-101-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: extend recipe to add native supportBjarne Michelsen2020-08-251-1/+3
| | | | | | | | Native support is not required by anything in oe-core, but may be useful for some project specfic use cases. Signed-off-by: Bjarne Michelsen <bjarne_michelsen@hotmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: upgrade 1.12.2 -> 1.16.1Andreas Müller2020-06-201-3/+4
| | | | | | | License checksum was changed by change of copyright year Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: add PACKAGECONFIG boostSean Nyekjaer2019-03-071-1/+5
| | | | | Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: Update to 1.12.2Khem Raj2019-01-301-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: Upgrade to 1.12.1Khem Raj2018-09-084-121/+7
| | | | | | | | | * 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 <raj.khem@gmail.com>
* asio: fix a musl compilation warningAndré Draszik2016-11-232-1/+68
| | | | | | | | | | 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 <adraszik@tycoint.com> Reviewed-by: Sylvain Lemieux <slemieux@tycoint.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* asio: DEPENDS on opensslAndré Draszik2016-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* asio: fix musl compilation (strerror_r)André Draszik2016-09-052-0/+48
| | | | | | | Cherry picked upstream commit Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* asio: update to version 1.10.6Derek Straka2016-08-082-6/+6
| | | | | | | * License remains the same (dates updates) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: use BPN in SRC_URIRobert Yang2014-07-151-1/+1
| | | | | | | | | | | | Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* asio: package bumpTrevor Woerner2014-04-203-13/+12
| | | | | | | | This recipe had been failing to build, bumping to the latest stable release resolves all build issues. Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* asio: fix runtime dependencies for images with dev-pkgs in IMAGE_FEATURESAndreas Müller2013-07-081-0/+1
| | | | | | | | | | | | 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 <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* asio 1.4.1: import from OE classicKoen Kooi2011-10-242-0/+21
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>