aboutsummaryrefslogtreecommitdiffstats
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 @@
-DESCRIPTION = "Asio"
-HOMEPAGE = "http://asio.sf.net/"
+DESCRIPTION = "Asio is a cross-platform C++ library for network and low-level \
+ I/O programming that provides developers with a consistent asynchronous \
+ model using a modern C++ approach."
+AUTHOR = "Christopher M. Kohlhoff (chris at kohlhoff dot com)"
+HOMEPAGE = "http://think-async.com/Asio"
SECTION = "libs"
-LICENSE = "Boost Software License"
-
-INC_PR = "r0"
+LICENSE = "BSL-1.0"
DEPENDS = "boost"