summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2016-11-08 19:04:56 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-11-08 22:11:26 +0300
commit7729fe6efcf72a3e3057f13c27c922bfac570196 (patch)
tree4ccf6acd0ebf60e6dd33c6f711f139787e80bcdc
parentaced802a7a7515644de7b5657c003f0af27d464d (diff)
downloadopenbmc-7729fe6efcf72a3e3057f13c27c922bfac570196.tar.xz
Correct licensing
Change-Id: I817416a2e23969057ba54858a4dbfbd52bcedb59 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
-rw-r--r--meta-phosphor/common/recipes-phosphor/host-ipmid/btbridged.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/btbridged.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/btbridged.bb
index 56d9391eb..9c55cf422 100644
--- a/meta-phosphor/common/recipes-phosphor/host-ipmid/btbridged.bb
+++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/btbridged.bb
@@ -1,9 +1,10 @@
SUMMARY = "Phosphor OpenBMC BT to DBUS"
DESCRIPTION = "Phosphor OpenBMC BT to DBUS."
PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit obmc-phosphor-dbus-service
-inherit obmc-phosphor-c-daemon
DBUS_SERVICE_${PN} = "org.openbmc.HostIpmi.service"