summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2020-07-10 00:11:34 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-08-04 03:52:04 +0300
commitb0295e7c9f042342017d19bab6c665e2271b2dd3 (patch)
treeeaaa36f9f9658834b01b79c80c65762a2974d7da /meta-phosphor
parentdcfb680cd152e378feeb04823c73d5e87fdb436e (diff)
downloadopenbmc-b0295e7c9f042342017d19bab6c665e2271b2dd3.tar.xz
meta-phosphor: drop dead bbclass
This bbclass isn't used anymore. Remove. (From meta-phosphor rev: 8e9664029361a2705eb77a7cb9feb18fc6d76ef6) Change-Id: Icba6da198443aebab338dc5273e66d80bc386bf8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/classes/obmc-phosphor-c-daemon.bbclass13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-c-daemon.bbclass b/meta-phosphor/classes/obmc-phosphor-c-daemon.bbclass
deleted file mode 100644
index ded11d8cd..000000000
--- a/meta-phosphor/classes/obmc-phosphor-c-daemon.bbclass
+++ /dev/null
@@ -1,13 +0,0 @@
-# Common code for dbus applications using c.
-inherit obmc-phosphor-systemd
-
-DEPENDS += "glib-2.0"
-
-INSTALL_NAME ?= "${PN}"
-BIN_NAME ?= "${INSTALL_NAME}"
-
-do_install_append() {
- # install the binary
- install -d ${D}${sbindir}
- install -m 0755 ${S}/${BIN_NAME} ${D}${sbindir}/${INSTALL_NAME}
-}