diff options
Diffstat (limited to 'prelink/prelink_20040216.oe')
-rw-r--r-- | prelink/prelink_20040216.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/prelink/prelink_20040216.oe b/prelink/prelink_20040216.oe index e3ba87b2ac..0cd84b3040 100644 --- a/prelink/prelink_20040216.oe +++ b/prelink/prelink_20040216.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 = http://http.us.debian.org/debian/pool/main/p/prelink/prelink_0.0.${PV}.orig.tar.gz S = "${WORKDIR}/prelink-0.0.${PV}" |