diff options
Diffstat (limited to 'recipes/eglibc/eglibc.inc')
-rw-r--r-- | recipes/eglibc/eglibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc.inc b/recipes/eglibc/eglibc.inc index 1ca0c6264f..f81523e5aa 100644 --- a/recipes/eglibc/eglibc.inc +++ b/recipes/eglibc/eglibc.inc @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.eglibc.org/home" SECTION = "libs" PRIORITY = "required" LICENSE = "LGPL" -INC_PR = "r5" +INC_PR = "r6" # nptl needs unwind support in gcc, which can't be built without glibc. DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers" #this leads to circular deps, so lets not add it yet |