[Buildroot] [PATCH V3 3/4] kexec-lite: Depends on elfutils instead of libelf to get the libelf library

Peter Korsgaard jacmet at uclibc.org
Sat Sep 13 22:08:37 UTC 2014


>>>>> "Gregory" == Gregory CLEMENT <gregory.clement at free-electrons.com> writes:

 > The elfutils package provides a more recent version of the libelf, so
 > let's use it. It will allow to remove the libelf package and to avoid
 > conflicts with two packages providing the same library.

 > Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>
 > ---
 >  package/kexec-lite/Config.in     | 4 +++-
 >  package/kexec-lite/kexec-lite.mk | 2 +-
 >  2 files changed, 4 insertions(+), 2 deletions(-)

 > diff --git a/package/kexec-lite/Config.in b/package/kexec-lite/Config.in
 > index 944ee29..dd9713e 100644
 > --- a/package/kexec-lite/Config.in
 > +++ b/package/kexec-lite/Config.in
 > @@ -2,7 +2,9 @@ config BR2_PACKAGE_KEXEC_LITE
 >  	bool "kexec-lite"
 >  	depends on BR2_powerpc || BR2_powerpc64
 >  	depends on !BR2_PREFER_STATIC_LIB # dtc
 > -	select BR2_PACKAGE_LIBELF
 > +	depends on BR2_LARGEFILE # elfutils
 > +	depends on BR2_USE_WCHAR # elfutils
 > +	select BR2_PACKAGE_ELFUTILS
 >  	select BR2_PACKAGE_DTC
 >  	select BR2_PACKAGE_DTC_PROGRAMS
 >  	help

Same as for avrdude, we should update the toolchain options comment to
match.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list