From c7dae3339231a4d3f681dc928b879d04774658f1 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Tue, 6 Nov 2018 08:36:09 -0800 Subject: meta-phosphor: obmc-phosphor-debug-tarball.bbclass: set LICENSE field Set LICENSE field explicitly. (From meta-phosphor rev: ed8a9697ae9b6f6e73f1d13bf3ede33e75d4772e) Change-Id: I55bb289181ae77e8ef59218a94c890b400d75b26 Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass b/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass index 528267855..d4088ce95 100644 --- a/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass +++ b/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass @@ -4,7 +4,8 @@ IMAGE_FSTYPES = "tar.xz" inherit image -inherit obmc-phosphor-license + +LICENSE = "Apache-2.0" IMAGE_INSTALL_append = " busybox packagegroup-obmc-phosphor-debugtools perf " -- cgit v1.2.1