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.

Change-Id: Ie91763d962e7ed585ce2cf9c5aa8ce5db13c2951
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/classes/skeleton.bbclass b/classes/skeleton.bbclass
index 1f67333..865ae44 100644
--- a/classes/skeleton.bbclass
+++ b/classes/skeleton.bbclass
@@ -1,4 +1,3 @@
-inherit obmc-phosphor-license
 inherit skeleton-rev
 
 HOMEPAGE = "http://github.com/openbmc/skeleton"