From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH V3 1/4] ltrace: Removes the libelf dependency
Date: Wed, 10 Sep 2014 22:14:51 +0200 [thread overview]
Message-ID: <20140910201451.GF23947@free.fr> (raw)
In-Reply-To: <1409228494-19492-2-git-send-email-gregory.clement@free-electrons.com>
Gregory, All,
On 2014-08-28 14:21 +0200, Gregory CLEMENT spake thusly:
> The libelf is currently provided by 2 packages libelf and
> elfutils. The first package provides an old version of the libelf
> which is no more compatible with a recent version of ltrace. This
> patch removes the dependency on the libelf package and only keep the
> elfuils package which provides the accurate version of libelf for
> ltrace.
>
> It will also allow to remove the libelf package and to avoid conflicts
> with two packages providing the same library.
>
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/ltrace/Config.in | 1 -
> package/ltrace/ltrace.mk | 2 +-
> 2 files changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in
> index 8cabfa2..dc759d8 100644
> --- a/package/ltrace/Config.in
> +++ b/package/ltrace/Config.in
> @@ -6,7 +6,6 @@ config BR2_PACKAGE_LTRACE
> # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756764.
> depends on (BR2_i386 || BR2_arm \
> || BR2_powerpc || BR2_sparc || BR2_x86_64)
> - select BR2_PACKAGE_LIBELF
> select BR2_PACKAGE_ELFUTILS
> depends on BR2_LARGEFILE # elfutils
> depends on BR2_USE_WCHAR # elfutils
> diff --git a/package/ltrace/ltrace.mk b/package/ltrace/ltrace.mk
> index 0a3a90c..48bf7bd 100644
> --- a/package/ltrace/ltrace.mk
> +++ b/package/ltrace/ltrace.mk
> @@ -6,7 +6,7 @@
>
> LTRACE_VERSION = 0896ce554f80afdcba81d9754f6104f863dea803
> LTRACE_SITE = git://anonscm.debian.org/collab-maint/ltrace.git
> -LTRACE_DEPENDENCIES = libelf elfutils
> +LTRACE_DEPENDENCIES = elfutils
> LTRACE_CONF_OPT = --disable-werror
> LTRACE_LICENSE = GPLv2
> LTRACE_LICENSE_FILES = COPYING
> --
> 1.9.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2014-09-10 20:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-28 12:21 [Buildroot] [PATCH V3 0/4] Use only elfutils package to provide the libelf library Gregory CLEMENT
2014-08-28 12:21 ` [Buildroot] [PATCH V3 1/4] ltrace: Removes the libelf dependency Gregory CLEMENT
2014-09-10 20:14 ` Yann E. MORIN [this message]
2014-09-13 21:58 ` Peter Korsgaard
2014-08-28 12:21 ` [Buildroot] [PATCH V3 2/4] avrdude: Depend on elfutils instead of libelf to get the libelf library Gregory CLEMENT
2014-09-10 20:18 ` Yann E. MORIN
2014-09-13 22:01 ` Peter Korsgaard
2014-08-28 12:21 ` [Buildroot] [PATCH V3 3/4] kexec-lite: Depends " Gregory CLEMENT
2014-09-10 22:12 ` Yann E. MORIN
2014-09-13 22:08 ` Peter Korsgaard
2014-08-28 12:21 ` [Buildroot] [PATCH V3 4/4] libelf: Removes the package Gregory CLEMENT
2014-09-13 21:01 ` Yann E. MORIN
2014-09-13 22:09 ` Peter Korsgaard
2014-08-28 14:14 ` [Buildroot] [PATCH V3 0/4] Use only elfutils package to provide the libelf library Thomas Petazzoni
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=20140910201451.GF23947@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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.