summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-06 19:36:39 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-08 18:09:19 +0300
commit1dc4a07af37e525d7483b1575d047b781bb1bd60 (patch)
tree4c93fb29134f3b3ecbb37e6356f8738c60e8acde /meta-phosphor
parentb9e03a04c9b71b7c5acd3e75530a2940565d5711 (diff)
downloadopenbmc-1dc4a07af37e525d7483b1575d047b781bb1bd60.tar.xz
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>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/classes/obmc-phosphor-py-daemon.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-py-daemon.bbclass b/meta-phosphor/classes/obmc-phosphor-py-daemon.bbclass
index 9cb8bfdba..16dbc58dc 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}"