summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2019-05-09 04:55:46 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-09 16:03:44 +0300
commit1c802b33781b4b2073ba54c9b23bb43ff3f612f1 (patch)
tree3b1a9294cea93029979ef6ec9b188b4f585c889d /meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
parentebece09d3b879f9aa2c36a8369894cf874c52cba (diff)
downloadopenbmc-1c802b33781b4b2073ba54c9b23bb43ff3f612f1.tar.xz
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>
Diffstat (limited to 'meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb')
-rw-r--r--meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb4
1 files changed, 0 insertions, 4 deletions
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 49adbb5b1..21d44381d 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 @@ PACKAGECONFIG_add_class-nativesdk = "install_error_yaml"
# 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"