Ed Tanous | 93319c0 | 2018-01-29 10:56:52 -0800 | [diff] [blame] | 1 | LICENSE = "BSL-1.0" |
2 | LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | ||||
3 | |||||
4 | SRC_URI = "gitsm://github.com/openbmc/boost-dbus.git" | ||||
5 | |||||
6 | PV = "1.0+git${SRCPV}" | ||||
7 | SRCREV = "165e3f02c7d5d418c1b5f8c180ae970d6a8afb3a" | ||||
8 | |||||
9 | S = "${WORKDIR}/git" | ||||
10 | |||||
11 | DEPENDS = "dbus boost gtest " | ||||
12 | |||||
13 | inherit cmake | ||||
14 | |||||
15 | FILES_${PN}-dev += "${libdir}/cmake/boost-dbus/*" |