meta-phosphor: fan-control-fan-config-native: set LICENSE field

Set LICENSE field explicitly.

Change-Id: I520d49247547b0d3e91ed7d26517c81565ccd4f2
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/fans/phosphor-fan-control-fan-config-native.bb b/recipes-phosphor/fans/phosphor-fan-control-fan-config-native.bb
index 76b0985..516fa00 100644
--- a/recipes-phosphor/fans/phosphor-fan-control-fan-config-native.bb
+++ b/recipes-phosphor/fans/phosphor-fan-control-fan-config-native.bb
@@ -1,8 +1,9 @@
 SUMMARY = "Phosphor fan definition example data"
 PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
 
 inherit native
-inherit obmc-phosphor-license
 inherit phosphor-fan
 
 PROVIDES += "virtual/phosphor-fan-control-fan-config"