aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc.inc
diff options
context:
space:
mode:
authorMarc Olzheim <zlo@zlo.nu>2009-08-10 13:53:39 -0700
committerKhem Raj <raj.khem@gmail.com>2009-08-10 13:53:39 -0700
commit19a190ca2bedf9a8d017f3c5fb163d51d0b3a828 (patch)
treeb3fa017953be18c7bec5595ac8095e5407f8b6fc /recipes/eglibc/eglibc.inc
parent68233bb284d82040087b7d265ad3ad93c0cab475 (diff)
downloadopenembedded-19a190ca2bedf9a8d017f3c5fb163d51d0b3a828.tar.gz
eglibc-package.bbclass glibc-package.bbclass: Use ls -d in do_prep_locale_tree
ls -d will list directories as plain files and then cp -R will copy the contents over. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc.inc')
-rw-r--r--recipes/eglibc/eglibc.inc2
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