mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
15ad638acf
commit
95f718e9d7
@@ -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"
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
require asio.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=113f800aa522d9e38c3309c98ec53ade"
|
||||
|
||||
SRC_URI[md5sum] = "4d508c9947404fee40945375b8a5fd32"
|
||||
SRC_URI[sha256sum] = "820a5dad3c56a4f3e937f2b9ae059ab2696c6058345d71b7a8b072a0f2fcbd99"
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user