blob: 9cea82491911abf784c750569f234bf46c6c4f0c [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
9DEPENDS = "boost"
10
11SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2"
12
13inherit autotools
14
15ALLOW_EMPTY_${PN} = "1"