Message ID | 1396318229-13509-2-git-send-email-trevor.woerner@linaro.org |
---|---|
State | Accepted |
Commit | 95f718e9d76202a1a36c8202cec73d2977d093c3 |
Headers | show |
On Tue, Apr 1, 2014 at 4:10 AM, Trevor Woerner <trevor.woerner@linaro.org> wrote: > 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> > --- > meta-oe/recipes-support/asio/asio.inc | 11 ++++++----- > meta-oe/recipes-support/asio/asio_1.10.1.bb | 6 ++++++ > meta-oe/recipes-support/asio/asio_1.4.1.bb | 8 -------- > 3 files changed, 12 insertions(+), 13 deletions(-) > create mode 100644 meta-oe/recipes-support/asio/asio_1.10.1.bb > delete mode 100644 meta-oe/recipes-support/asio/asio_1.4.1.bb > > diff --git a/meta-oe/recipes-support/asio/asio.inc b/meta-oe/recipes-support/asio/asio.inc > index 49c236f..c2a6b1b 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 0000000..fdfaaf6 > --- /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 396a553..0000000 > --- 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" > -- > 1.9.0 > > -- You were faster than me :) Acked-by: Andreas Müller <schnitzeltony@googlemail.com>
diff --git a/meta-oe/recipes-support/asio/asio.inc b/meta-oe/recipes-support/asio/asio.inc index 49c236f..c2a6b1b 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 0000000..fdfaaf6 --- /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 396a553..0000000 --- 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"
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> --- meta-oe/recipes-support/asio/asio.inc | 11 ++++++----- meta-oe/recipes-support/asio/asio_1.10.1.bb | 6 ++++++ meta-oe/recipes-support/asio/asio_1.4.1.bb | 8 -------- 3 files changed, 12 insertions(+), 13 deletions(-) create mode 100644 meta-oe/recipes-support/asio/asio_1.10.1.bb delete mode 100644 meta-oe/recipes-support/asio/asio_1.4.1.bb