From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta-oe/recipes-support/asio/asio.inc | 15 +++++++++++++++ meta-oe/recipes-support/asio/asio_1.10.1.bb | 6 ++++++ 2 files changed, 21 insertions(+) create mode 100644 meta-oe/recipes-support/asio/asio.inc create mode 100644 meta-oe/recipes-support/asio/asio_1.10.1.bb (limited to 'meta-oe/recipes-support/asio') 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 @@ +DESCRIPTION = "Asio is a cross-platform C++ library for network and low-level \ + I/O programming that provides developers with a consistent asynchronous \ + model using a modern C++ approach." +AUTHOR = "Christopher M. Kohlhoff (chris at kohlhoff dot com)" +HOMEPAGE = "http://think-async.com/Asio" +SECTION = "libs" +LICENSE = "BSL-1.0" + +DEPENDS = "boost" + +SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${PN}-${PV}.tar.bz2" + +inherit autotools + +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 @@ +require asio.inc + +LIC_FILES_CHKSUM = "file://COPYING;md5=113f800aa522d9e38c3309c98ec53ade" + +SRC_URI[md5sum] = "4d508c9947404fee40945375b8a5fd32" +SRC_URI[sha256sum] = "820a5dad3c56a4f3e937f2b9ae059ab2696c6058345d71b7a8b072a0f2fcbd99" -- cgit v1.2.3-54-g00ecf