From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 4/7] binutils: package unpackaged files
Date: Fri, 08 Jul 2011 16:26:32 +0100 [thread overview]
Message-ID: <1310138792.20015.880.camel@rex> (raw)
In-Reply-To: <12dc19831b4766f0894ff43ae916150057a0e65e.1310070283.git.nitin.a.kamble@intel.com>
On Thu, 2011-07-07 at 13:25 -0700, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> To fix these package qa warnings
> WARNING: For recipe binutils, the following files were installed but not shipped in any package:
> WARNING: /usr/bin/ld.bfd
> WARNING: /usr/bin/elfedit
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
> .../binutils/binutils-cross-canadian_2.21.1.bb | 2 +-
> .../binutils/binutils-crosssdk_2.21.1.bb | 2 +-
> meta/recipes-devtools/binutils/binutils.inc | 2 ++
> meta/recipes-devtools/binutils/binutils_2.21.1.bb | 2 +-
> 4 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian_2.21.1.bb b/meta/recipes-devtools/binutils/binutils-cross-canadian_2.21.1.bb
> index 7dad2a6..e91e7dc 100644
> --- a/meta/recipes-devtools/binutils/binutils-cross-canadian_2.21.1.bb
> +++ b/meta/recipes-devtools/binutils/binutils-cross-canadian_2.21.1.bb
> @@ -1,3 +1,3 @@
> require binutils_${PV}.bb
> require binutils-cross-canadian.inc
> -PR = "r0"
> +PR = "r1"
> diff --git a/meta/recipes-devtools/binutils/binutils-crosssdk_2.21.1.bb b/meta/recipes-devtools/binutils/binutils-crosssdk_2.21.1.bb
> index 0d6efff..21289cd 100644
> --- a/meta/recipes-devtools/binutils/binutils-crosssdk_2.21.1.bb
> +++ b/meta/recipes-devtools/binutils/binutils-crosssdk_2.21.1.bb
> @@ -4,7 +4,7 @@ inherit crosssdk
>
> PROVIDES = "virtual/${TARGET_PREFIX}binutils-crosssdk"
>
> -PR = "r0"
> +PR = "r1"
>
> do_configure_prepend () {
> sed -i 's#/usr/local/lib /lib /usr/lib#${SDKPATHNATIVE}/lib ${SDKPATHNATIVE}/usr/lib /usr/local/lib /lib /usr/lib#' ${S}/ld/configure.tgt
> diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc
> index 08c14b2..9a6b9c8 100644
> --- a/meta/recipes-devtools/binutils/binutils.inc
> +++ b/meta/recipes-devtools/binutils/binutils.inc
> @@ -35,11 +35,13 @@ FILES_${PN}-symlinks = " \
> ${bindir}/c++filt \
> ${bindir}/gprof \
> ${bindir}/ld \
> + ${bindir}/ld.bfd \
> ${bindir}/nm \
> ${bindir}/objcopy \
> ${bindir}/objdump \
> ${bindir}/ranlib \
> ${bindir}/readelf \
> + ${bindir}/elfedit \
> ${bindir}/size \
> ${bindir}/strip"
Nitin, do you know if the ld.bfd above is a hardlinked copy of ld?
It may be better to turn this into a symlink if so (although our
packaging process should preserve hardlinks these days).
Cheers,
Richard
next prev parent reply other threads:[~2011-07-08 15:31 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-07 20:25 [PATCH 0/7] upgrades & misc fixes nitin.a.kamble
2011-07-07 20:25 ` [PATCH 1/7] binutils: upgrade from 2.21 to 2.21.1 nitin.a.kamble
2011-07-07 21:39 ` Khem Raj
2011-07-07 23:12 ` Richard Purdie
2011-07-08 0:42 ` Khem Raj
2011-07-08 15:24 ` Richard Purdie
2011-07-08 8:00 ` Phil Blundell
2011-07-07 20:25 ` [PATCH 2/7] gmp: upgrade from 5.0.1 to 5.0.2 nitin.a.kamble
2011-07-07 20:25 ` [PATCH 3/7] distro tracking: update devel.toolchain recipes's fields nitin.a.kamble
2011-07-07 20:25 ` [PATCH 4/7] binutils: package unpackaged files nitin.a.kamble
2011-07-07 21:32 ` Khem Raj
2011-07-08 15:26 ` Richard Purdie [this message]
2011-07-08 15:34 ` Phil Blundell
2011-07-08 21:15 ` Kamble, Nitin A
2011-07-08 21:29 ` Phil Blundell
2011-07-08 17:10 ` Kamble, Nitin A
2011-07-07 20:25 ` [PATCH 5/7] eglibc: fix installed but not packaged files nitin.a.kamble
2011-07-07 20:42 ` Phil Blundell
2011-07-07 21:41 ` Khem Raj
2011-07-07 23:11 ` Richard Purdie
2011-07-08 17:04 ` Kamble, Nitin A
2011-07-07 20:25 ` [PATCH 6/7] gcc-runtime: fix installed but unpackaged files nitin.a.kamble
2011-07-07 20:25 ` [PATCH 7/7] elfutils: fix compilations issue with the gcc 4.7 nitin.a.kamble
2011-07-08 15:23 ` [PATCH 0/7] upgrades & misc fixes Richard Purdie
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=1310138792.20015.880.camel@rex \
--to=richard.purdie@linuxfoundation.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.