blob: 54f78e41d121e064b220aa73cd14d3db77e766ba [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "Asio is a cross-platform C++ library for network and low-level \
2 I/O programming that provides developers with a consistent asynchronous \
3 model using a modern C++ approach."
4AUTHOR = "Christopher M. Kohlhoff (chris at kohlhoff dot com)"
5HOMEPAGE = "http://think-async.com/Asio"
6SECTION = "libs"
7LICENSE = "BSL-1.0"
8
Patrick Williamsddad1a12017-02-23 20:36:32 -06009DEPENDS = "boost openssl"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010
11SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2"
12
13inherit autotools
14
15ALLOW_EMPTY_${PN} = "1"