diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-03 22:18:15 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-03 22:18:15 +0000 |
commit | 57d4944cbfbb7602273024549213acbb1f813b0a (patch) | |
tree | 122060c9596311bc661fb140c3b1d8d8e89bd3db /mtd | |
parent | 9be89fb35b6e62c847c420fdefa8202b586b667c (diff) |
switch to snapshots from ftp site. remove patches applied upstream.
BKrev: 40bfa3a76v9We-CpVC0TxQ82pclSDQ
Diffstat (limited to 'mtd')
-rw-r--r-- | mtd/mtd.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mtd/mtd.oe b/mtd/mtd.oe index f2fa8f7024..fb1ee9c780 100644 --- a/mtd/mtd.oe +++ b/mtd/mtd.oe @@ -3,9 +3,8 @@ DESCRIPTION = "Tools for managing memory technology devices." PV = "${CVSDATE}" S = "${WORKDIR}/mtd/" -SRC_URI = "cvs://anoncvs@cvs.infradead.org/home/cvs;module=mtd;method=ext \ - file://stdint.patch;patch=1;pnum=0 \ - file://removelinuxinc.patch;patch=1;pnum=1" +#SRC_URI = "cvs://anoncvs@cvs.infradead.org/home/cvs;module=mtd;method=ext" +SRC_URI = "ftp://ftp.uk.linux.org/pub/people/dwmw2/mtd/cvs/mtd-snapshot-${CVSDATE}.tar.bz2" CFLAGS_prepend = "-I${S}/include " |