blob: c52341686489acb9c1efb85639d343637880ee99 [file] [log] [blame]
Ed Tanous657edd62018-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}"
7SRCREV = "165e3f02c7d5d418c1b5f8c180ae970d6a8afb3a"
8
9S = "${WORKDIR}/git"
10
11DEPENDS = "dbus boost gtest "
12
13inherit cmake
14
15FILES_${PN}-dev += "${libdir}/cmake/boost-dbus/*"