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.
(From meta-phosphor rev: 84ed33beb68d6f836579660badd662d5724355dc)
Change-Id: Ia80c5909f182be9779ef778ef6ce8ebff06ceef6
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/classes/obmc-phosphor-py-daemon.bbclass b/meta-phosphor/classes/obmc-phosphor-py-daemon.bbclass
index 9cb8bfd..16dbc58 100644
--- a/meta-phosphor/classes/obmc-phosphor-py-daemon.bbclass
+++ b/meta-phosphor/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}"