commit | d1334a52a11230095eced99c518954b4cf7f78e5 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Sat Nov 03 16:38:16 2018 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Nov 06 01:54:55 2018 +0000 |
tree | 446aa16f8b904ee0b07f91979c5a60fcf72f412a | |
parent | 867e683fb69e4a4319de959fe9e0448347eff6e9 [diff] |
meta-phosphor: settings-defaults-native: set LICENSE field Set LICENSE field explicitly. Change-Id: Idc490f7f1a0437992bf37f354f9c3a81305f87c3 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/recipes-phosphor/settings/phosphor-settings-defaults-native.bb b/recipes-phosphor/settings/phosphor-settings-defaults-native.bb index 37b8d4e..ad156f9 100644 --- a/recipes-phosphor/settings/phosphor-settings-defaults-native.bb +++ b/recipes-phosphor/settings/phosphor-settings-defaults-native.bb
@@ -1,8 +1,9 @@ SUMMARY = "Default settings" PR = "r1" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658" inherit native -inherit obmc-phosphor-license inherit phosphor-settings-manager SRC_URI += "file://defaults.yaml"