fix some PV= lines which have been broken by the 'cleanup' script
authorMichael Lauer <mickey@vanille-media.de>
Sat, 13 Mar 2004 11:50:12 +0000 (11:50 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 13 Mar 2004 11:50:12 +0000 (11:50 +0000)
BKrev: 4052f574Uy1KxOkHhy8F5ypiNklNRw

libgcc/libgcc.oe
libstdc++/libstdc++.oe
mtd/mtd.oe

index 6d6953f..1b8dc5c 100644 (file)
@@ -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()}"
 
 do_install() {
        install -d ${D}/${libdir}/
index 8d627a0..571ca77 100644 (file)
@@ -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 ?
 
index 3d501f0..4652658 100644 (file)
@@ -1,7 +1,7 @@
 DEPENDS = "virtual/libc zlib"
 RDEPENDS = "libc6 zlib1g"
 DESCRIPTION = "Tools for managing memory technology devices."
-PV = "${@os.popen("date +%Y%m%d").readline().strip()}
+PV = "${@os.popen("date +%Y%m%d").readline().strip()}"
 
 S = "${WORKDIR}/mtd/util"
 SRC_URI = cvs://anoncvs:anoncvs@cvs.infradead.org/home/cvs;module=mtd