meta-phosphor: skeleton.bbclass: drop inherit license
Drop inheriting license from obmc-phosphor-license. The LICENSE value
is now provided by skeleton-rev, which also provides the SRC_URI.
(From meta-phosphor rev: af9fb7c38e674ffd0bf275733e2d7596c87393d0)
Change-Id: I1b73e67c52f1ac671915ed3f7b33965561d64457
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/classes/skeleton.bbclass b/meta-phosphor/classes/skeleton.bbclass
index 1f67333..865ae44 100644
--- a/meta-phosphor/classes/skeleton.bbclass
+++ b/meta-phosphor/classes/skeleton.bbclass
@@ -1,4 +1,3 @@
-inherit obmc-phosphor-license
inherit skeleton-rev
HOMEPAGE = "http://github.com/openbmc/skeleton"