diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-21 14:41:43 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-22 17:14:43 +0100 |
commit | cfe74cb67f284e58c6d133d456fb6d8e763f3e5c (patch) | |
tree | 6f60d2db0ee759abc21c3aa7c57cfea90ef99f33 | |
parent | cf4dec43b33f884991b0319cf9c324a3dc59e49b (diff) | |
download | openembedded-core-cfe74cb67f284e58c6d133d456fb6d8e763f3e5c.tar.gz openembedded-core-cfe74cb67f284e58c6d133d456fb6d8e763f3e5c.tar.bz2 openembedded-core-cfe74cb67f284e58c6d133d456fb6d8e763f3e5c.zip |
libffi: 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-support/libffi/libffi_3.2.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |