Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

Commit 3660da6

Browse files
committed
asio: new recipe
1 parent 11ee3ed commit 3660da6

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

recipes/asio/asio.inc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
HOMEPAGE = "http://think-async.com/Asio"
5+
LICENSE = "BSL-1.0"
6+
7+
inherit autotools c++
8+
9+
DEPENDS = "boost-dev libpthread openssl"
10+
11+
require conf/fetch/sourceforge.conf
12+
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2"

recipes/asio/asio_1.10.6.oe

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require asio.inc

recipes/asio/asio_1.10.6.oe.sig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b69a6c3dcd20d2c14ee3a5e0bdd85821e6658ae9 asio-1.10.6.tar.bz2

0 commit comments

Comments
 (0)