diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-23 21:55:16 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-23 21:55:16 +0000 |
commit | aa985c7142b76eb5f28e17ad540a6a0399d56f20 (patch) | |
tree | 3fb93873990a50954d27ef2e0ac92a6d68e9a4da /mtd/mtd.oe | |
parent | 834d4ea7c3437b477c080ccc3e18a7197cf81990 (diff) |
Fix the gtk+ and libmimedir builds, and a few cleanups elsewhere.
BKrev: 4060b244_wWIscmD0suOW04sJw7R1w
Diffstat (limited to 'mtd/mtd.oe')
-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 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" |