[yocto] [meta-selinux][PATCH] audit: fix qa warning of unrecognised config

Shrikant Bobade bobadeshrikant at gmail.com
Fri Aug 14 01:53:15 PDT 2015


Hi,

observed: WARNING: QA Issue: audit: configure was passed unrecognised
options: --with-armeb [unknown-configure-option]
on core-image-selinux (poky-selinux distro)

build tag:
Build Configuration:
BB_VERSION        = "1.27.1"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "qemuarm"
DISTRO            = "poky-selinux"
DISTRO_VERSION    = "1.8+snapshot-20150814"
TUNE_FEATURES     = "arm armv5 thumb dsp"
TARGET_FPU        = "soft"
meta
meta-yocto
meta-yocto-bsp    = "master:a533776d6ff83b6e3e830137455b8382d002768b"
meta-selinux      = "master:684ee9401f33db7c9d5b183988d89c688c9dd0be"


Thanks
Shrikant

On Fri, Aug 14, 2015 at 2:16 PM, Shrikant Bobade <bobadeshrikant at gmail.com>
wrote:

> From: Shrikant Bobade <shrikant_bobade at mentor.com>
>
> remove --with-armeb=yes to fix the configure
> unrecognised option qa warning.
>
> Signed-off-by: Shrikant Bobade <shrikant_bobade at mentor.com>
> ---
>  recipes-security/audit/audit_2.4.3.bb |    1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/recipes-security/audit/audit_2.4.3.bb
> b/recipes-security/audit/audit_2.4.3.bb
> index 8f125c0..31f4b03 100644
> --- a/recipes-security/audit/audit_2.4.3.bb
> +++ b/recipes-security/audit/audit_2.4.3.bb
> @@ -41,7 +41,6 @@ EXTRA_OECONF += "--without-prelude \
>          --without-python3 \
>          --disable-zos-remote \
>         "
> -EXTRA_OECONF_append_arm = " --with-armeb=yes"
>
>  EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' \
>         PYINC='${STAGING_INCDIR}/$(PYLIBVER)' \
> --
> 1.7.9.5
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150814/6e010d97/attachment.html>


More information about the yocto mailing list