meta-phosphor: logging-callouts-example-native: set LICENSE field

Set LICENSE field explicitly.

Change-Id: I9d0a19ef6f314876f3104f1d023bb6859c587463
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/logging/phosphor-logging-callouts-example-native.bb b/recipes-phosphor/logging/phosphor-logging-callouts-example-native.bb
index f76d202..434d5d0 100644
--- a/recipes-phosphor/logging/phosphor-logging-callouts-example-native.bb
+++ b/recipes-phosphor/logging/phosphor-logging-callouts-example-native.bb
@@ -1,8 +1,9 @@
 SUMMARY = "Generated callout information for phosphor-logging"
 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-logging
 
 SRC_URI += "file://callouts.yaml"