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-06 12:03:30 +0100 |
commit | 8570a101b1befd988b75c577eb75b35398fe6993 (patch) | |
tree | e1a24711a2c68757d109babddf85d842a2b896a6 | |
parent | 81a1da9528d5d905635ea66691aff29a7249c48d (diff) | |
download | openembedded-core-8570a101b1befd988b75c577eb75b35398fe6993.tar.gz openembedded-core-8570a101b1befd988b75c577eb75b35398fe6993.tar.bz2 openembedded-core-8570a101b1befd988b75c577eb75b35398fe6993.zip |
prelink: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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" # Would need transfig-native for documentation if it wasn't disabled DEPENDS = "elfutils binutils" SUMMARY = "An ELF prelinking utility" +HOMEPAGE = "http://git.yoctoproject.org/cgit.cgi/prelink-cross/about/" 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." |