diff options
Diffstat (limited to 'meta-oe/recipes-support/asio/asio.inc')
-rw-r--r-- | meta-oe/recipes-support/asio/asio.inc | 11 |
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 @@ | |||
1 | DESCRIPTION = "Asio" | 1 | DESCRIPTION = "Asio is a cross-platform C++ library for network and low-level \ |
2 | HOMEPAGE = "http://asio.sf.net/" | 2 | I/O programming that provides developers with a consistent asynchronous \ |
3 | model using a modern C++ approach." | ||
4 | AUTHOR = "Christopher M. Kohlhoff (chris at kohlhoff dot com)" | ||
5 | HOMEPAGE = "http://think-async.com/Asio" | ||
3 | SECTION = "libs" | 6 | SECTION = "libs" |
4 | LICENSE = "Boost Software License" | 7 | LICENSE = "BSL-1.0" |
5 | |||
6 | INC_PR = "r0" | ||
7 | 8 | ||
8 | DEPENDS = "boost" | 9 | DEPENDS = "boost" |
9 | 10 | ||