diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-06-17 14:37:50 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-06-17 14:37:50 +0000 |
commit | e84a504874d85371d7fc545d6fde7830e14eb7b5 (patch) | |
tree | a6b55c08d13e1120d40b2cb905f220265c68276b /mtd/mtd.oe | |
parent | 272c208d67725da43fb7e12e0d33764245db192c (diff) |
set MTD to one working date so we get rid of those "why mtd cannot be fetched" questions
BKrev: 40d1acbea-_-tjtxRpMbe8_nLzpvMg
Diffstat (limited to 'mtd/mtd.oe')
-rw-r--r-- | mtd/mtd.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mtd/mtd.oe b/mtd/mtd.oe index fb1ee9c780..cca6fdadb6 100644 --- a/mtd/mtd.oe +++ b/mtd/mtd.oe @@ -1,6 +1,7 @@ DEPENDS = "zlib" DESCRIPTION = "Tools for managing memory technology devices." -PV = "${CVSDATE}" +#PV = "${CVSDATE}" +PV = "20040614" S = "${WORKDIR}/mtd/" #SRC_URI = "cvs://anoncvs@cvs.infradead.org/home/cvs;module=mtd;method=ext" |