From 2e1e43488fff181dac19827257c0570fc1d62984 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 13 Mar 2004 11:50:12 +0000 Subject: fix some PV= lines which have been broken by the 'cleanup' script BKrev: 4052f574Uy1KxOkHhy8F5ypiNklNRw --- libstdc++/libstdc++.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++/libstdc++.oe') diff --git a/libstdc++/libstdc++.oe b/libstdc++/libstdc++.oe index 8d627a06d2..571ca77a73 100644 --- a/libstdc++/libstdc++.oe +++ b/libstdc++/libstdc++.oe @@ -3,7 +3,7 @@ SECTION = "libs" PRIORITY = "required" DEPENDS = "virtual/libc" RDEPENDS = "libc6" -PV = "${@os.popen("%s -dumpversion" % oe.data.getVar("CC",d,1)).readline().strip()} +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 ? -- cgit v1.2.3