BKrev: 4052f574Uy1KxOkHhy8F5ypiNklNRw
 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}/
 
 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 ?
 
 
 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