From: Huang Qiyu Date: Tue, 26 Sep 2017 02:36:33 +0000 (+0800) Subject: prelink: Add HOMEPAGE info into recipe file. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19850 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8570a101b1befd988b75c577eb75b35398fe6993;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git prelink: Add HOMEPAGE info into recipe file. Signed-off-by: Huang Qiyu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/prelink/prelink_git.bb b/meta/recipes-devtools/prelink/prelink_git.bb index b739af0cbdd..a137a864921 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."