aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/klibc/klibc.inc
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-08-19 00:16:36 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-08-19 00:19:03 +0200
commita29bf15b9c9c0d15f96c254b2ed830e104ae3436 (patch)
treecea778efaa195ce749f62126042356097388532d /recipes/klibc/klibc.inc
parent4983b63cff081f9e7ab26d5e1e29cbf5ab51fbfa (diff)
downloadopenembedded-a29bf15b9c9c0d15f96c254b2ed830e104ae3436.tar.gz
klibc: add klcc_prefix.patch, bump PR.
* staging of klcc doesn't yet happen...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 9111dde9e6..ab28e2f3ab 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 = "r0"
+INC_PR = "r1"
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://getrusage.patch \
+ file://klcc_prefix.patch \
"
S = "${WORKDIR}/klibc-${PV}"