aboutsummaryrefslogtreecommitdiffstats
path: root/mtd
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-23 21:55:16 +0000
committerChris Larson <clarson@kergoth.com>2004-03-23 21:55:16 +0000
commitaa985c7142b76eb5f28e17ad540a6a0399d56f20 (patch)
tree3fb93873990a50954d27ef2e0ac92a6d68e9a4da /mtd
parent834d4ea7c3437b477c080ccc3e18a7197cf81990 (diff)
downloadopenembedded-aa985c7142b76eb5f28e17ad540a6a0399d56f20.tar.gz
Fix the gtk+ and libmimedir builds, and a few cleanups elsewhere.
BKrev: 4060b244_wWIscmD0suOW04sJw7R1w
Diffstat (limited to 'mtd')
-rw-r--r--mtd/mtd.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtd/mtd.oe b/mtd/mtd.oe
index ac34f82782..facecd00b2 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 = "${CVSDATE}"
S = "${WORKDIR}/mtd/util"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.infradead.org/home/cvs;module=mtd"