meta-phosphor: ipmi-channel-inventory-native: set LICENSE field

Set LICENSE field explicitly.

Change-Id: I995b9115582f3097e6a096b362dc86d38e20cedc
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-channel-inventory-native.bb b/recipes-phosphor/ipmi/phosphor-ipmi-channel-inventory-native.bb
index 33c2aba..043200a 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-channel-inventory-native.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-channel-inventory-native.bb
@@ -1,9 +1,10 @@
 SUMMARY = "Sample channel configuration for phosphor-host-ipmid"
 PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
 
 inherit native
 inherit phosphor-ipmi-host
-inherit obmc-phosphor-license
 
 PROVIDES += "virtual/phosphor-ipmi-channel-config"