diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2012-02-29 20:56:15 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-01 09:24:38 +0100 |
commit | b1919c090a2bfc139ed215c51110adfec29c058b (patch) | |
tree | 671b94538dd3203ca08461b98130c2ecab2f4df2 /meta-initramfs/recipes-devtools | |
parent | b84968c966964a3f15f7e465efeed36c39fb8f98 (diff) | |
download | meta-openembedded-b1919c090a2bfc139ed215c51110adfec29c058b.tar.gz |
klibc: add MIT License
* After a talk with Beth Flanagan licensing is now clear:
* "LICENSE = "BSD-3-Clause & GPL-2.0 & MIT" (If it's --without-zlib).
* If not then it's: LICENSE = "BSD-3-Clause & GPL-2.0 & MIT & Zlib"
* bump INC_PR
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-devtools')
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index bd365daf7..0f7cbbe96 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
@@ -3,7 +3,7 @@ SECTION = "libs" | |||
3 | DESCRIPTION = "klibc is intended to be a minimalistic libc subset for \ | 3 | DESCRIPTION = "klibc is intended to be a minimalistic libc subset for \ |
4 | use with initramfs. It is deliberately written for small size, \ | 4 | use with initramfs. It is deliberately written for small size, \ |
5 | minimal entaglement, and portability, not speed." | 5 | minimal entaglement, and portability, not speed." |
6 | LICENSE = "BSD-3-Clause & GPL-2.0 & Zlib" | 6 | LICENSE = "BSD-3-Clause & GPL-2.0 & MIT & Zlib" |
7 | LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8b" | 7 | LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8b" |
8 | 8 | ||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
12 | # debugsources.list: No such file or directory: | 12 | # debugsources.list: No such file or directory: |
13 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 13 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
14 | 14 | ||
15 | INC_PR = "r1" | 15 | INC_PR = "r2" |
16 | 16 | ||
17 | KLIBC_ARCH = '${TARGET_ARCH}' | 17 | KLIBC_ARCH = '${TARGET_ARCH}' |
18 | KLIBC_ARCH_armeb = 'arm' | 18 | KLIBC_ARCH_armeb = 'arm' |