[yocto] [PATCH 9/9] setools fix do_configure

Khem Raj raj.khem at gmail.com
Wed May 14 17:44:55 PDT 2014


On Wed, May 14, 2014 at 3:24 PM, Armin Kuster <akuster808 at gmail.com> wrote:
>         setools: change autotools to autotools-brokensep and bump rev.
>
> Signed-off-by: Armin Kuster <akuster808 at gmail.com>
> ---
>  recipes-security/setools/setools_3.3.8.bb | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-security/setools/setools_3.3.8.bb b/recipes-security/setools/setools_3.3.8.bb
> index 78ed06d..b3bad6b 100644
> --- a/recipes-security/setools/setools_3.3.8.bb
> +++ b/recipes-security/setools/setools_3.3.8.bb
> @@ -12,6 +12,8 @@ SRC_URI = "http://oss.tresys.com/projects/setools/chrome/site/dists/setools-${PV
>  SRC_URI[md5sum] = "d68d0d4e4da0f01da0f208782ff04b91"
>  SRC_URI[sha256sum] = "44387ecc9a231ec536a937783440cd8960a72c51f14bffc1604b7525e341e999"
>
> +PR .= ".1"
> +

why is this needed

>  SRC_URI += "file://setools-neverallow-rules-all-always-fail.patch"
>  SRC_URI += "file://setools-Fix-sepol-calls-to-work-with-latest-libsepol.patch"
>  #SRC_URI += "file://setools-Changes-to-support-named-file_trans-rules.patch"
> @@ -69,7 +71,7 @@ FILES_${PN} += "\
>         ${mandir}/man1/sesearch.1.gz \
>         "
>
> -inherit autotools pythonnative
> +inherit autotools-brokensep pythonnative

It overrides do_configure and thats most probably the reason for
breakage. May be you can
look at trying to remove do_configure and solve the problem instead of
this brokensep workaround.

>
>  # need to export these variables for python-config to work
>  export BUILD_SYS
> --
> 1.9.1
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list