diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-09-30 10:21:46 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-30 10:21:46 -0700 |
commit | c649698d90712a0b3979340d32f143e8b3b6e3f9 (patch) | |
tree | a811c975a1f3b70caf689d1b496835aa1f049d47 /meta | |
parent | a00a840fb760ec89ede606253595eada326bce93 (diff) | |
download | poky-c649698d90712a0b3979340d32f143e8b3b6e3f9.tar.gz |
libffi: added LICENSE field
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/libffi/libffi_3.0.8.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libffi/libffi_3.0.8.bb b/meta/recipes-gnome/libffi/libffi_3.0.8.bb index 06106279b0..4816530935 100644 --- a/meta/recipes-gnome/libffi/libffi_3.0.8.bb +++ b/meta/recipes-gnome/libffi/libffi_3.0.8.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | SRC_URI = "ftp://sourceware.org/pub/libffi/libffi-3.0.8.tar.gz" | 1 | SRC_URI = "ftp://sourceware.org/pub/libffi/libffi-3.0.8.tar.gz" |
2 | LICENSE = "MIT" | ||
2 | 3 | ||
3 | inherit autotools | 4 | inherit autotools |
4 | 5 | ||
5 | BBCLASSEXTEND = "native" \ No newline at end of file | 6 | BBCLASSEXTEND = "native" |