diff options
Diffstat (limited to 'libstdc++')
-rw-r--r-- | libstdc++/libstdc++.oe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++/libstdc++.oe b/libstdc++/libstdc++.oe index 571ca77a73..d34eef9a84 100644 --- a/libstdc++/libstdc++.oe +++ b/libstdc++/libstdc++.oe @@ -2,7 +2,6 @@ DESCRIPTION = "GNU Support Library for gcc 3.x" SECTION = "libs" PRIORITY = "required" DEPENDS = "virtual/libc" -RDEPENDS = "libc6" PV = "${@os.popen("%s -dumpversion" % oe.data.getVar("CC",d,1)).readline().strip()}" #FIXME: Create links. Problem: How to get the version number of libstdc++.so ? |