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

Set LICENSE field explicitly.

Change-Id: I16a071f3d39126d40155bcafb34068afd47bbb25
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/fans/phosphor-fan-presence-config-native.bb b/recipes-phosphor/fans/phosphor-fan-presence-config-native.bb
index 0eb3873..fca15a3 100644
--- a/recipes-phosphor/fans/phosphor-fan-presence-config-native.bb
+++ b/recipes-phosphor/fans/phosphor-fan-presence-config-native.bb
@@ -6,10 +6,11 @@
 
 SUMMARY = "Config file for phosphor-fan-presence"
 PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
 
 inherit native
 inherit phosphor-fan
-inherit obmc-phosphor-license
 
 PROVIDES += "virtual/phosphor-fan-presence-config"