summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/prelink
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-11-18 17:43:33 -0600
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-16 15:53:08 +0000
commit8bcb64c0737e2322031a5579c1a3fa01d944b348 (patch)
tree5ee6a7ae1271334d6892636893c681f51990940c /meta/recipes-devtools/prelink
parent2e0a8afe9849383303d515d49c2a7aef9b4ba00e (diff)
downloadpoky-8bcb64c0737e2322031a5579c1a3fa01d944b348.tar.gz
recipes-devtools: Add Summary information
Add Summary information and update Descripts as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/prelink')
-rw-r--r--meta/recipes-devtools/prelink/prelink_git.bb3
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 @@
1SECTION = "devel" 1SECTION = "devel"
2# Need binutils for libiberty.a 2# Need binutils for libiberty.a
3DEPENDS = "elfutils binutils" 3DEPENDS = "elfutils binutils"
4DESCRIPTION = " The prelink package contains a utility which modifies ELF shared libraries \ 4SUMMARY = "An ELF prelinking utility"
5DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \
5and executables, so that far fewer relocations need to be resolved at \ 6and executables, so that far fewer relocations need to be resolved at \
6runtime and thus programs come up faster." 7runtime and thus programs come up faster."
7LICENSE = "GPLv2" 8LICENSE = "GPLv2"