meta-phosphor: master refresh d71a48b236..f05db6a860

Update meta-phosphor to master HEAD.

Patrick Venture (6):
      meta-phosphor: mrw-api-native: set LICENSE field
      meta-phosphor: obmc-inventory: set LICENSE field
      meta-phosphor: mrw-perl-tools-native: set LICENSE field
      meta-phosphor: mrw-patch-native: set LICENSE field
      meta-phosphor: obmc-phosphor-fand: set LICENSE field
      meta-phosphor: obmc-phosphor-chassisd: set LICENSE field

Change-Id: Ife52c4042abb732dd6511f20645837a844716e25
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb b/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
index 1930388..b08db69 100644
--- a/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
+++ b/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb
@@ -1,10 +1,11 @@
 SUMMARY = "Phosphor OpenBMC machine readable workbook API modules"
 DESCRIPTION = "The API for the MRW XML generated by the Serverwiz tool"
 PR = "r1"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=d2794c0df5b907fdace235a619d80314"
 
 S = "${WORKDIR}/scripts"
 
-inherit obmc-phosphor-license
 inherit native
 inherit perlnative
 inherit cpan-base
diff --git a/meta-phosphor/recipes-phosphor/mrw/mrw-patch-native_git.bb b/meta-phosphor/recipes-phosphor/mrw/mrw-patch-native_git.bb
index 9ff3b8d..11544f9 100644
--- a/meta-phosphor/recipes-phosphor/mrw/mrw-patch-native_git.bb
+++ b/meta-phosphor/recipes-phosphor/mrw/mrw-patch-native_git.bb
@@ -2,10 +2,11 @@
 DESCRIPTION = "Retrieve the script that can patch the MRW XML"
 PR = "r1"
 PV = "1.0+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 
 S = "${WORKDIR}/git"
 
-inherit obmc-phosphor-license
 inherit native
 inherit mrw-rev
 
diff --git a/meta-phosphor/recipes-phosphor/mrw/mrw-perl-tools-native_git.bb b/meta-phosphor/recipes-phosphor/mrw/mrw-perl-tools-native_git.bb
index eb7f0bf..0d79e39 100644
--- a/meta-phosphor/recipes-phosphor/mrw/mrw-perl-tools-native_git.bb
+++ b/meta-phosphor/recipes-phosphor/mrw/mrw-perl-tools-native_git.bb
@@ -2,9 +2,10 @@
 DESCRIPTION = "OpenBMC Perl tools for the machine readable workbook"
 PR = "r1"
 PV = "1.0+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 S = "${WORKDIR}/git"
 
-inherit obmc-phosphor-license
 inherit native
 inherit cpan_build
 inherit mrw-rev