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] da10180fc5

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
This commit is contained in:
Lukas Bulwahn 2015-06-08 18:46:18 +02:00
parent 03368bf187
commit 1902439a97
1 changed files with 2 additions and 0 deletions

View File

@ -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}"