All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH V3 4/4] libelf: Removes the package
Date: Sat, 13 Sep 2014 23:01:27 +0200	[thread overview]
Message-ID: <20140913210127.GA5222@free.fr> (raw)
In-Reply-To: <1409228494-19492-5-git-send-email-gregory.clement@free-electrons.com>

Gregory, All,

On 2014-08-28 14:21 +0200, Gregory CLEMENT spake thusly:
> The elfutils package provides a more recent version of the
> libelf. Some packages such as ltrace need this more recent
> version. Having two packages providing the same library leads to some
> conflicts or dependency problems. For instance at the end we had only
> one libelf.a when the 2 packages were selected.
> 
> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Sorry for the delay for that last review...

Regards,
Yann E. MORIN.

> ---
>  Config.in.legacy                                |     9 +
>  package/Config.in                               |     1 -
>  package/libelf/Config.in                        |     7 -
>  package/libelf/libelf-0.8.10-Elf64-fixups.patch | 12361 ----------------------
>  package/libelf/libelf.mk                        |    23 -
>  5 files changed, 9 insertions(+), 12392 deletions(-)
>  delete mode 100644 package/libelf/Config.in
>  delete mode 100644 package/libelf/libelf-0.8.10-Elf64-fixups.patch
>  delete mode 100644 package/libelf/libelf.mk
> 
> diff --git a/Config.in.legacy b/Config.in.legacy
> index 23962a2..5b1460c 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -101,6 +101,15 @@ endif
>  ###############################################################################
>  comment "Legacy options removed in 2014.08"
>  
> +config BR2_PACKAGE_LIBELF
> +	bool "libelf has been removed"
> +	select BR2_PACKAGE_ELFUTILS
> +	select BR2_LEGACY
> +	help
> +	  The libelf package provided an old version of the libelf library
> +	  and is deprecated. The libelf library is now provided by the
> +	  elfutils package.
> +
>  config BR2_KERNEL_HEADERS_3_8
>  	bool "kernel headers version 3.8.x are no longer supported"
>  	select BR2_KERNEL_HEADERS_3_9
> diff --git a/package/Config.in b/package/Config.in
> index 0e10cdf..da528ad 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -841,7 +841,6 @@ menu "Other"
>  	source "package/libcofi/Config.in"
>  	source "package/libdaemon/Config.in"
>  	source "package/libee/Config.in"
> -	source "package/libelf/Config.in"
>  	source "package/libev/Config.in"
>  	source "package/libevdev/Config.in"
>  	source "package/libevent/Config.in"
> diff --git a/package/libelf/Config.in b/package/libelf/Config.in
> deleted file mode 100644
> index 600ef68..0000000
> diff --git a/package/libelf/libelf-0.8.10-Elf64-fixups.patch b/package/libelf/libelf-0.8.10-Elf64-fixups.patch
> deleted file mode 100644
> index 86a064a..0000000
> diff --git a/package/libelf/libelf.mk b/package/libelf/libelf.mk
> deleted file mode 100644
> index 0c37697..0000000
> -- 
> 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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-09-13 21:01 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
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 [this message]
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=20140913210127.GA5222@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.