Comment out the RPROVIDES line as a workaround of Bug 3509
authorJohn Lee <john_lee@openmoko.org>
Fri, 21 Dec 2007 10:38:42 +0000 (10:38 +0000)
committerOpenmoko anonymizer key <devel@lists.openmoko.org>
Fri, 21 Dec 2007 10:38:42 +0000 (10:38 +0000)
packages/meta/external-toolchain.bb

index c483ea2..4e83043 100644 (file)
@@ -15,7 +15,7 @@ PROVIDES = "\
     virtual/linux-libc-headers \
     "
 
-RPROVIDES = "glibc-utils libsegfault glibc-thread-db libgcc-dev libstdc++-dev libstdc++"
+#RPROVIDES = "glibc-utils libsegfault glibc-thread-db libgcc-dev libstdc++-dev libstdc++"
 PACKAGES_DYNAMIC = "glibc-gconv-*"
 PR = "r1"