diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-24 13:46:23 +0800 |
---|---|---|
committer | Mei Lei <lei.mei@intel.com> | 2010-11-24 13:46:23 +0800 |
commit | 890e14cff0ec480fcad4cfdf7f29616722aa20fa (patch) | |
tree | 2ef0c9b678588520954f97ac5142c013a9a83a0a /meta/recipes-gnome | |
parent | 5e1c8ff9efa774332da75a9abf0bf95b391db9c1 (diff) | |
download | poky-890e14cff0ec480fcad4cfdf7f29616722aa20fa.tar.gz |
libffi:Add license checksum to bb file
Add LICENSE file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/libffi/libffi_3.0.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libffi/libffi_3.0.9.bb b/meta/recipes-gnome/libffi/libffi_3.0.9.bb index 3959ef2262..7e3c1d8321 100644 --- a/meta/recipes-gnome/libffi/libffi_3.0.9.bb +++ b/meta/recipes-gnome/libffi/libffi_3.0.9.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SRC_URI = "ftp://sourceware.org/pub/libffi/${BPN}-${PV}.tar.gz" | 1 | SRC_URI = "ftp://sourceware.org/pub/libffi/${BPN}-${PV}.tar.gz" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa09cb778aaba64dc9eac37ab7e4e5d8" | |
4 | inherit autotools | 4 | inherit autotools |
5 | 5 | ||
6 | BBCLASSEXTEND = "native" | 6 | BBCLASSEXTEND = "native" |