summaryrefslogtreecommitdiffstats
path: root/meta-intel/meta-common/recipes-intel/boost-dbus/boost-dbus.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-intel/meta-common/recipes-intel/boost-dbus/boost-dbus.bb')
-rw-r--r--meta-intel/meta-common/recipes-intel/boost-dbus/boost-dbus.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-intel/meta-common/recipes-intel/boost-dbus/boost-dbus.bb b/meta-intel/meta-common/recipes-intel/boost-dbus/boost-dbus.bb
new file mode 100644
index 000000000..579579b74
--- /dev/null
+++ b/meta-intel/meta-common/recipes-intel/boost-dbus/boost-dbus.bb
@@ -0,0 +1,15 @@
+LICENSE = "BSL-1.0"
+LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
+
+SRC_URI = "gitsm://github.com/openbmc/boost-dbus.git"
+
+PV = "1.0+git${SRCPV}"
+SRCREV = "2ec80375259500c43f5a7c620cb34cd894f7836c"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "dbus boost gtest "
+
+inherit cmake
+
+FILES_${PN}-dev += "${libdir}/cmake/boost-dbus/*"
OpenPOWER on IntegriCloud