blob: ae721263dd21f55f727776b0a12c3d1ae3d310ea [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001SUMMARY = "Asio is C++ library for network and low-level I/O programming"
2DESCRIPTION = "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."
5AUTHOR = "Christopher M. Kohlhoff (chris at kohlhoff dot com)"
6HOMEPAGE = "http://think-async.com/Asio"
7SECTION = "libs"
8LICENSE = "BSL-1.0"
9
10DEPENDS = "openssl"
11
Andrew Geissler3eeda902023-05-19 10:14:02 -050012SRC_URI = " \
13 ${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2 \
14 file://0001-Add-the-pkgconfigdir-location.patch \
15"
Andrew Geisslereff27472021-10-29 15:35:00 -050016
17inherit autotools
18
19ALLOW_EMPTY:${PN} = "1"
20
Andrew Geissler3eeda902023-05-19 10:14:02 -050021LIC_FILES_CHKSUM = "file://COPYING;md5=ff668366bbdb687b6029d33a5fe4b999"
Andrew Geisslereff27472021-10-29 15:35:00 -050022
Andrew Geissler3eeda902023-05-19 10:14:02 -050023SRC_URI[sha256sum] = "d0ddc2361abd2f4c823e970aaf8e28b4b31ab21b1a68af16b114fc093661e232"
Andrew Geisslereff27472021-10-29 15:35:00 -050024
25PACKAGECONFIG ??= "boost"
26
27PACKAGECONFIG[boost] = "--with-boost=${STAGING_LIBDIR},--without-boost,boost"
28
29BBCLASSEXTEND = "native nativesdk"