diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-16 20:31:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-16 20:31:29 +0000 |
commit | a1cd9e3713af7662843273d6b84c747a392ce831 (patch) | |
tree | fa03aabfe051e1fa7aa25ec3a18acd7665ac1f08 /glibc/glibc_cvs.oe | |
parent | b00781c77643bb816055c4b16d6910deb1ece1d8 (diff) |
Merges.
2004/11/16 14:30:47-06:00 handhelds.org!kergoth
Unbork a few of the glibc PROVIDES bits, and inherit the gettext oeclass.
2004/11/16 14:30:06-06:00 handhelds.org!kergoth
Add netkit-rpc and netkit-rpc-native 0.17.
BKrev: 419a63a1R_hDeZjulhRoww86zmmPhg
Diffstat (limited to 'glibc/glibc_cvs.oe')
-rw-r--r-- | glibc/glibc_cvs.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glibc/glibc_cvs.oe b/glibc/glibc_cvs.oe index d5c2544431..2dd2707457 100644 --- a/glibc/glibc_cvs.oe +++ b/glibc/glibc_cvs.oe @@ -32,7 +32,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" @@ -76,7 +76,7 @@ SRC_URI_append_arm = " file://dyn-ldconfig.patch;patch=1;pnum=0" 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 \ |