yaml-cpp: updating to 0.5.3

This commit is contained in:
Lukas Bulwahn 2016-09-13 09:47:34 +02:00
parent d47a27bc60
commit 032fcccd75
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ DESCRIPTION = "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.
HOMEPAGE = "https://github.com/jbeder/yaml-cpp/" HOMEPAGE = "https://github.com/jbeder/yaml-cpp/"
SECTION = "libs" SECTION = "libs"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://license.txt;md5=7c6a629da965ebdfba9f6fdb76ab8ab4" LIC_FILES_CHKSUM = "file://LICENSE;md5=6a8aaf0595c2efc1a9c2e0913e9c1a2c"
DEPENDS = "boost" DEPENDS = "boost"
@ -11,8 +11,8 @@ PR = "r0"
S = "${WORKDIR}/yaml-cpp-release-${PV}" S = "${WORKDIR}/yaml-cpp-release-${PV}"
SRC_URI = "https://github.com/jbeder/yaml-cpp/archive/release-${PV}.tar.gz" SRC_URI = "https://github.com/jbeder/yaml-cpp/archive/release-${PV}.tar.gz"
SRC_URI[md5sum] = "2728af8a15e2b2c407730c45b99b274b" SRC_URI[md5sum] = "64200ca0bf5e0af065804d8d3e8f6d42"
SRC_URI[sha256sum] = "6fb92f6f5925e0af918ffbb90acf19b7b88706ebcd40fc186b7caa76609b6350" SRC_URI[sha256sum] = "ac50a27a201d16dc69a881b80ad39a7be66c4d755eda1f76c3a68781b922af8f"
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON" EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"