Commit e50431b2 authored by Gregory CLEMENT's avatar Gregory CLEMENT Committed by Peter Korsgaard
Browse files

ltrace: Removes the libelf dependency



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: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 8b33a953
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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