diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc.inc')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 1b1f7c626d..bd365daf7a 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-ADV" | 6 | LICENSE = "BSD-3-Clause & GPL-2.0 & 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 = "r0" | 15 | INC_PR = "r1" |
| 16 | 16 | ||
| 17 | KLIBC_ARCH = '${TARGET_ARCH}' | 17 | KLIBC_ARCH = '${TARGET_ARCH}' |
| 18 | KLIBC_ARCH_armeb = 'arm' | 18 | KLIBC_ARCH_armeb = 'arm' |
| @@ -23,8 +23,8 @@ KLIBC_ARCH_i586 = 'i386' | |||
| 23 | KLIBC_ARCH_i686 = 'i386' | 23 | KLIBC_ARCH_i686 = 'i386' |
| 24 | KLIBC_ARCH_pentium = 'i386' | 24 | KLIBC_ARCH_pentium = 'i386' |
| 25 | 25 | ||
| 26 | KLIBC_FETCHDIR = "1.5" | 26 | SRCREV = "ff0a614bd724f6c4c6a5014a9955dc1bc028f336" |
| 27 | SRC_URI = "${KERNELORG_MIRROR}/linux/libs/klibc/${KLIBC_FETCHDIR}/klibc-${PV}.tar.bz2" | 27 | SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git;protocol=git" |
| 28 | 28 | ||
| 29 | SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch" | 29 | SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch" |
| 30 | SRC_URI_append_linux-uclibceabi = " file://klibc-config-eabi.patch" | 30 | SRC_URI_append_linux-uclibceabi = " file://klibc-config-eabi.patch" |
| @@ -36,7 +36,7 @@ SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch \ | |||
| 36 | file://staging.patch \ | 36 | file://staging.patch \ |
| 37 | " | 37 | " |
| 38 | 38 | ||
| 39 | S = "${WORKDIR}/klibc-${PV}" | 39 | S = "${WORKDIR}/git" |
| 40 | 40 | ||
| 41 | EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \ | 41 | EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \ |
| 42 | 'CROSS_COMPILE=${TARGET_PREFIX}' \ | 42 | 'CROSS_COMPILE=${TARGET_PREFIX}' \ |
