meta-ibm: witherspoon: inventory-cleanup-native: set LICENSE field

Set LICENSE field explicitly.

Change-Id: I49ca06b2522b80b005bf49ac5134153b651254f1
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/meta-witherspoon/recipes-phosphor/inventory/inventory-cleanup-native.bb b/meta-witherspoon/recipes-phosphor/inventory/inventory-cleanup-native.bb
index 6efde48..80e6e6d 100644
--- a/meta-witherspoon/recipes-phosphor/inventory/inventory-cleanup-native.bb
+++ b/meta-witherspoon/recipes-phosphor/inventory/inventory-cleanup-native.bb
@@ -1,8 +1,9 @@
 SUMMARY = "Copy Witherspoon inventory cleanup yaml for inventory manager"
 PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${IBMBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
 
 inherit native
-inherit obmc-phosphor-license
 inherit phosphor-inventory-manager
 
 SRC_URI += "file://inventory-cleanup.yaml"