blob: fcb80fcb70c88261a08ef857cf2d46115e27576a [file] [log] [blame]
Ed Tanous93319c02018-01-29 10:56:52 -08001LICENSE = "BSL-1.0"
2LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
3
4SRC_URI = "gitsm://github.com/openbmc/boost-dbus.git"
5
6PV = "1.0+git${SRCPV}"
Andrew Geissler7cdf12d2018-05-04 17:20:03 -05007SRCREV = "70f79f4d666ffe7361bf17294abf4fec9cf2c806"
Ed Tanous93319c02018-01-29 10:56:52 -08008
9S = "${WORKDIR}/git"
10
11DEPENDS = "dbus boost gtest "
12
13inherit cmake
14
15FILES_${PN}-dev += "${libdir}/cmake/boost-dbus/*"