Skip to content
Snippets Groups Projects
Commit 1902439a authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

yaml-cpp: improving dependencies (resolves #328)

I noticed a build failure for yaml-cpp (#328), that the boost
headers could not be found. Probably since the update to 0.5.2 [1],
yaml-cpp depends on boost. This commit resolves the issue by adding
this dependency.

[1] https://github.com/bmwcarit/meta-ros/commit/da10180fc561ba5da0271476f013d73b6733ea51



Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
parent 03368bf1
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://license.txt;md5=7c6a629da965ebdfba9f6fdb76ab8ab4"
DEPENDS = "boost"
PR = "r0"
S = "${WORKDIR}/yaml-cpp-release-${PV}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment