meta-phosphor: ipmi-fru-whitelist-native: set LICENSE field

Set LICENSE field explicitly.

Change-Id: I952ca9ed25e5d04db420eb743adc945bac45c0e0
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-fru-whitelist-native.bb b/recipes-phosphor/ipmi/phosphor-ipmi-fru-whitelist-native.bb
index 30c2443..99036b5 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-fru-whitelist-native.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-fru-whitelist-native.bb
@@ -1,6 +1,7 @@
 SUMMARY = "Whitelisted IPMI FRU Parser commands"
 DESCRIPTION = "Whitelisted IPMI FRU Parser commands for OpenBMC"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
 
-inherit obmc-phosphor-license
 inherit native
-inherit phosphor-ipmi-host-whitelist
\ No newline at end of file
+inherit phosphor-ipmi-host-whitelist