summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/asio
diff options
context:
space:
mode:
authorTrevor Woerner <trevor.woerner@linaro.org>2014-03-31 22:10:29 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 11:03:23 +0200
commit95f718e9d76202a1a36c8202cec73d2977d093c3 (patch)
tree880ede37592d7539bf51c6c91ea4a54e59ed91e6 /meta-oe/recipes-support/asio
parent15ad638acf2f8e231c6040892b72bceecd7348e4 (diff)
downloadmeta-openembedded-95f718e9d76202a1a36c8202cec73d2977d093c3.tar.gz
asio: package bump
This recipe had been failing to build, bumping to the latest stable release resolves all build issues. Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/asio')
-rw-r--r--meta-oe/recipes-support/asio/asio.inc11
-rw-r--r--meta-oe/recipes-support/asio/asio_1.10.1.bb6
-rw-r--r--meta-oe/recipes-support/asio/asio_1.4.1.bb8
3 files changed, 12 insertions, 13 deletions
diff --git a/meta-oe/recipes-support/asio/asio.inc b/meta-oe/recipes-support/asio/asio.inc
index 49c236fc0..c2a6b1b52 100644
--- a/meta-oe/recipes-support/asio/asio.inc
+++ b/meta-oe/recipes-support/asio/asio.inc
@@ -1,9 +1,10 @@
1DESCRIPTION = "Asio" 1DESCRIPTION = "Asio is a cross-platform C++ library for network and low-level \
2HOMEPAGE = "http://asio.sf.net/" 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"
3SECTION = "libs" 6SECTION = "libs"
4LICENSE = "Boost Software License" 7LICENSE = "BSL-1.0"
5
6INC_PR = "r0"
7 8
8DEPENDS = "boost" 9DEPENDS = "boost"
9 10
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 000000000..fdfaaf675
--- /dev/null
+++ b/meta-oe/recipes-support/asio/asio_1.10.1.bb
@@ -0,0 +1,6 @@
1require asio.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=113f800aa522d9e38c3309c98ec53ade"
4
5SRC_URI[md5sum] = "4d508c9947404fee40945375b8a5fd32"
6SRC_URI[sha256sum] = "820a5dad3c56a4f3e937f2b9ae059ab2696c6058345d71b7a8b072a0f2fcbd99"
diff --git a/meta-oe/recipes-support/asio/asio_1.4.1.bb b/meta-oe/recipes-support/asio/asio_1.4.1.bb
deleted file mode 100644
index 396a55340..000000000
--- a/meta-oe/recipes-support/asio/asio_1.4.1.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1require asio.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=b99840878263c0bfaa70ca7143624413"
4
5PR = "${INC_PR}.0"
6
7SRC_URI[md5sum] = "1879b246f9217d64bd3126aa16488bc2"
8SRC_URI[sha256sum] = "aeb5c997940e6afd399c62316f03f480557f2b721354adff065d230183ff2782"