diff options
author | Phil Blundell <pb@pbcl.net> | 2011-05-31 12:29:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-31 12:45:55 +0100 |
commit | 5c3f39c56d1a7402c1f1f3b6db1f2764fcc8f190 (patch) | |
tree | 7e9b60af3cdac694a8a54cbe851859bf5b049b4e /meta/recipes-devtools/prelink | |
parent | 3490772a87eda8d86027d4150a7c1b94c9ee282a (diff) | |
download | openembedded-core-contrib-5c3f39c56d1a7402c1f1f3b6db1f2764fcc8f190.tar.gz |
prelink: remove dependency on transfig-native
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>
Diffstat (limited to 'meta/recipes-devtools/prelink')
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 44aac2d863f..1eea30a5f59 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 \ |