diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-04-30 15:04:16 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-04-30 15:13:55 -0400 |
commit | 5e9f45c5772f0f7b40eb9981656149606212d177 (patch) | |
tree | 39f90f9fdcb3df411be6b5ff35b3b643a30ee670 | |
parent | ff17a8030467a3dbe78fcd1d6e1467d91816a584 (diff) |
external-toolchain-csl: remove unnecessary global RPROVIDES
Fixes missing thread-db library needed by gdbserver.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
-rw-r--r-- | recipes/meta/external-toolchain-csl.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/meta/external-toolchain-csl.bb b/recipes/meta/external-toolchain-csl.bb index aa2252efe8..8e680a6099 100644 --- a/recipes/meta/external-toolchain-csl.bb +++ b/recipes/meta/external-toolchain-csl.bb @@ -1,4 +1,4 @@ -PR = "r3" +PR = "r4" INHIBIT_DEFAULT_DEPS = "1" @@ -24,7 +24,6 @@ PROVIDES = "\ linux-libc-headers \ " -RPROVIDES = "glibc-utils libsegfault glibc-thread-db" RPROVIDES_glibc-dev += "libc-dev" PACKAGES_DYNAMIC += "glibc-gconv-*" PACKAGES_DYNAMIC += "glibc-locale-*" |