diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-support/asio | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/asio')
-rw-r--r-- | meta-oe/recipes-support/asio/asio.inc | 15 | ||||
-rw-r--r-- | meta-oe/recipes-support/asio/asio_1.10.1.bb | 6 |
2 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/asio/asio.inc b/meta-oe/recipes-support/asio/asio.inc new file mode 100644 index 0000000000..c2a6b1b523 --- /dev/null +++ b/meta-oe/recipes-support/asio/asio.inc | |||
@@ -0,0 +1,15 @@ | |||
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" | ||
10 | |||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2" | ||
12 | |||
13 | inherit autotools | ||
14 | |||
15 | ALLOW_EMPTY_${PN} = "1" | ||
diff --git a/meta-oe/recipes-support/asio/asio_1.10.1.bb b/meta-oe/recipes-support/asio/asio_1.10.1.bb new file mode 100644 index 0000000000..fdfaaf6750 --- /dev/null +++ b/meta-oe/recipes-support/asio/asio_1.10.1.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require asio.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=113f800aa522d9e38c3309c98ec53ade" | ||
4 | |||
5 | SRC_URI[md5sum] = "4d508c9947404fee40945375b8a5fd32" | ||
6 | SRC_URI[sha256sum] = "820a5dad3c56a4f3e937f2b9ae059ab2696c6058345d71b7a8b072a0f2fcbd99" | ||