All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] coreutils: disable ACL as we do not depend on it
Date: Fri, 22 Mar 2013 14:08:36 +0000	[thread overview]
Message-ID: <1363961316.3097.2.camel@ted> (raw)
In-Reply-To: <1363960423-16933-1-git-send-email-marcin.juszkiewicz@linaro.org>

On Fri, 2013-03-22 at 14:53 +0100, Marcin Juszkiewicz wrote:
> Coreutils does not depend on ACL but also does not disable it. Effect is
> that from time to time I have a copy in sstate-cache which got built
> with ACL and then I have problem while building images or sdk:
> 
> | Collected errors:
> |  * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-core-standalone-hhvm-sdk-target:
> |  *    libacl1 (>= 2.2.51) *
> |  * opkg_install_cmd: Cannot install package packagegroup-core-standalone-hhvm-sdk-target.
> 
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> ---
>  meta/recipes-core/coreutils/coreutils_8.14.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb
> index 04c9eb2..71c4cdf 100644
> --- a/meta/recipes-core/coreutils/coreutils_8.14.bb
> +++ b/meta/recipes-core/coreutils/coreutils_8.14.bb
> @@ -21,6 +21,7 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \
>  SRC_URI[md5sum] = "bcb135ce553493a45aba01b39eb3920a"
>  SRC_URI[sha256sum] = "0d120817c19292edb19e92ae6b8eac9020e03d51e0af9cb116cf82b65d18b02d"
>  
> +EXTRA_OECONF = "--disable-acl"
>  EXTRA_OECONF_class-native = "--without-gmp"


Doesn't the -native override need this as well?

Cheers,

Richard




  parent reply	other threads:[~2013-03-22 14:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-22 13:53 [PATCH] coreutils: disable ACL as we do not depend on it Marcin Juszkiewicz
2013-03-22 13:58 ` Paul Eggleton
2013-03-22 14:01   ` Paul Eggleton
2013-03-22 14:08 ` Richard Purdie [this message]
2013-03-22 14:25   ` Marcin Juszkiewicz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1363961316.3097.2.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=marcin.juszkiewicz@linaro.org \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.