aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/klibc/klibc.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-08-16 02:08:32 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-08-16 02:08:32 +0200
commit0681d2a77bd797afc529dfe854bdd69816a3d4f8 (patch)
treebd48b29b2715aa2c705ef4da87057044e22dd8e7 /recipes/klibc/klibc.inc
parent49277f5511d0098229eb2995d31c59ff9fb64869 (diff)
downloadopenembedded-0681d2a77bd797afc529dfe854bdd69816a3d4f8.tar.gz
klibc: bump to 1.5.19
* add getrusage patch * remove version 1.5.18 * staging of klcc is still broken. WIP
Diffstat (limited to 'recipes/klibc/klibc.inc')
-rw-r--r--recipes/klibc/klibc.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/klibc/klibc.inc b/recipes/klibc/klibc.inc
index fc8862c3bb..c0e08b2703 100644
--- a/recipes/klibc/klibc.inc
+++ b/recipes/klibc/klibc.inc
@@ -6,7 +6,7 @@ minimal entaglement, and portability, not speed."
LICENSE = "BSD-ADV"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-INC_PR = "r18"
+INC_PR = "r0"
KLIBC_ARCH = '${TARGET_ARCH}'
KLIBC_ARCH_armeb = 'arm'
@@ -38,6 +38,7 @@ SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch \
file://socket.h.patch \
file://isystem.patch \
file://klibc-x86-KLIBCARCHINCFLAGS.patch \
+ file://getrusage.patch \
"
S = "${WORKDIR}/klibc-${PV}"