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:
parent
03368bf187
commit
1902439a97
|
@ -4,6 +4,8 @@ SECTION = "libs"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://license.txt;md5=7c6a629da965ebdfba9f6fdb76ab8ab4"
|
LIC_FILES_CHKSUM = "file://license.txt;md5=7c6a629da965ebdfba9f6fdb76ab8ab4"
|
||||||
|
|
||||||
|
DEPENDS = "boost"
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
S = "${WORKDIR}/yaml-cpp-release-${PV}"
|
S = "${WORKDIR}/yaml-cpp-release-${PV}"
|
||||||
|
|
Loading…
Reference in New Issue