diff options
Diffstat (limited to 'meta/recipes-support/libffi')
-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 @@ | |||
1 | SUMMARY = "A portable foreign function interface library" | 1 | SUMMARY = "A portable foreign function interface library" |
2 | HOMEPAGE = "http://sourceware.org/libffi/" | ||
2 | DESCRIPTION = "The `libffi' library provides a portable, high level programming interface to various calling \ | 3 | DESCRIPTION = "The `libffi' library provides a portable, high level programming interface to various calling \ |
3 | conventions. This allows a programmer to call any function specified by a call interface description at run \ | 4 | conventions. This allows a programmer to call any function specified by a call interface description at run \ |
4 | time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the \ | 5 | time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the \ |