summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-09-26 10:36:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-07 23:20:39 +0100
commitd75c3b63609d8f356a0e6551ad7ec43c41d1b0aa (patch)
treea063b9dec84771b0f7355f962c9f78cc3d7b374e /meta
parent94131d5fa5a6e40d36d849576ba9e69e486ef603 (diff)
downloadpoky-d75c3b63609d8f356a0e6551ad7ec43c41d1b0aa.tar.gz
prelink: Add HOMEPAGE info into recipe file.
(From OE-Core rev: 8570a101b1befd988b75c577eb75b35398fe6993) Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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."