From: Huang Qiyu Date: Thu, 21 Sep 2017 06:41:43 +0000 (+0800) Subject: libffi: Add HOMEPAGE info into recipe file. X-Git-Tag: 2017-10~117 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cfe74cb67f284e58c6d133d456fb6d8e763f3e5c;p=openembedded-core.git libffi: Add HOMEPAGE info into recipe file. Signed-off-by: Huang Qiyu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/libffi/libffi_3.2.1.bb b/meta/recipes-support/libffi/libffi_3.2.1.bb index 57989a2602..a0b1fcd161 100644 --- a/meta/recipes-support/libffi/libffi_3.2.1.bb +++ b/meta/recipes-support/libffi/libffi_3.2.1.bb @@ -1,4 +1,5 @@ SUMMARY = "A portable foreign function interface library" +HOMEPAGE = "http://sourceware.org/libffi/" DESCRIPTION = "The `libffi' library provides a portable, high level programming interface to various calling \ conventions. This allows a programmer to call any function specified by a call interface description at run \ time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the \