diff options
Diffstat (limited to 'meta/recipes-devtools/prelink/prelink_git.bb')
| -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 6df19f98d2..1601443e3f 100644 --- a/meta/recipes-devtools/prelink/prelink_git.bb +++ b/meta/recipes-devtools/prelink/prelink_git.bb | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | SECTION = "devel" | 1 | SECTION = "devel" |
| 2 | # Need binutils for libiberty.a | 2 | # Need binutils for libiberty.a |
| 3 | DEPENDS = "elfutils binutils" | 3 | DEPENDS = "elfutils binutils" |
| 4 | DESCRIPTION = " The prelink package contains a utility which modifies ELF shared libraries \ | 4 | SUMMARY = "An ELF prelinking utility" |
| 5 | DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \ | ||
| 5 | and executables, so that far fewer relocations need to be resolved at \ | 6 | and executables, so that far fewer relocations need to be resolved at \ |
| 6 | runtime and thus programs come up faster." | 7 | runtime and thus programs come up faster." |
| 7 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
