summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/klibc/klibc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc.inc')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klibc.inc4
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 6a15e0cd8..195f089e4 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc.inc
+++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc
@@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
12# debugsources.list: No such file or directory: 12# debugsources.list: No such file or directory:
13INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 13INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
14 14
15INC_PR = "r3" 15INC_PR = "r0"
16 16
17KLIBC_ARCH = '${TARGET_ARCH}' 17KLIBC_ARCH = '${TARGET_ARCH}'
18KLIBC_ARCH_armeb = 'arm' 18KLIBC_ARCH_armeb = 'arm'
@@ -23,7 +23,7 @@ KLIBC_ARCH_i586 = 'i386'
23KLIBC_ARCH_i686 = 'i386' 23KLIBC_ARCH_i686 = 'i386'
24KLIBC_ARCH_pentium = 'i386' 24KLIBC_ARCH_pentium = 'i386'
25 25
26SRCREV = "ff0a614bd724f6c4c6a5014a9955dc1bc028f336" 26SRCREV = "c7dedd5d11b075b5e6cecd6aa82b70b748179121"
27SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git;protocol=git" 27SRC_URI = "git://git.kernel.org/pub/scm/libs/klibc/klibc.git;protocol=git"
28 28
29SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch" 29SRC_URI_append_linux-gnueabi = " file://klibc-config-eabi.patch"