mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
prelink: remove dependency on transfig-native
Per http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003179.html (From OE-Core rev: 5c3f39c56d1a7402c1f1f3b6db1f2764fcc8f190) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8074582e12
commit
c3a7382c9a
@@ -1,6 +1,7 @@
|
||||
SECTION = "devel"
|
||||
# Need binutils for libiberty.a
|
||||
DEPENDS = "elfutils binutils transfig-native"
|
||||
# Would need transfig-native for documentation if it wasn't disabled
|
||||
DEPENDS = "elfutils binutils"
|
||||
SUMMARY = "An ELF prelinking utility"
|
||||
DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \
|
||||
and executables, so that far fewer relocations need to be resolved at \
|
||||
|
||||
Reference in New Issue
Block a user