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/recipes-gnome | |
parent | a00a840fb760ec89ede606253595eada326bce93 (diff) | |
download | openembedded-core-c649698d90712a0b3979340d32f143e8b3b6e3f9.tar.gz openembedded-core-c649698d90712a0b3979340d32f143e8b3b6e3f9.tar.bz2 openembedded-core-c649698d90712a0b3979340d32f143e8b3b6e3f9.zip |
libffi: added LICENSE field
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-gnome')
-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 @@ SRC_URI = "ftp://sourceware.org/pub/libffi/libffi-3.0.8.tar.gz" +LICENSE = "MIT" inherit autotools -BBCLASSEXTEND = "native"
\ No newline at end of file +BBCLASSEXTEND = "native" |