Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 15/15] pango: fix dependencies to avoid build issue
Date: Tue, 10 Jul 2012 13:12:39 +0100	[thread overview]
Message-ID: <1341922359.24837.1.camel@ted> (raw)
In-Reply-To: <45d7793f0e3092f3ba4e03c52195ea13179ad1d8.1341850982.git.nitin.a.kamble@intel.com>

On Mon, 2012-07-09 at 09:26 -0700, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
> 
> this commit avoids this build issue:
> 
> | /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.7.1/ld: cannot find -lelf
> | collect2: error: ld returned 1 exit status
> ...
> | make: *** [all] Error 2
> | ERROR: oe_runmake failed
> NOTE: package pango-1.28.4-r7: task do_compile: Failed
> 
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
>  meta/recipes-graphics/pango/pango.inc |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc
> index fbf5027..754a720 100644
> --- a/meta/recipes-graphics/pango/pango.inc
> +++ b/meta/recipes-graphics/pango/pango.inc
> @@ -10,7 +10,7 @@ SECTION = "libs"
>  LICENSE = "LGPLv2.0+"
>  
>  X11DEPENDS = "virtual/libx11 libxft"
> -DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv gtk-doc-native cairo "
> +DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv gtk-doc-native cairo elfutils"
>  
>  PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
>  PACKAGECONFIG[x11] = "--with-x,--without-x,${X11DEPENDS}"

I think rather than blindly adding the dependency, we need to figure out
what this is needed for. We had a similar issue with glib-2.0:

http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=38da655788361e949d605bebfab45cf5830df613

so I'm leaning to disabling this here.

Cheers,

Richard




  parent reply	other threads:[~2012-07-10 12:23 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-09 16:26 [PATCH 00/15] commits related to automake update to 1.12.1 nitin.a.kamble
2012-07-09 16:26 ` [PATCH 01/15] automake: upgrade from 1.11.3 " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 02/15] jpeg: fix configure with automake 1.12.1 nitin.a.kamble
2012-07-09 16:26 ` [PATCH 03/15] gnutls: Fix build " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 04/15] pcmanfm: fix build with automake 1.12.x nitin.a.kamble
2012-07-09 16:26 ` [PATCH 05/15] avahi: fix build with automake 1.12.1 nitin.a.kamble
2012-07-09 16:26 ` [PATCH 06/15] dates: fix build with automake 1.12.x nitin.a.kamble
2012-07-09 16:26 ` [PATCH 07/15] librsvg: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 08/15] evolution-data-server: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 09/15] tar: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 10/15] libgcrypt: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 11/15] gpgme: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 12/15] telepathy-glib: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 13/15] xf86-video-vmware: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 14/15] libfm: " nitin.a.kamble
2012-07-09 16:26 ` [PATCH 15/15] pango: fix dependencies to avoid build issue nitin.a.kamble
2012-07-10  5:20   ` Khem Raj
2012-07-10 12:12   ` Richard Purdie [this message]
2012-07-10 13:50 ` [PATCH 00/15] commits related to automake update to 1.12.1 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=1341922359.24837.1.camel@ted \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox