| Submitter | Joshua Lock |
|---|---|
| Date | Feb. 9, 2012, 1:59 a.m. |
| Message ID | <c2bcdddcf16dceedafa8f96e6534e920ea036e15.1328752455.git.josh@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/21029/ |
| State | New |
| Headers | show |
Comments
> -# the 1.8.2 tag > -SRCREV = "9041ea42655dfc1422ce88eab931382dd400d13a" > -PV = "1.8.2+git${SRCPV}" > +# the 1.8.4 tag > +SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459" > +PV = "1.8.4git${SRCPV}" should this be 1.8.4+git${SRCPV} ?
On 08/02/12 19:21, Khem Raj wrote: >> -# the 1.8.2 tag >> -SRCREV = "9041ea42655dfc1422ce88eab931382dd400d13a" >> -PV = "1.8.2+git${SRCPV}" >> +# the 1.8.4 tag >> +SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459" >> +PV = "1.8.4git${SRCPV}" > > should this be 1.8.4+git${SRCPV} ? Yes it should, thanks. Updated patch pushed to the same repo/branch. Cheers, Joshua
Patch
diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb index d598b4a..ef2c276 100644 --- a/meta/recipes-graphics/clutter/clutter_git.bb +++ b/meta/recipes-graphics/clutter/clutter_git.bb @@ -3,9 +3,9 @@ require clutter-package.inc LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -# the 1.8.2 tag -SRCREV = "9041ea42655dfc1422ce88eab931382dd400d13a" -PV = "1.8.2+git${SRCPV}" +# the 1.8.4 tag +SRCREV = "f2183fa8df3d173afbee09cc4230ab8f4e03f459" +PV = "1.8.4git${SRCPV}" PR = "r0" DEFAULT_PREFERENCE = "-1"
Signed-off-by: Joshua Lock <josh@linux.intel.com> --- meta/recipes-graphics/clutter/clutter_git.bb | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)