aboutsummaryrefslogtreecommitdiffstats
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-contrib-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 49c236fc01..c2a6b1b523 100644
--- a/meta-oe/recipes-support/asio/asio.inc
+++ b/meta-oe/recipes-support/asio/asio.inc
@@ -1,9 +1,10 @@
-DESCRIPTION = "Asio"
-HOMEPAGE = "http://asio.sf.net/"
+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 = "Boost Software License"
-
-INC_PR = "r0"
+LICENSE = "BSL-1.0"
DEPENDS = "boost"
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"
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 396a553409..0000000000
--- a/meta-oe/recipes-support/asio/asio_1.4.1.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require asio.inc
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=b99840878263c0bfaa70ca7143624413"
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "1879b246f9217d64bd3126aa16488bc2"
-SRC_URI[sha256sum] = "aeb5c997940e6afd399c62316f03f480557f2b721354adff065d230183ff2782"