diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-26 19:41:10 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-26 19:41:10 +0000 |
commit | 89a91810790bab8357c56376a540ac8a6280a679 (patch) | |
tree | 12f729615b4a19a59814ff5bd5cbe3d265018ae2 /mtd | |
parent | f055bad53d39936c08f06970db7d4d45616c1373 (diff) |
Fix the mtd SRC_URI so oe doesn't choke horribly on it.
BKrev: 41a786d6D24IPSWbX9llpC4VXNdNxA
Diffstat (limited to 'mtd')
-rw-r--r-- | mtd/mtd_20041113.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtd/mtd_20041113.oe b/mtd/mtd_20041113.oe index b7e33fde60..5646840fc4 100644 --- a/mtd/mtd_20041113.oe +++ b/mtd/mtd_20041113.oe @@ -6,7 +6,7 @@ LICENSE = "GPLv2" PR = "r1" SRC_URI = "ftp://ftp.uk.linux.org/pub/people/dwmw2/mtd/cvs/mtd-snapshot-${PV}.tar.bz2 \ - file://add-exclusion-to-mkfs-jffs2.patch;patch" + file://add-exclusion-to-mkfs-jffs2.patch;patch=1" S = "${WORKDIR}/mtd/" |