summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/asio/asio.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-05 10:37:49 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-08 13:32:11 -0700
commit764eb5d9f8f94f394293e3706aa3be3a4d70cf76 (patch)
tree275969749f3dff59b64f190a3bf7bb90a30f49c1 /meta-oe/recipes-support/asio/asio.inc
parent26f251fb1e0d2b5d7c2179504a6984020292fc5f (diff)
downloadmeta-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.inc15
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 @@
1DESCRIPTION = "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 openssl"
10
11SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2"
12
13inherit autotools
14
15ALLOW_EMPTY_${PN} = "1"