summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/asio/asio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/asio/asio.inc')
-rw-r--r--meta-oe/recipes-support/asio/asio.inc11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/asio/asio.inc b/meta-oe/recipes-support/asio/asio.inc
index 49c236fc01..c2a6b1b523 100644
--- a/meta-oe/recipes-support/asio/asio.inc
+++ b/meta-oe/recipes-support/asio/asio.inc
@@ -1,9 +1,10 @@
1DESCRIPTION = "Asio" 1DESCRIPTION = "Asio is a cross-platform C++ library for network and low-level \
2HOMEPAGE = "http://asio.sf.net/" 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"
3SECTION = "libs" 6SECTION = "libs"
4LICENSE = "Boost Software License" 7LICENSE = "BSL-1.0"
5
6INC_PR = "r0"
7 8
8DEPENDS = "boost" 9DEPENDS = "boost"
9 10