diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-09-05 10:37:49 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-09-08 13:32:11 -0700 |
| commit | 764eb5d9f8f94f394293e3706aa3be3a4d70cf76 (patch) | |
| tree | 275969749f3dff59b64f190a3bf7bb90a30f49c1 /meta-oe/recipes-support/asio/asio.inc | |
| parent | 26f251fb1e0d2b5d7c2179504a6984020292fc5f (diff) | |
| download | meta-openembedded-764eb5d9f8f94f394293e3706aa3be3a4d70cf76.tar.gz | |
asio: Upgrade to 1.12.1
* Fixes build with openSSL 1.1.x
* Merge .inc into .bb its a single recipe using it
License-Update: Change Copyright years
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/asio/asio.inc')
| -rw-r--r-- | meta-oe/recipes-support/asio/asio.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-oe/recipes-support/asio/asio.inc b/meta-oe/recipes-support/asio/asio.inc deleted file mode 100644 index 54f78e41d1..0000000000 --- a/meta-oe/recipes-support/asio/asio.inc +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | DESCRIPTION = "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." | ||
| 4 | AUTHOR = "Christopher M. Kohlhoff (chris at kohlhoff dot com)" | ||
| 5 | HOMEPAGE = "http://think-async.com/Asio" | ||
| 6 | SECTION = "libs" | ||
| 7 | LICENSE = "BSL-1.0" | ||
| 8 | |||
| 9 | DEPENDS = "boost openssl" | ||
| 10 | |||
| 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2" | ||
| 12 | |||
| 13 | inherit autotools | ||
| 14 | |||
| 15 | ALLOW_EMPTY_${PN} = "1" | ||
