meta-phosphor: obmc-phosphor-py-daemon.bbclass: drop inherit license
Drop inherit license. The LICENSE field is set by each of the three
recipes that inherited obmc-phosphor-pydbus-service, which was the only
class inheriting obmc-phosphor-py-daemon.
Change-Id: Iaf464ab61c1aa901a7f19a6e7c883c9f1debfb92
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/classes/obmc-phosphor-py-daemon.bbclass b/classes/obmc-phosphor-py-daemon.bbclass
index 9cb8bfd..16dbc58 100644
--- a/classes/obmc-phosphor-py-daemon.bbclass
+++ b/classes/obmc-phosphor-py-daemon.bbclass
@@ -2,7 +2,6 @@
inherit allarch
inherit obmc-phosphor-systemd
-inherit obmc-phosphor-license
RDEPENDS_${PN} += "python-dbus python-pygobject"
INSTALL_NAME ?= "${PN}"