]> code.ossystems Code Review - openembedded-core.git/commitdiff
libffi: added LICENSE field
authorSaul Wold <Saul.Wold@intel.com>
Thu, 30 Sep 2010 17:21:46 +0000 (10:21 -0700)
committerSaul Wold <Saul.Wold@intel.com>
Thu, 30 Sep 2010 17:21:46 +0000 (10:21 -0700)
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
meta/recipes-gnome/libffi/libffi_3.0.8.bb

index 06106279b02db7de87543537d781ab3c2cb5362a..4816530935f8adcdfa1ad1225e02856892b69e72 100644 (file)
@@ -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"