| Submitter | Phil Blundell |
|---|---|
| Date | May 31, 2011, 11:29 a.m. |
| Message ID | <1306841344.2525.484.camel@phil-desktop> |
| Download | mbox | patch |
| Permalink | /patch/5099/ |
| State | New, archived |
| Headers | show |
Comments
On Tue, 2011-05-31 at 12:29 +0100, Phil Blundell wrote: > Per http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003179.html > > Signed-off-by: Phil Blundell <philb@gnu.org> > --- > 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 44aac2d..1eea30a 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 \ Applied to master, thanks. Please don't send line wrapped patches though ;-) Cheers, Richard
Patch
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index 44aac2d..1eea30a 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 \
Per http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003179.html Signed-off-by: Phil Blundell <philb@gnu.org> --- meta/recipes-devtools/prelink/prelink_git.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) and executables, so that far fewer relocations need to be resolved at \