Revert "op-proc-control: install error yaml files"

This reverts commit 348439b774563037dc6f22d46807f46bdcb3769c.

The repository is moving to use all phosphor-dbus-interfaces
and openpower-dbus-interfaces errors instead, negating the need
for this.

Change-Id: I99ac699692dd1ece99f1d4ee6be6ce8b174c8f52
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control-error-native.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control-error-native.bb
deleted file mode 100644
index c9a24cd..0000000
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control-error-native.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SUMMARY = "Copy error yaml files to known path for elog parsing"
-PR = "r1"
-
-inherit native
-inherit obmc-phosphor-license
-inherit phosphor-dbus-yaml
-
-require op-proc-control.inc
-
-S = "${WORKDIR}/git"
-
-do_install_append() {
-    SRC=${S}/org/open_power/Proc
-    DEST=${yaml_dir}/org/open_power/Proc
-    install -d ${DEST}
-    install ${SRC}/*.yaml ${DEST}
-}
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
index 561aaba..251db5d 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.bb
@@ -2,12 +2,15 @@
 DESCRIPTION = "Provides procedures that run against the host chipset"
 PR = "r1"
 
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
+
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
 
-require ${PN}.inc
-
 DEPENDS += "autoconf-archive-native phosphor-logging"
 RDEPENDS_${PN} += "phosphor-logging"
 
+SRC_URI += "git://github.com/openbmc/openpower-proc-control"
+SRCREV = "d8dd9b25ac65043ad0cb7734919bf96084b47831"
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.inc b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.inc
deleted file mode 100644
index 1a0167b..0000000
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-proc-control.inc
+++ /dev/null
@@ -1,6 +0,0 @@
-HOMEPAGE = "https://github.com/openbmc/openpower-proc-control"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-
-SRC_URI += "git://github.com/openbmc/openpower-proc-control"
-SRCREV = "d8dd9b25ac65043ad0cb7734919bf96084b47831"
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/phosphor-logging-error-logs-native.bbappend b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/phosphor-logging-error-logs-native.bbappend
deleted file mode 100644
index 34454f1..0000000
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/phosphor-logging-error-logs-native.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-DEPENDS += "op-proc-control-error-native"
-