From: Phil Blundell Date: Tue, 31 May 2011 11:29:04 +0000 (+0100) Subject: prelink: remove dependency on transfig-native X-Git-Tag: 2011-1~1262 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5c3f39c56d1a7402c1f1f3b6db1f2764fcc8f190;p=openembedded-core.git prelink: remove dependency on transfig-native Per http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003179.html Signed-off-by: Phil Blundell Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 44aac2d863..1eea30a5f5 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb @@ -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 \