]> code.ossystems Code Review - openembedded-core.git/commitdiff
prelink: remove dependency on transfig-native
authorPhil Blundell <pb@pbcl.net>
Tue, 31 May 2011 11:29:04 +0000 (12:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 May 2011 11:45:55 +0000 (12:45 +0100)
Per http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003179.html

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/prelink/prelink_git.bb

index 44aac2d863fbe4d2cd50b99c0eaaa16eee5837db..1eea30a5f59c3b603474997b545c5fecc8248c22 100644 (file)
@@ -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 \