From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [oe-commits] Richard Purdie : glib-2.0: Fix issues with libelf dependency creeping in
Date: Wed, 16 May 2012 09:20:02 +0200 [thread overview]
Message-ID: <20120516072002.GF3166@jama.jama.net> (raw)
In-Reply-To: <20120507154926.7584310217@opal>
[-- Attachment #1: Type: text/plain, Size: 3857 bytes --]
On Mon, May 07, 2012 at 03:49:24PM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 2929e7d590862d9649458c90804e79a1dce40423
> URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2929e7d590862d9649458c90804e79a1dce40423
>
> Author: Richard Purdie <richard.purdie@linuxfoundation.org>
> Date: Mon May 7 09:49:43 2012 +0000
>
> glib-2.0: Fix issues with libelf dependency creeping in
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
FWIW: glib-2.32.3 should now use libelf only for parts which are
actually using that:
http://git.gnome.org/browse/glib/commit/?h=glib-2-32&id=7fe1f97a128be5f48dcd1232250e96bd581a35c1
but still no configure option for that..
Cheers,
>
> ---
>
> meta/recipes-core/glib-2.0/glib-2.0/nolibelf.patch | 37 ++++++++++++++++++++
> meta/recipes-core/glib-2.0/glib-2.0_2.32.2.bb | 2 +
> 2 files changed, 39 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-core/glib-2.0/glib-2.0/nolibelf.patch b/meta/recipes-core/glib-2.0/glib-2.0/nolibelf.patch
> new file mode 100644
> index 0000000..e9b3b26
> --- /dev/null
> +++ b/meta/recipes-core/glib-2.0/glib-2.0/nolibelf.patch
> @@ -0,0 +1,37 @@
> +Ideally there would be configureation option for this but there is not. We
> +can't allow this code since it could detect the host system's libelf with
> +disasterous effects when cross compiling.
> +
> +RP 2012/5/7
> +
> +Upstream-Status: Pending (would need to be made a configure option to disabe)
> +
> +Index: glib-2.32.2/configure.ac
> +===================================================================
> +--- glib-2.32.2.orig/configure.ac 2012-05-07 08:30:04.481149925 +0000
> ++++ glib-2.32.2/configure.ac 2012-05-07 08:31:02.185148588 +0000
> +@@ -1816,23 +1816,7 @@
> + dnl *** check for libelf ***
> + dnl ************************
> +
> +-PKG_CHECK_MODULES([LIBELF], [libelf], [have_libelf=yes], [have_libelf=maybe])
> +-
> +-if test $have_libelf = maybe; then
> +- AC_CHECK_LIB([elf], [elf_begin], , [have_libelf=no])
> +- AC_CHECK_LIB([elf], [elf_getshdrstrndx], , [have_libelf=no])
> +- AC_CHECK_LIB([elf], [elf_getshdrnum], , [have_libelf=no])
> +- AC_CHECK_HEADER([libelf.h], , [have_libelf=no])
> +-
> +- if test $have_libelf != no; then
> +- LIBELF_LIBS=-lelf
> +- have_libelf = yes
> +- fi
> +-fi
> +-
> +-if test $have_libelf = yes; then
> +- AC_DEFINE(HAVE_LIBELF, 1, [Define if libelf is available])
> +-fi
> ++have_libelf=no
> +
> + dnl ****************************************
> + dnl *** platform dependent source checks ***
> diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.32.2.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.32.2.bb
> index f303cb4..b9b3356 100644
> --- a/meta/recipes-core/glib-2.0/glib-2.0_2.32.2.bb
> +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.32.2.bb
> @@ -1,6 +1,7 @@
> require glib.inc
>
> PE = "1"
> +PR = "r1"
>
> DEPENDS += "libffi python-argparse-native zlib"
> DEPENDS_virtclass-native += "libffi-native python-argparse-native"
> @@ -13,6 +14,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
> file://60_wait-longer-for-threads-to-die.patch \
> file://glib-2.0_fix_for_x32.patch \
> file://nodbus.patch \
> + file://nolibelf.patch \
> "
> SRC_URI[md5sum] = "5bfdb6197afb90e4dbc7b1bb98f0eae0"
> SRC_URI[sha256sum] = "b1764abf00bac96e0e93e29fb9715ce75f3583579acac40648e18771d43d6136"
>
>
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
parent reply other threads:[~2012-05-16 7:30 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20120507154926.7584310217@opal>]
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=20120516072002.GF3166@jama.jama.net \
--to=martin.jansa@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox