From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 2/3] binutils: Add missing target package dependencies
Date: Fri, 20 Jul 2012 17:26:31 -0700 [thread overview]
Message-ID: <5009F737.2010305@linux.intel.com> (raw)
In-Reply-To: <1342761780-20215-2-git-send-email-raj.khem@gmail.com>
On 07/19/2012 10:22 PM, Khem Raj wrote:
> e.g. libfl from flex is needed for target
> binutils to link otherwise it can fail to build
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta/recipes-devtools/binutils/binutils-2.22.inc | 2 +-
> meta/recipes-devtools/binutils/binutils_2.22.bb | 3 +++
> 2 files changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/binutils/binutils-2.22.inc b/meta/recipes-devtools/binutils/binutils-2.22.inc
> index e776985..e3e179d 100644
> --- a/meta/recipes-devtools/binutils/binutils-2.22.inc
> +++ b/meta/recipes-devtools/binutils/binutils-2.22.inc
> @@ -1,4 +1,4 @@
> -PR = "r12"
> +PR = "r13"
>
> LIC_FILES_CHKSUM="\
> file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
> diff --git a/meta/recipes-devtools/binutils/binutils_2.22.bb b/meta/recipes-devtools/binutils/binutils_2.22.bb
> index b8e1112..b8250d8 100644
> --- a/meta/recipes-devtools/binutils/binutils_2.22.bb
> +++ b/meta/recipes-devtools/binutils/binutils_2.22.bb
> @@ -1,5 +1,8 @@
> require binutils.inc
> require binutils-${PV}.inc
> +
> +DEPENDS += "flex bison zlib"
> +
> EXTRA_OECONF += "--with-sysroot=/ \
> --enable-install-libbfd \
> --enable-shared \
>
Merged this along with 3/3 puzzles, sorry for the confusion on the http,
I thought I downloaded it correctly, must have hit the mirror.
Thanks
Sau!
next prev parent reply other threads:[~2012-07-21 0:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-20 5:22 [PATCH 1/3] cmake-native: Fix build on ubuntu Khem Raj
2012-07-20 5:22 ` [PATCH 2/3] binutils: Add missing target package dependencies Khem Raj
2012-07-21 0:26 ` Saul Wold [this message]
2012-07-20 5:23 ` [PATCH 3/3] puzzles, mkelfimage: Use svn protocol instead of http Khem Raj
2012-07-20 7:42 ` [PATCH 1/3] cmake-native: Fix build on ubuntu 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=5009F737.2010305@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.