diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-26 10:36:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-07 23:20:39 +0100 |
commit | d75c3b63609d8f356a0e6551ad7ec43c41d1b0aa (patch) | |
tree | a063b9dec84771b0f7355f962c9f78cc3d7b374e /meta/recipes-devtools/prelink | |
parent | 94131d5fa5a6e40d36d849576ba9e69e486ef603 (diff) | |
download | poky-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/recipes-devtools/prelink')
-rw-r--r-- | meta/recipes-devtools/prelink/prelink_git.bb | 1 |
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 |
4 | DEPENDS = "elfutils binutils" | 4 | DEPENDS = "elfutils binutils" |
5 | SUMMARY = "An ELF prelinking utility" | 5 | SUMMARY = "An ELF prelinking utility" |
6 | HOMEPAGE = "http://git.yoctoproject.org/cgit.cgi/prelink-cross/about/" | ||
6 | DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \ | 7 | DESCRIPTION = "The prelink package contains a utility which modifies ELF shared libraries \ |
7 | and executables, so that far fewer relocations need to be resolved at \ | 8 | and executables, so that far fewer relocations need to be resolved at \ |
8 | runtime and thus programs come up faster." | 9 | runtime and thus programs come up faster." |