diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc.inc')
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 24ece9c4b..bf37c0e84 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
@@ -10,8 +10,6 @@ LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8 | |||
10 | # debugsources.list: No such file or directory: | 10 | # debugsources.list: No such file or directory: |
11 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 11 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
12 | 12 | ||
13 | INC_PR = "r1" | ||
14 | |||
15 | KLIBC_ARCH = '${TARGET_ARCH}' | 13 | KLIBC_ARCH = '${TARGET_ARCH}' |
16 | KLIBC_ARCH_aarch64 = 'arm64' | 14 | KLIBC_ARCH_aarch64 = 'arm64' |
17 | KLIBC_ARCH_armeb = 'arm' | 15 | KLIBC_ARCH_armeb = 'arm' |
@@ -27,7 +25,7 @@ KLIBC_ARCH_powerpc64 = 'ppc64' | |||
27 | 25 | ||
28 | export FIX_ARMV4_EABI_BX = "${FIX_V4BX}" | 26 | export FIX_ARMV4_EABI_BX = "${FIX_V4BX}" |
29 | 27 | ||
30 | SRCREV = "f05ff116bb9edbbb81d82fa47b78e630ce878470" | 28 | SRCREV = "f0440baf7f2dc1d9a25863c184d0a8fb73c4ee6c" |
31 | SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git" | 29 | SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git" |
32 | 30 | ||
33 | SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch \ | 31 | SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch \ |