summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/prelink/prelink_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb
index b739af0cbd..a137a86492 100644
--- a/meta/recipes-devtools/prelink/prelink_git.bb
+++ b/meta/recipes-devtools/prelink/prelink_git.bb
@@ -3,6 +3,7 @@ SECTION = "devel"
3# Would need transfig-native for documentation if it wasn't disabled 3# Would need transfig-native for documentation if it wasn't disabled
4DEPENDS = "elfutils binutils" 4DEPENDS = "elfutils binutils"
5SUMMARY = "An ELF prelinking utility" 5SUMMARY = "An ELF prelinking utility"
6HOMEPAGE = "http://git.yoctoproject.org/cgit.cgi/prelink-cross/about/"
6DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \ 7DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \
7and executables, so that far fewer relocations need to be resolved at \ 8and executables, so that far fewer relocations need to be resolved at \
8runtime and thus programs come up faster." 9runtime and thus programs come up faster."