summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-09-21 14:41:43 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-22 17:15:30 +0100
commit3de45e35b67c239aed6bd3039e6ab4e0c43a2b00 (patch)
tree3e11f847ad7751245d5ac1240f4ce4576ec95835 /meta/recipes-support
parent9e347bebf1bf0ebb085f886fcdab4460bfabd6b3 (diff)
downloadpoky-3de45e35b67c239aed6bd3039e6ab4e0c43a2b00.tar.gz
libffi: Add HOMEPAGE info into recipe file.
(From OE-Core rev: cfe74cb67f284e58c6d133d456fb6d8e763f3e5c) 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-support')
-rw-r--r--meta/recipes-support/libffi/libffi_3.2.1.bb1
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 @@
1SUMMARY = "A portable foreign function interface library" 1SUMMARY = "A portable foreign function interface library"
2HOMEPAGE = "http://sourceware.org/libffi/"
2DESCRIPTION = "The `libffi' library provides a portable, high level programming interface to various calling \ 3DESCRIPTION = "The `libffi' library provides a portable, high level programming interface to various calling \
3conventions. This allows a programmer to call any function specified by a call interface description at run \ 4conventions. This allows a programmer to call any function specified by a call interface description at run \
4time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the \ 5time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the \