meta-phosphor: settings-read-settings-mrw-native: set LICENSE field

Set LICENSE field explicitly.

Change-Id: I815cb0eac906a96d15abe42170b524665ef42d81
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native.bb b/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native.bb
index d5ec1bc..023626e 100644
--- a/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native.bb
+++ b/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native.bb
@@ -4,13 +4,13 @@
 
 SUMMARY = "Generates MRW settings override YAML for phosphor-settings-manager."
 PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
 
 inherit native
 inherit phosphor-settings-manager
 inherit mrw-xml
 
-inherit obmc-phosphor-license
-
 DEPENDS += "mrw-native mrw-perl-tools-native"
 
 SRC_URI += "file://mrw-override-settings.yaml"