Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 1 | SUMMARY = "Asio is C++ library for network and low-level I/O programming" |
| 2 | DESCRIPTION = "Asio is a cross-platform C++ library for network and low-level \ |
| 3 | I/O programming that provides developers with a consistent asynchronous \ |
| 4 | model using a modern C++ approach." |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 5 | HOMEPAGE = "http://think-async.com/Asio" |
| 6 | SECTION = "libs" |
| 7 | LICENSE = "BSL-1.0" |
| 8 | |
| 9 | DEPENDS = "openssl" |
| 10 | |
Andrew Geissler | 3eeda90 | 2023-05-19 10:14:02 -0500 | [diff] [blame] | 11 | SRC_URI = " \ |
| 12 | ${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2 \ |
| 13 | file://0001-Add-the-pkgconfigdir-location.patch \ |
| 14 | " |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 15 | |
| 16 | inherit autotools |
| 17 | |
| 18 | ALLOW_EMPTY:${PN} = "1" |
| 19 | |
Andrew Geissler | 3eeda90 | 2023-05-19 10:14:02 -0500 | [diff] [blame] | 20 | LIC_FILES_CHKSUM = "file://COPYING;md5=ff668366bbdb687b6029d33a5fe4b999" |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 21 | |
Andrew Geissler | 3eeda90 | 2023-05-19 10:14:02 -0500 | [diff] [blame] | 22 | SRC_URI[sha256sum] = "d0ddc2361abd2f4c823e970aaf8e28b4b31ab21b1a68af16b114fc093661e232" |
Andrew Geissler | eff2747 | 2021-10-29 15:35:00 -0500 | [diff] [blame] | 23 | |
| 24 | PACKAGECONFIG ??= "boost" |
| 25 | |
| 26 | PACKAGECONFIG[boost] = "--with-boost=${STAGING_LIBDIR},--without-boost,boost" |
| 27 | |
| 28 | BBCLASSEXTEND = "native nativesdk" |