From patchwork Thu May 5 07:57:28 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [21/26] yaffs2-utils_cvs: fix the SRCDATE typo Date: Thu, 05 May 2011 07:57:28 -0000 From: Saul Wold X-Patchwork-Id: 3251 Message-Id: <2763fcb89af04e4faeef89858f76060ef4788cbe.1304581770.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org,bruce.ashfield@windriver.com Cc: Kyle McMartin , Greg Kroah-Hartman , Paul Eggleton , Arnaldo Carvalho de Melo , Kang Kai , Thomas Meyer From: Yu Ke SRCDAT should be SRCDATE, thanks Frans to point out Cc: Frans Meulenbroeks Signed-off-by: Yu Ke Update to 20110505 Signed-off-by: Saul Wold --- meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb b/meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb index c729c7c..6414bd2 100644 --- a/meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb +++ b/meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb @@ -1,4 +1,4 @@ require yaffs2-utils.inc PR = "r1" -SRCDAT = "20071107" +SRCDATE = "20110505"