diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-16 19:09:31 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-16 19:09:31 +0000 |
commit | b00781c77643bb816055c4b16d6910deb1ece1d8 (patch) | |
tree | ddd3b7bd90752955e701c37c4c84206911845820 | |
parent | 155b9db08988c1c1cb6d48425778cb798d8f8255 (diff) |
correct ordering of PROVIDES lines
BKrev: 419a506bywuArB5WijUCmSeNQQszWA
-rw-r--r-- | glibc/glibc_2.3.2+cvs20040726.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glibc/glibc_2.3.2+cvs20040726.oe b/glibc/glibc_2.3.2+cvs20040726.oe index a62f88add3..5f70050695 100644 --- a/glibc/glibc_2.3.2+cvs20040726.oe +++ b/glibc/glibc_2.3.2+cvs20040726.oe @@ -28,10 +28,10 @@ python __anonymous () { } PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile" -PROVIDES += "virtual/libintl virtual/libiconv" # 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" DEPENDS = "patcher-native ${@['virtual/${TARGET_PREFIX}gcc-initial', 'virtual/${TARGET_PREFIX}gcc']['nptl' in '${GLIBC_ADDONS}']} linux-libc-headers" INHIBIT_DEFAULT_DEPS = "1" |