diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-13 11:50:12 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-13 11:50:12 +0000 |
commit | 2e1e43488fff181dac19827257c0570fc1d62984 (patch) | |
tree | b8077251ab29155c1f2aea8708b727129112bf41 /mtd | |
parent | 5c42bdea2f4fe830285b82ab63d6dc5a9dc898b4 (diff) |
fix some PV= lines which have been broken by the 'cleanup' script
BKrev: 4052f574Uy1KxOkHhy8F5ypiNklNRw
Diffstat (limited to 'mtd')
-rw-r--r-- | mtd/mtd.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtd/mtd.oe b/mtd/mtd.oe index 3d501f090e..46526582dd 100644 --- a/mtd/mtd.oe +++ b/mtd/mtd.oe @@ -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 |