summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/network
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/network')
-rw-r--r--meta-phosphor/recipes-phosphor/network/inarp_git.bb3
-rw-r--r--meta-phosphor/recipes-phosphor/network/network_git.bb3
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/network/inarp_git.bb b/meta-phosphor/recipes-phosphor/network/inarp_git.bb
index 395cd7f3a..e32a26408 100644
--- a/meta-phosphor/recipes-phosphor/network/inarp_git.bb
+++ b/meta-phosphor/recipes-phosphor/network/inarp_git.bb
@@ -3,9 +3,10 @@ DESCRIPTION = "Daemon to respond to Inverse-ARP requests"
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"
diff --git a/meta-phosphor/recipes-phosphor/network/network_git.bb b/meta-phosphor/recipes-phosphor/network/network_git.bb
index b74ef8b33..aa49cabc2 100644
--- a/meta-phosphor/recipes-phosphor/network/network_git.bb
+++ b/meta-phosphor/recipes-phosphor/network/network_git.bb
@@ -3,10 +3,11 @@ DESCRIPTION = "Network DBUS object"
HOMEPAGE = "http://github.com/openbmc/phosphor-networkd"
PR = "r1"
PV = "1.0+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
inherit autotools pkgconfig
inherit pythonnative
-inherit obmc-phosphor-license
inherit obmc-phosphor-dbus-service
inherit phosphor-networkd-rev