asio: package bump
authorTrevor Woerner <trevor.woerner@linaro.org>
Tue, 1 Apr 2014 02:10:29 +0000 (22:10 -0400)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:36:53 +0000 (08:36 -0800)
This recipe had been failing to build, bumping to the latest stable release
resolves all build issues.

(From meta-openembedded rev: 95f718e9d76202a1a36c8202cec73d2977d093c3)

Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/asio/asio.inc
meta-openembedded/meta-oe/recipes-support/asio/asio_1.10.1.bb [new file with mode: 0644]
meta-openembedded/meta-oe/recipes-support/asio/asio_1.4.1.bb [deleted file]

index 49c236f..c2a6b1b 100644 (file)
@@ -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-openembedded/meta-oe/recipes-support/asio/asio_1.10.1.bb b/meta-openembedded/meta-oe/recipes-support/asio/asio_1.10.1.bb
new file mode 100644 (file)
index 0000000..fdfaaf6
--- /dev/null
@@ -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-openembedded/meta-oe/recipes-support/asio/asio_1.4.1.bb b/meta-openembedded/meta-oe/recipes-support/asio/asio_1.4.1.bb
deleted file mode 100644 (file)
index 396a553..0000000
+++ /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"