From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] uclibc SDK not including libpthread_nonshared.a
Date: Tue, 24 Apr 2012 09:45:55 -0700 [thread overview]
Message-ID: <4F96D8C3.7080508@linux.intel.com> (raw)
In-Reply-To: <1335183741-2902-1-git-send-email-mpnorman@gmail.com>
On 04/23/2012 05:22 AM, Mark Norman wrote:
> Modified the uclibc PACKAGES list order to ensure the uclibc-dev package is
> processed before uclibc-staticdev to allow *_nonshared.a libraries to be
> packaged in the uclibc-dev package. The *_nonshared.a libraries are required
> by the SDK.
> ---
> meta/recipes-core/uclibc/uclibc.inc | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc
> index 893d8fd..9316e26 100644
> --- a/meta/recipes-core/uclibc/uclibc.inc
> +++ b/meta/recipes-core/uclibc/uclibc.inc
> @@ -48,9 +48,9 @@ RDEPENDS_${PN}-dev = "linux-libc-headers-dev"
>
> INHIBIT_DEFAULT_DEPS = "1"
>
> -PACKAGES =+ "ldd uclibc-utils-dbg uclibc-utils uclibc-gconv uclibc-thread-db uclibc-argp uclibc-backtrace"
> -PACKAGES =+ "uclibc-libcrypt uclibc-libintl uclibc-libnsl uclibc-libresolv uclibc-libm"
> -PACKAGES =+ "uclibc-libdl uclibc-libutil uclibc-libpthread uclibc-librt"
> +# Ensure the uclibc-dev package is processed before uclibc-staticdev to allow
> +# *_nonshared.a libraries to be packaged in the uclibc-dev package.
> +PACKAGES = "${PN}-dbg ${PN} ldd ${PN}-utils ${PN}-utils-dbg uclibc-thread-db uclibc-gconv ${PN}-dev ${PN}-staticdev ${PN}-doc uclibc-argp uclibc-backtrace uclibc-libcrypt uclibc-libintl uclibc-libnsl uclibc-libresolv uclibc-libm uclibc-libdl uclibc-libutil uclibc-libpthread uclibc-librt"
>
> FILES_uclibc-libcrypt = "${base_libdir}/libcrypt*.so.* ${base_libdir}/libcrypt-*.so"
> FILES_uclibc-libintl = "${base_libdir}/libintl*.so.* ${base_libdir}/libintl-*.so"
As packaging has changed, this needs a PR bump
Sau!
prev parent reply other threads:[~2012-04-24 16:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-23 12:22 [PATCH] uclibc SDK not including libpthread_nonshared.a Mark Norman
2012-04-24 16:45 ` Saul Wold [this message]
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=4F96D8C3.7080508@linux.intel.com \
--to=sgw@linux.intel.com \
--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.