diff options
Diffstat (limited to 'prelink/prelink_20031029.oe')
-rw-r--r-- | prelink/prelink_20031029.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prelink/prelink_20031029.oe b/prelink/prelink_20031029.oe index 742382dd65..e439273e4d 100644 --- a/prelink/prelink_20031029.oe +++ b/prelink/prelink_20031029.oe @@ -1,5 +1,8 @@ DEPENDS = "elfutils virtual/libc" RDEPENDS = "elfutils libc6" +DESCRIPTION = " The prelink package contains a utility which modifies ELF shared libraries \ +and executables, so that far fewer relocations need to be resolved at \ +runtime and thus programs come up faster." SRC_URI = ftp://people.redhat.com/jakub/prelink/prelink-${PV}.tar.bz2 \ file://${FILESDIR}/dso.c.patch;patch=1 \ |