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:46:45 +0100 |
commit | c3a7382c9aa56fdc06198788833a27e882d5030a (patch) | |
tree | e88244f2e03de60b30b250ad5dc078a425d79aff | |
parent | 8074582e1219ae42167b1bf320d8a4b485b17442 (diff) | |
download | poky-c3a7382c9aa56fdc06198788833a27e882d5030a.tar.gz |
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>
-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 44aac2d863..1eea30a5f5 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | SECTION = "devel" | 1 | SECTION = "devel" |
2 | # Need binutils for libiberty.a | 2 | # Need binutils for libiberty.a |
3 | DEPENDS = "elfutils binutils transfig-native" | 3 | # Would need transfig-native for documentation if it wasn't disabled |
4 | DEPENDS = "elfutils binutils" | ||
4 | SUMMARY = "An ELF prelinking utility" | 5 | SUMMARY = "An ELF prelinking utility" |
5 | DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \ | 6 | DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \ |
6 | and executables, so that far fewer relocations need to be resolved at \ | 7 | and executables, so that far fewer relocations need to be resolved at \ |