From 1c802b33781b4b2073ba54c9b23bb43ff3f612f1 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Thu, 9 May 2019 11:25:46 +0930 Subject: 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 Signed-off-by: Brad Bishop --- meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-openpower') 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" -- cgit v1.2.3