meta-phosphor: slpd-lite: set LICENSE field

Set LICENSE field explicitly.

Change-Id: Ic4727cbafaae8a999941ef319368bdcc6eaadc31
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/interfaces/slpd-lite_git.bb b/recipes-phosphor/interfaces/slpd-lite_git.bb
index 5129a63..0022d92 100644
--- a/recipes-phosphor/interfaces/slpd-lite_git.bb
+++ b/recipes-phosphor/interfaces/slpd-lite_git.bb
@@ -3,9 +3,10 @@
 HOMEPAGE = "http://github.com/openbmc/slpd-lite"
 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
 
 SYSTEMD_SERVICE_${PN} += "slpd-lite.service"