meta-phosphor: config-in-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: I5185afed1d8407076aea1f8c88577db11b2af92d
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/classes/config-in-skeleton.bbclass b/classes/config-in-skeleton.bbclass
index 95c2d64..da49d61 100644
--- a/classes/config-in-skeleton.bbclass
+++ b/classes/config-in-skeleton.bbclass
@@ -5,7 +5,6 @@
 inherit setuptools
 inherit pythonnative
 inherit skeleton-rev
-inherit obmc-phosphor-license
 
 HOMEPAGE = "http://github.com/openbmc/skeleton"
 
@@ -13,8 +12,8 @@
 RPROVIDES_${PN} += "virtual-obmc-inventory-data"
 
 DEPENDS += "python"
-SRC_URI += "${SKELETON_URI};subpath=configs"
-S = "${WORKDIR}/configs"
+SRC_URI += "${SKELETON_URI};"
+S = "${WORKDIR}/git/configs"
 
 python() {
 	machine = d.getVar('MACHINE', True).capitalize() + '.py'