From patchwork Wed May 4 14:24:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] poky-default-revisions: move SRCREV to every recipe Date: Wed, 04 May 2011 14:24:12 -0000 From: Frans Meulenbroeks X-Patchwork-Id: 3185 Message-Id: To: Patches and discussions about the oe-core layer 2011/5/4 Richard Purdie > On Wed, 2011-05-04 at 22:05 +0800, Yu Ke wrote: > > From: Yu Ke > > > > move the SRCREV from poky-default-revisions.inc to its corresponding > recipe, > > in this case, those non poky distro can also use its SRCREV. > > > > Pull URL: git://git.pokylinux.org/poky-contrib.git > > Branch: kyu3/srcrev-recipe > > Browse: > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/srcrev-recipe > > > > Thanks, > > Yu Ke > > --- > > > > > > Yu Ke (1): > > poky-default-revisions: move the SRCREV to recipe file > > Merged to master, thanks for resolving this issue! :) > > Cheers, > > Richard > > I would have preferred a more standardised placement of SRCREV. Most of the time the SRCREV is before the PV, but not always (and sometimes separated with an empty line and sometimes not). Also there is at least one error introduced: That should be SRCDATE. There might be more of these, my eye just fell on this one. Frans PS: speaking of yaffs2 utils: it could be considered to move to a somewhat newer version (not that I care as I do not use yaffs2) diff --git a/meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bbb/meta/recipes-devtools/yaffs2/ yaffs2-utils_cvs.bb index 6171fe5..c729c7c 100644 --- a/meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb +++ b/meta/recipes-devtools/yaffs2/yaffs2-utils_cvs.bb @@ -1,3 +1,4 @@ require yaffs2-utils.inc PR = "r1" +SRCDAT = "20071107"