meta-phosphor: network: inarp: set LICENSE field

Set LICENSE field explicitly.

Change-Id: Ie7dba530ac9513cf212e3c7e44e56b1a6a2d8549
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/network/inarp_git.bb b/recipes-phosphor/network/inarp_git.bb
index 395cd7f..e32a264 100644
--- a/recipes-phosphor/network/inarp_git.bb
+++ b/recipes-phosphor/network/inarp_git.bb
@@ -3,9 +3,10 @@
 HOMEPAGE = "http://github.com/openbmc/inarp"
 PR = "r1"
 PV = "1.0+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 
 inherit autotools
-inherit obmc-phosphor-license
 inherit obmc-phosphor-systemd
 
 DEPENDS += "autoconf-archive-native"