klibc: make klibc compile with eabi uclibc
authorThomas Kunze <thommycheck@gmx.de>
Tue, 26 Feb 2008 00:48:02 +0000 (00:48 +0000)
committerThomas Kunze <thommycheck@gmx.de>
Tue, 26 Feb 2008 00:48:02 +0000 (00:48 +0000)
packages/klibc/klibc-common.inc
packages/klibc/klibc-utils-static_1.5.bb
packages/klibc/klibc_1.5.bb

index 87f806d..76e3937 100644 (file)
@@ -16,8 +16,8 @@ KLIBC_ARCH_mipsel = 'mips'
 # could be fixed, but for the moment:
 ARM_INSTRUCTION_SET = "arm"
 
-SRC_URI_append_linux-gnueabi = "\
-                               file://klibc-config-eabi.patch;patch=1"
+SRC_URI_append_linux-gnueabi = "file://klibc-config-eabi.patch;patch=1"
+SRC_URI_append_linux-uclibcgnueabi = "file://klibc-config-eabi.patch;patch=1"
 
 EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \
                 'CROSS_COMPILE=${TARGET_PREFIX}' \
index cac8c1c..f9c9923 100644 (file)
@@ -1,6 +1,6 @@
 require klibc-common.inc
 
-PR = "r5"
+PR = "r6"
 
 
 # We only want the static utils. klibc build both. So we install only what we want.                            
index 524437f..71eed9f 100644 (file)
@@ -1,2 +1,2 @@
 require klibc.inc
-PR = "r3"
+PR = "r4"