openpower-occ-control: Remove unknown configure option
When building this package bitbake emits an error, and has sone so for
over a year:
WARNING: openpower-occ-control-1.0+gitAUTOINC+6d6d1b380a-r1
do_configure: QA Issue: openpower-occ-control: configure was passed
unrecognised options: --disable-gen_errors [unknown-configure-option]
I do not understand this flag, but it appears to be ignored by the
package so we should drop it.
Resolves https://github.com/openbmc/openbmc/issues/2941
(From meta-openpower rev: e64624bc00cf036b3d964c79ddd3ae326df2452a)
Change-Id: I7d34202a5f25ed01453165b901a44bdb63c019e1
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.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 49adbb5..21d4438 100644
--- a/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
+++ b/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
@@ -97,9 +97,5 @@
# Disable install_error_yaml during target build
PACKAGECONFIG_remove_class-target = "install_error_yaml"
-# Disable generating elog error header file during bitbake. Applications
-# should be using the elog header generated by phosphor-logging recipe
-EXTRA_OECONF += "--disable-gen_errors"
-
BBCLASSEXTEND += "native nativesdk"