All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: Yocto Project <yocto@yoctoproject.org>
Subject: Re: [PATCH] poky-tiny: Assume pkgconfig is provided
Date: Sat, 25 Feb 2012 08:31:47 -0800	[thread overview]
Message-ID: <4F490CF3.1040001@linux.intel.com> (raw)
In-Reply-To: <a371d1ec41d49cc346eaca4b28ee854a145c1a73.1330187370.git.dvhart@linux.intel.com>

Bah, forgot the bug tag:

Fixes [YOCTO #2030]

On 02/25/2012 08:29 AM, Darren Hart wrote:
> -dev packages require pkgconfig, but it pulls in glib->dbus->shadow
> which breaks with tiny's minimal libc.
> 
> -dev packages are not currently supported on poky-tiny.
> 
> Proposed-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
> ---
>  meta-yocto/conf/distro/poky-tiny.conf |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
> index 411347a..6fa4c90 100644
> --- a/meta-yocto/conf/distro/poky-tiny.conf
> +++ b/meta-yocto/conf/distro/poky-tiny.conf
> @@ -55,6 +55,11 @@ ENABLE_WIDEC="false"
>  # eglibc->bash->gettext->libc-posix-clang-wchar dependency.
>  USE_NLS="no"
>  
> +# -dev packages require pkgconfig, but it pulls in glib->dbus->shadow
> +# which breaks with tiny's minimal libc.
> +# -dev packages are not currently supported on poky-tiny.
> +ASSUME_PROVIDED += "pkgconfig$"
> +
>  # Reconfigure eglibc for a smaller installation
>  # Comment out any of the lines below to disable them in the build
>  DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


  reply	other threads:[~2012-02-25 16:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-25 16:29 [PATCH] poky-tiny: Assume pkgconfig is provided Darren Hart
2012-02-25 16:31 ` Darren Hart [this message]
2012-02-26 10:57 ` Richard Purdie
2012-03-01  9:22 ` Khem Raj
2012-03-01  9:26 ` Khem Raj

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=4F490CF3.1040001@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=yocto@yoctoproject.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.