libcmis: update to 0.5.1

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-03-06 00:22:05 +01:00
parent e67243eb4b
commit f9762d473c
2 changed files with 8 additions and 1273 deletions

View File

@@ -1,5 +1,5 @@
SUMMARY = "C++ client library for the CMIS interface"
HOMEPAGE = "http://sourceforge.net/projects/libcmis/"
HOMEPAGE = "https://github.com/tdf/libcmis"
LICENSE = "MPL-1.1 & GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = " \
file://COPYING.MPL;md5=0117647fecb9a932c25a7bbfc0333c37 \
@@ -8,11 +8,10 @@ LIC_FILES_CHKSUM = " \
"
SRC_URI = " \
http://downloads.sourceforge.net/project/${BPN}/${BPN}-${PV}.tar.gz \
file://0001-fix-boost-configuration-with-gcc-5.patch \
https://github.com/tdf/libcmis/releases/download/v${PV}/${BPN}-${PV}.tar.gz \
"
SRC_URI[md5sum] = "5821b806a98e6c38370970e682ce76e8"
SRC_URI[sha256sum] = "a87e02913dee3ee659db5abf6d7dafcfcd85dd4b24bf4389d8d4afe8c8dcf9b6"
SRC_URI[md5sum] = "3270154f0f40d86fce849b161f914101"
SRC_URI[sha256sum] = "6acbdf22ecdbaba37728729b75bfc085ee5a4b49a6024757cfb86ccd3da27b0e"
inherit autotools pkgconfig
@@ -22,4 +21,8 @@ EXTRA_OECONF = " \
--without-man \
"
do_configure_prepend() {
touch ${S}/README
}
BBCLASSEXTEND = "native"