From: Saul Wold <sgw@linux.intel.com>
To: Phil Blundell <philb@gnu.org>
Cc: oe-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH v2] eglibc: Restore ${PN} to before ${PN}-dev in PACKAGES
Date: Tue, 11 Sep 2012 11:19:28 -0700 [thread overview]
Message-ID: <504F80B0.8050406@linux.intel.com> (raw)
In-Reply-To: <1347387265.29443.38.camel@x121e.pbcl.net>
On 09/11/2012 11:14 AM, Phil Blundell wrote:
> Commit 13544fbc6217fee1731a6da1e2cf94901a500842 changed the ordering
> of PACKAGES so that ${PN}-dev came before ${PN}. However, this caused
> the FILES matching to go wrong if ${libdir} == ${base_libdir}. Fix this
> by moving ${PN} ahead of ${PN}-dev once again.
>
> Signed-off-by: Phil Blundell <pb@pbcl.net>
> ---
> V2: now with high-tech PR goodness
>
> meta/recipes-core/eglibc/eglibc-package.inc | 2 +-
> meta/recipes-core/eglibc/eglibc_2.16.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc
> index edf7a75..adf31de 100644
> --- a/meta/recipes-core/eglibc/eglibc-package.inc
> +++ b/meta/recipes-core/eglibc/eglibc-package.inc
> @@ -17,7 +17,7 @@ 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}-mtrace ${PN}-utils eglibc-thread-db ${PN}-pic libcidn libmemusage libsegfault ${PN}-pcprofile libsotruss ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN} eglibc-extra-nss"
> +PACKAGES = "${PN}-dbg catchsegv sln nscd ldd ${PN}-mtrace ${PN}-utils eglibc-thread-db ${PN}-pic libcidn libmemusage libsegfault ${PN}-pcprofile libsotruss ${PN} eglibc-extra-nss ${PN}-dev ${PN}-staticdev ${PN}-doc"
>
Did you do a build with BUILD_HISTORY enabled and verified nothing
changes in the standard case?
Sau!
> # The ld.so in this eglibc supports the GNU_HASH
> RPROVIDES_${PN} = "glibc rtld(GNU_HASH)"
> diff --git a/meta/recipes-core/eglibc/eglibc_2.16.bb b/meta/recipes-core/eglibc/eglibc_2.16.bb
> index c4bc18c..ffa4d5f 100644
> --- a/meta/recipes-core/eglibc/eglibc_2.16.bb
> +++ b/meta/recipes-core/eglibc/eglibc_2.16.bb
> @@ -3,7 +3,7 @@ require eglibc.inc
> SRCREV = "20393"
>
> DEPENDS += "gperf-native"
> -PR = "r7"
> +PR = "r8"
> PR_append = "+svnr${SRCPV}"
>
> EGLIBC_BRANCH="eglibc-2_16"
>
next prev parent reply other threads:[~2012-09-11 18:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-11 18:14 [PATCH v2] eglibc: Restore ${PN} to before ${PN}-dev in PACKAGES Phil Blundell
2012-09-11 18:19 ` Saul Wold [this message]
2012-09-12 6:36 ` Phil Blundell
2012-09-12 7:07 ` Saul Wold
2012-09-12 7:18 ` Phil Blundell
2012-09-12 17:27 ` Saul Wold
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=504F80B0.8050406@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=philb@gnu.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.