meta-phosphor: settings-defaults-native: set LICENSE field

Set LICENSE field explicitly.

Change-Id: Idc490f7f1a0437992bf37f354f9c3a81305f87c3
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/settings/phosphor-settings-defaults-native.bb b/recipes-phosphor/settings/phosphor-settings-defaults-native.bb
index 37b8d4e..ad156f9 100644
--- a/recipes-phosphor/settings/phosphor-settings-defaults-native.bb
+++ b/recipes-phosphor/settings/phosphor-settings-defaults-native.bb
@@ -1,8 +1,9 @@
 SUMMARY = "Default settings"
 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-settings-manager
 
 SRC_URI += "file://defaults.yaml"