aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/uclibc_0.9.30.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-05 19:21:53 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-08 20:36:35 -0700
commitd891babf907584bae254d93ab7732f8fb1d352f0 (patch)
tree2c757e76bcbdaa5e2eb0501ff8cfeadbd11cd426 /recipes/uclibc/uclibc_0.9.30.1.bb
parentd5345f88b5ffdca098e0281f42f51e42ef43e79d (diff)
downloadopenembedded-d891babf907584bae254d93ab7732f8fb1d352f0.tar.gz
uclibc_0.9.30.1: Disable STDIO_GETC|PUTC MACROs
* There is a problem with threads enabled and hiding __fgetc_unlocked and __fputc_unlocked which gets pulled in with the macros. This patch disables the macros and it will use the functions to perform these functions Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/uclibc/uclibc_0.9.30.1.bb')
-rw-r--r--recipes/uclibc/uclibc_0.9.30.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc_0.9.30.1.bb b/recipes/uclibc/uclibc_0.9.30.1.bb
index 821e06e8bb..ae558e01f1 100644
--- a/recipes/uclibc/uclibc_0.9.30.1.bb
+++ b/recipes/uclibc/uclibc_0.9.30.1.bb
@@ -9,7 +9,7 @@
UCLIBC_BASE ?= "0.9.30.1"
require uclibc.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"