summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/inventory
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-06 21:09:31 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-08 05:24:52 +0300
commitedb390a8f923ee08b976b1ebf3dd1ae8912f2e18 (patch)
treecc59a73b594484ce8b96b1fb49623e337481ccd4 /meta-phosphor/recipes-phosphor/inventory
parentf775cae2ccb17537f5cc8b2e2ff6f9f2bb504373 (diff)
downloadopenbmc-edb390a8f923ee08b976b1ebf3dd1ae8912f2e18.tar.xz
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>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/inventory')
-rw-r--r--meta-phosphor/recipes-phosphor/inventory/obmc-inventory_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/inventory/obmc-inventory_git.bb b/meta-phosphor/recipes-phosphor/inventory/obmc-inventory_git.bb
index 71d1a25df..56286123e 100644
--- a/meta-phosphor/recipes-phosphor/inventory/obmc-inventory_git.bb
+++ b/meta-phosphor/recipes-phosphor/inventory/obmc-inventory_git.bb
@@ -2,6 +2,8 @@ SUMMARY = "Phosphor Inventory Generation"
DESCRIPTION = "Generates inventory data from the machine readable workbook"
PR = "r1"
PV = "1.0+git${SRCPV}"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit mrw-xml
@@ -11,7 +13,6 @@ PROVIDES += "virtual/obmc-inventory-data"
RPROVIDES_${PN} += "virtual-obmc-inventory-data"
inherit allarch
-inherit obmc-phosphor-license
inherit mrw-rev
DEPENDS += "mrw-native mrw-api-native"