meta-ibm: dbus-interfaces-mapper-config-native: set LICENSE field
Set LICENSE field explicitly.
Change-Id: I2adacf62e5e0fe7e8373392b07576111d282730d
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/dbus/ibm-dbus-interfaces-mapper-config-native.bb b/recipes-phosphor/dbus/ibm-dbus-interfaces-mapper-config-native.bb
index 2768caf..381bef4 100644
--- a/recipes-phosphor/dbus/ibm-dbus-interfaces-mapper-config-native.bb
+++ b/recipes-phosphor/dbus/ibm-dbus-interfaces-mapper-config-native.bb
@@ -1,10 +1,11 @@
SUMMARY="Add /com/ibm namespace to phosphor-mapper"
DESCRIPTION="Add the /com/ibm path namespace and \
com.ibm interface prefix to the mapper watch list."
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
inherit phosphor-mapper
inherit native
-inherit obmc-phosphor-license
PHOSPHOR_MAPPER_SERVICE_append = " com.ibm"
PHOSPHOR_MAPPER_INTERFACE_append = " com.ibm"