Remove the old obmc-control-led

Now that the changes are made to use the new phosphor-ledmanager,
the old ledcontroller will need to go away

Change-Id: Idffbffbd180334278af740322c140908069b7ceb
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
diff --git a/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend b/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend
index df24c6c..60345d4 100644
--- a/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend
+++ b/common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend
@@ -13,13 +13,6 @@
 # provider (VIRTUAL-RUNTIME_obmc-inventory-manager).
 RDEPENDS_${PN}-inventory += "obmc-mgr-inventory"
 
-# Add the deprecated /org/openbmc led namespace providing
-# obmc-control-led application to the leds packagegroup
-# until all applications have been updated to use the new,
-# officially spec'ed xyz.openbmc_project.Led
-# provider (VIRTUAL-RUNTIME_obmc-leds-manager).
-RDEPENDS_${PN}-leds += "obmc-control-led"
-
 # Add the deprecated /org/openbmc sensor namespace providing
 # obmc-hwmon and obmc-mgr-sensor applications to the sensor
 # packagegroup until all applications have been updated to use
diff --git a/meta-ibm/meta-palmetto/recipes-phosphor/leds/obmc-control-led%.bbappend b/meta-ibm/meta-palmetto/recipes-phosphor/leds/obmc-control-led%.bbappend
deleted file mode 100644
index c6ba537..0000000
--- a/meta-ibm/meta-palmetto/recipes-phosphor/leds/obmc-control-led%.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SYSTEMD_LINK_${PN} += "../obmc-led-start@.service:${SYSTEMD_DEFAULT_TARGET}.wants/obmc-led-start@identify.service"
diff --git a/meta-rackspace/meta-barreleye/recipes-phosphor/leds/obmc-control-led%.bbappend b/meta-rackspace/meta-barreleye/recipes-phosphor/leds/obmc-control-led%.bbappend
deleted file mode 100644
index a69ae23..0000000
--- a/meta-rackspace/meta-barreleye/recipes-phosphor/leds/obmc-control-led%.bbappend
+++ /dev/null
@@ -1,11 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SYSTEMD_LINK_${PN} += "../obmc-led-start@.service:${SYSTEMD_DEFAULT_TARGET}.wants/obmc-led-start@beep.service"
-
-STATES = "start stop"
-TMPLFMT = "obmc-led-{0}@.service"
-TGTFMT = "obmc-power-{0}@0.target"
-INSTFMT = "obmc-led-{0}@identify.service"
-FMT = "../${TMPLFMT}:${TGTFMT}.wants/${INSTFMT}"
-
-SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT', 'STATES')}"