diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-23 07:02:00 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 15:26:53 +0000 |
commit | 21bc438c781004d4a0daf17c15af5bebc1ad272c (patch) | |
tree | f44cb67c651349f16b1350616eeb7a6068391afc /meta/recipes-core | |
parent | 89fc010c06585502c32c51c555780092bc1afdaa (diff) | |
download | poky-21bc438c781004d4a0daf17c15af5bebc1ad272c.tar.gz |
cross-localedef: add LIC_FILES_CHKCSUM
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/eglibc/cross-localedef-native_2.12.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb b/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb index e2247dc535..096c0827f0 100644 --- a/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb +++ b/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb | |||
@@ -4,6 +4,13 @@ SECTION = "libs" | |||
4 | PRIORITY = "required" | 4 | PRIORITY = "required" |
5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL" |
6 | 6 | ||
7 | LIC_DIR = "${WORKDIR}/${EGLIBC_BRANCH}/libc" | ||
8 | LIC_FILES_CHKSUM = "file://${LIC_DIR}/LICENSES;md5=07a394b26e0902b9ffdec03765209770 \ | ||
9 | file://${LIC_DIR}/COPYING;md5=393a5ca445f6965873eca0259a17f833 \ | ||
10 | file://${LIC_DIR}/posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \ | ||
11 | file://${LIC_DIR}/COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff " | ||
12 | |||
13 | |||
7 | inherit native | 14 | inherit native |
8 | inherit autotools | 15 | inherit autotools |
9 | 16 | ||