meta-phosphor: remove phosphor-logging-error-logs-native

Functionality is now covered with non-native YAML providers
via packagegroup-obmc-yaml-providers.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I7127eec477588861d2f9e957c11dc2c76c256bc4
diff --git a/recipes-phosphor/flash/phosphor-logging-error-logs-native.bbappend b/recipes-phosphor/flash/phosphor-logging-error-logs-native.bbappend
deleted file mode 100644
index beb70b0..0000000
--- a/recipes-phosphor/flash/phosphor-logging-error-logs-native.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-DEPENDS += "phosphor-software-manager-error-native"
diff --git a/recipes-phosphor/leds/phosphor-logging-error-logs-native.bbappend b/recipes-phosphor/leds/phosphor-logging-error-logs-native.bbappend
deleted file mode 100644
index 3f2c5c8..0000000
--- a/recipes-phosphor/leds/phosphor-logging-error-logs-native.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-DEPENDS += "phosphor-led-manager-error-native"
diff --git a/recipes-phosphor/logging/phosphor-logging-error-logs-native.bb b/recipes-phosphor/logging/phosphor-logging-error-logs-native.bb
deleted file mode 100644
index 23464eb..0000000
--- a/recipes-phosphor/logging/phosphor-logging-error-logs-native.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "Phosphor OpenBMC - error log meta data generation"
-PR = "r1"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
-
-inherit native
-
-#To append new recipes that copies error yaml files to the known
-#location, add DEPENDS relationhip using bbappend to
-#phosphor-logging-error-log-native recipe with the native
-#recipe name
-
-#Refer to openpower-debug-collector-error-native.bb to see how
-#to copy error yaml files to a known location