From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] eglibc: Let eglibc-extra-nss-dev exist as empty package
Date: Tue, 02 Apr 2013 17:46:23 +0100 [thread overview]
Message-ID: <1364921183.6526.10.camel@ted> (raw)
In-Reply-To: <1364872704-14812-1-git-send-email-raj.khem@gmail.com>
On Mon, 2013-04-01 at 20:18 -0700, Khem Raj wrote:
> eglibc-extra-nss-dev is a dependency for libc6-dev but
> the package is empty and is not created as a result target
> install of libc6-dev fails. This will create an empty package
>
> [Yocto Bug #4168]
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta/recipes-core/eglibc/eglibc-package.inc | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc
> index 88a00a4..ca0cc4c 100644
> --- a/meta/recipes-core/eglibc/eglibc-package.inc
> +++ b/meta/recipes-core/eglibc/eglibc-package.inc
> @@ -17,7 +17,9 @@ python __anonymous () {
> # Set this to zero if you don't want ldconfig in the output package
> USE_LDCONFIG ?= "1"
>
> -PACKAGES = "${PN}-dbg catchsegv sln nscd ldd ${PN}-utils eglibc-thread-db ${PN}-pic libcidn libmemusage libsegfault ${PN}-pcprofile libsotruss ${PN} eglibc-extra-nss ${PN}-dev ${PN}-staticdev ${PN}-doc"
> +PACKAGES = "${PN}-dbg catchsegv sln nscd ldd ${PN}-utils eglibc-thread-db ${PN}-pic libcidn libmemusage libsegfault ${PN}-pcprofile libsotruss ${PN} eglibc-extra-nss ${PN}-dev ${PN}-staticdev ${PN}-doc eglibc-extra-nss-dev"
> +
> +ALLOW_EMPTY_eglibc-extra-nss-dev = "1"
As discussed in the bug, I think this is an issue with smart erroring on
recommends which it shouldn't do. More investigation/discussion
therefore needed as this patch just fixes one issue and there will be
others.
Cheers,
Richard
next prev parent reply other threads:[~2013-04-02 17:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-02 3:18 [PATCH] eglibc: Let eglibc-extra-nss-dev exist as empty package Khem Raj
2013-04-02 16:46 ` Richard Purdie [this message]
2013-04-02 19:27 ` Khem Raj
2013-04-02 19:41 ` Mark Hatle
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=1364921183.6526.10.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/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.