meta-phosphor: rest-dbus: remove recipe

The repository referenced is still written with Python2 and should
not have any users any longer.  Remove all the recipes (and references
to it).

This functionality is implemented in bmcweb (enabled with options)
and should be enabled there if still desired.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Id689a3b749ddadd939ef43343379e569c16bc183
diff --git a/meta-google/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend b/meta-google/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend
index 93aebe7..f9d9f80 100644
--- a/meta-google/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend
+++ b/meta-google/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend
@@ -3,7 +3,5 @@
 RDEPENDS:${PN}-extras:remove:gbmc = "phosphor-nslcd-cert-config"
 RDEPENDS:${PN}-extras:remove:gbmc = "phosphor-nslcd-authority-cert-config"
 
-RDEPENDS:${PN}-extrasdev:remove:gbmc = "rest-dbus"
-
 # Disable bmcweb for gbmc machines without redfish.
 RDEPENDS:${PN}-extras:remove:gbmc = '${@bb.utils.contains:any("MACHINE_FEATURES", ['redfish'], "", "bmcweb", d)}'
diff --git a/meta-inventec/meta-transformers/recipes-phosphor/image/obmc-phosphor-image.bbappend b/meta-inventec/meta-transformers/recipes-phosphor/image/obmc-phosphor-image.bbappend
index 6355ccd..883a4e4 100644
--- a/meta-inventec/meta-transformers/recipes-phosphor/image/obmc-phosphor-image.bbappend
+++ b/meta-inventec/meta-transformers/recipes-phosphor/image/obmc-phosphor-image.bbappend
@@ -6,6 +6,5 @@
 OBMC_IMAGE_EXTRA_INSTALL:append = " phosphor-ipmi-ipmb"
 OBMC_IMAGE_EXTRA_INSTALL:append = " python3-smbus"
 OBMC_IMAGE_EXTRA_INSTALL:append = " ipmitool"
-#BMC_IMAGE_EXTRA_INSTALL:append = " rest-dbus"
 OBMC_IMAGE_EXTRA_INSTALL:append = " mmc-utils"
 OBMC_IMAGE_EXTRA_INSTALL:append = " transformers-init"
diff --git a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.service b/meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.service
deleted file mode 100644
index 9afd0c4..0000000
--- a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.service
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=Phosphor DBUS Browser
-
-[Service]
-Restart=always
-ExecStart=/usr/bin/env rest-dbus
-SyslogIdentifier=rest-dbus
-Environment="PYTHONUNBUFFERED=1"
diff --git a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.socket b/meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.socket
deleted file mode 100644
index 7ab1959..0000000
--- a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus/rest-dbus.socket
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=Phosphor DBUS Browser socket
-
-[Socket]
-ListenStream=3000
-
-[Install]
-WantedBy=sockets.target
diff --git a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus_git.bb b/meta-phosphor/recipes-phosphor/interfaces/rest-dbus_git.bb
deleted file mode 100644
index c20621e..0000000
--- a/meta-phosphor/recipes-phosphor/interfaces/rest-dbus_git.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "Phosphor OpenBMC REST framework"
-DESCRIPTION = "Phosphor OpenBMC REST to DBUS daemon."
-HOMEPAGE = "http://github.com/openbmc/rest-dbus"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-SRCREV = "99d57f2698568be1bf989057f678ff5c053e7957"
-PV = "1.0+git${SRCPV}"
-PR = "r1"
-
-SRC_URI += "git://github.com/openbmc/rest-dbus.git;branch=master;protocol=https"
-
-SYSTEMD_SERVICE:${PN} += "rest-dbus.service rest-dbus.socket"
-S = "${WORKDIR}/git"
-
-inherit allarch
-inherit obmc-phosphor-systemd
-inherit setuptools3
-
-RDEPENDS:${PN} += " \
-        python-netserver \
-        python-json \
-        python-dbus \
-        python-xml \
-        pyphosphor-dbus \
-        "