]> code.ossystems Code Review - openembedded-core.git/commitdiff
external-poky-toolchain: Add extra RPROVIDES
authorRichard Purdie <richard@openedhand.com>
Fri, 23 Nov 2007 13:06:01 +0000 (13:06 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 23 Nov 2007 13:06:01 +0000 (13:06 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3215 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/meta/external-poky-toolchain.bb

index f26e5761f2d325b0d53e929f881e8313bd7455ef..9ba6ee031c266125a6027a372c0863956de87701 100644 (file)
@@ -13,7 +13,7 @@ PROVIDES = "\
     virtual/libiconv \
     glibc-thread-db \
     virtual/linux-libc-headers "
-RPROVIDES = "glibc-utils libsegfault glibc-thread-db"
+RPROVIDES = "glibc-utils libsegfault glibc-thread-db libgcc-dev libstdc++-dev libstdc++"
 PACKAGES_DYNAMIC = "glibc-gconv-*"
 PR = "r1"