Merge pull request #324 from bulwahn/master-next

Some minor tweaking and updates
This commit is contained in:
KristofRobot 2015-05-28 18:24:53 +02:00
commit dd97989142
7 changed files with 19 additions and 19 deletions

View File

@ -1,17 +0,0 @@
DESCRIPTION = "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec"
HOMEPAGE = "http://code.google.com/p/yaml-cpp/"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://license.txt;md5=7c6a629da965ebdfba9f6fdb76ab8ab4"
PR = "r0"
S = "${WORKDIR}/${PN}"
SRC_URI = "http://yaml-cpp.googlecode.com/files/yaml-cpp-${PV}.tar.gz"
SRC_URI[md5sum] = "9aa519205a543f9372bf4179071c8ac6"
SRC_URI[sha256sum] = "2cd038b5a1583b6745e949e196fba525f6d0d5fd340566585fde24fc7e117b82"
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
inherit cmake

View File

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

View File

@ -1,6 +1,6 @@
SRC_URI = "https://github.com/bmwcarit/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
SRC_URI[md5sum] = "350c87a343c6657bc1516b4c7437a6c0"
SRC_URI[sha256sum] = "2c6f17e4f84ef0f9663d0ced05417501dc770961951e4cd13871b75adbb8c72a"
SRC_URI[md5sum] = "e9724fb9ea7b4b79cc3bff37dc3e746f"
SRC_URI[sha256sum] = "073ce024a30bc4c340a0be8e6dee731cd8fc2a7dd124e2d7062e523877988063"
S = "${WORKDIR}/${ROS_SP}/${ROS_BPN}"