diff options
-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 06106279b..481653093 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" |