meta-openpower: occ: Remove use of install-error-yaml

No longer using local error-yaml.

Change-Id: I5ac09db40dbb1fdd13daed3113ded975e3957968
Signed-off-by: Chris Cain <cjcain@us.ibm.com>
diff --git a/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb b/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
index 593b52b..fec8136 100644
--- a/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
+++ b/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
@@ -90,19 +90,4 @@
         "
 RDEPENDS:${PN}:remove:class-nativesdk = "phosphor-state-manager-obmc-targets"
 
-# Provide a means to enable/disable install_error_yaml feature
-PACKAGECONFIG ??= "install_error_yaml"
-PACKAGECONFIG[install_error_yaml] = "\
-        -Dinstall-error-yaml=enabled,\
-        -Dinstall-error-yaml=disabled,\
-        ,\
-        "
-
-# Enable install_error_yaml during native and native SDK build
-PACKAGECONFIG:add:class-native = "install_error_yaml"
-PACKAGECONFIG:add:class-nativesdk = "install_error_yaml"
-
-# Disable install_error_yaml during target build
-PACKAGECONFIG:remove:class-target = "install_error_yaml"
-
 BBCLASSEXTEND += "native nativesdk"