| Submitter | Randy MacLeod |
|---|---|
| Date | March 13, 2012, 4 p.m. |
| Message ID | <4F5F6F13.9000805@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/23191/ |
| State | New |
| Headers | show |
Comments
On 03/13/2012 09:00 AM, Randy MacLeod wrote: > On 12-02-02 06:47 PM, Saul Wold wrote: >> Signed-off-by: Saul Wold<sgw@linux.intel.com> >> --- >> .../xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} | 6 +++--- >> 1 files changed, 3 insertions(+), 3 deletions(-) >> rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb => >> xinit_1.3.2.bb} (79%) >> >> diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb >> b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb >> similarity index 79% >> rename from meta/recipes-graphics/xorg-app/xinit_1.3.1.bb >> rename to meta/recipes-graphics/xorg-app/xinit_1.3.2.bb >> index 2ddebe6..e029a03 100644 >> --- a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb >> +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb >> @@ -10,11 +10,11 @@ then terminate." >> >> LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" >> >> -PR = "r2" >> +PR = "r0" >> PE = "1" >> >> -SRC_URI[md5sum] = "ee234056d8a3dbf37b61b4bcb35b88e4" >> -SRC_URI[sha256sum] = >> "c7468dfae94bdb42785d79623c27156dc4bf379d8372992830482cb04d8439b0" >> +RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" >> +SRC_URI[sha256sum] = >> "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235" >> >> EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie" >> > Fix this warning: > WARNING: Missing md5 SRC_URI checksum for > /.../downloads/xinit-1.3.2.tar.bz2, consider adding to the recipe: > SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" > > > $ git diff meta/recipes-graphics/xorg-app/xinit_1.3.2.bb > diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb > b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb > index e029a03..cb3e028 100644 > --- a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb > +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb > @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = > "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" > PR = "r0" > PE = "1" > > -RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" > +SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" > SRC_URI[sha256sum] = > "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235" > > EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie" > > > Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Merged into OE-Core Thanks for catching this one, even wall all the build we do, it got messed up! Sau!
Patch
diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb index e029a03..cb3e028 100644 --- a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" PR = "r0" PE = "1" -RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" +SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" SRC_URI[sha256sum] = "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235"