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>
This commit is contained in:
Andrea Adami
2012-02-29 20:56:15 +00:00
committed by Koen Kooi
parent b84968c966
commit b1919c090a
@@ -3,7 +3,7 @@ SECTION = "libs"
DESCRIPTION = "klibc is intended to be a minimalistic libc subset for \ DESCRIPTION = "klibc is intended to be a minimalistic libc subset for \
use with initramfs. It is deliberately written for small size, \ use with initramfs. It is deliberately written for small size, \
minimal entaglement, and portability, not speed." minimal entaglement, and portability, not speed."
LICENSE = "BSD-3-Clause & GPL-2.0 & Zlib" LICENSE = "BSD-3-Clause & GPL-2.0 & MIT & Zlib"
LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8b" LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8b"
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
# debugsources.list: No such file or directory: # debugsources.list: No such file or directory:
INHIBIT_PACKAGE_DEBUG_SPLIT = "1" INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
INC_PR = "r1" INC_PR = "r2"
KLIBC_ARCH = '${TARGET_ARCH}' KLIBC_ARCH = '${TARGET_ARCH}'
KLIBC_ARCH_armeb = 'arm' KLIBC_ARCH_armeb = 'arm'