meta-phosphor: ipmi-net: set LICENSE field

Set LICENSE field explicitly.

Change-Id: Ibe1b5c60efa9dbfc46ebe711ba90587080b9d7d9
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
index 6edaad3..7e0c352 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
@@ -3,9 +3,10 @@
 HOMEPAGE = "https://github.com/openbmc/phosphor-net-ipmid"
 PR = "r1"
 PV = "1.0+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 
 inherit autotools pkgconfig
-inherit obmc-phosphor-license
 inherit obmc-phosphor-systemd
 
 DEPENDS += "autoconf-archive-native"