diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-08-05 21:14:08 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-08-05 21:15:06 +0400 |
commit | 0418175eb514d86ef6129e2fc2df5d2f516e20cc (patch) | |
tree | 013399b438875ba1d3ab9c938581c5ae299da686 | |
parent | 445360e9dca2e32812c66e3529c70781ecea89e6 (diff) |
yaffs2-utils: remove deprecated patch parameters
Signed-off-by: Roman I Khimov <khimov@altell.ru>
-rw-r--r-- | recipes/yaffs2/yaffs2-utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/yaffs2/yaffs2-utils.inc b/recipes/yaffs2/yaffs2-utils.inc index a451f968c1..489bea1ce2 100644 --- a/recipes/yaffs2/yaffs2-utils.inc +++ b/recipes/yaffs2/yaffs2-utils.inc @@ -7,7 +7,7 @@ PR = "r0" DEPENDS = "mtd-utils" SRC_URI = "cvs://anonymous@cvs.aleph1.co.uk/home/aleph1/cvs;module=yaffs2 \ - file://mkyaffs2image.patch;patch=1" + file://mkyaffs2image.patch" S = "${WORKDIR}/yaffs2" CFLAGS += "-I.. -DCONFIG_YAFFS_UTIL" |