summaryrefslogtreecommitdiff
path: root/glibc/glibc_2.3.2+cvs20040726.oe
diff options
context:
space:
mode:
Diffstat (limited to 'glibc/glibc_2.3.2+cvs20040726.oe')
-rw-r--r--glibc/glibc_2.3.2+cvs20040726.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/glibc/glibc_2.3.2+cvs20040726.oe b/glibc/glibc_2.3.2+cvs20040726.oe
index 5f70050695..c50b4e3fb1 100644
--- a/glibc/glibc_2.3.2+cvs20040726.oe
+++ b/glibc/glibc_2.3.2+cvs20040726.oe
@@ -31,7 +31,7 @@ PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-d
# nptl needs unwind support in gcc, which can't be built without glibc.
PROVIDES = "virtual/libc ${@['virtual/${TARGET_PREFIX}libc-for-gcc', '']['nptl' in '${GLIBC_ADDONS}']}"
-PROVIDES += "virtual/libintl virtual/libiconv"
+PROVIDES += "${@['virtual/libiconv virtual/libintl', ''][oe.data.getVar('USE_NLS', d, 1) == 'no']}"
DEPENDS = "patcher-native ${@['virtual/${TARGET_PREFIX}gcc-initial', 'virtual/${TARGET_PREFIX}gcc']['nptl' in '${GLIBC_ADDONS}']} linux-libc-headers"
INHIBIT_DEFAULT_DEPS = "1"
@@ -75,7 +75,7 @@ SRC_URI_append_ramses = " file://ldsocache-varrun.patch;patch=1"
S = "${WORKDIR}/libc"
B = "${WORKDIR}/build-${TARGET_SYS}"
-inherit autotools
+inherit autotools gettext
EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
--without-cvs --disable-profile --disable-debug --without-gd \