| Submitter | Nitin A Kamble |
|---|---|
| Date | Dec. 30, 2011, 12:30 a.m. |
| Message ID | <2c978c9609fda2df33641003921c25c2568be486.1325204775.git.nitin.a.kamble@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/17807/ |
| State | New |
| Headers | show |
Comments
On Thu, Dec 29, 2011 at 04:30:59PM -0800, nitin.a.kamble@intel.com wrote: > From: Nitin A Kamble <nitin.a.kamble@intel.com> > > Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> > --- > meta/recipes-devtools/automake/automake.inc | 1 - > .../{automake_1.11.1.bb => automake_1.11.2.bb} | 5 +++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-devtools/automake/{automake_1.11.1.bb => automake_1.11.2.bb} (88%) > > diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc > index 25b0c0e..c259673 100644 > --- a/meta/recipes-devtools/automake/automake.inc > +++ b/meta/recipes-devtools/automake/automake.inc > @@ -4,7 +4,6 @@ Standards. Automake requires the use of Autoconf." > LICENSE = "GPLv2" > HOMEPAGE = "http://www.gnu.org/software/automake/" > SECTION = "devel" > -PR = "r5" > > SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " > > diff --git a/meta/recipes-devtools/automake/automake_1.11.1.bb b/meta/recipes-devtools/automake/automake_1.11.2.bb > similarity index 88% > rename from meta/recipes-devtools/automake/automake_1.11.1.bb > rename to meta/recipes-devtools/automake/automake_1.11.2.bb > index ff8353f..18436d2 100644 > --- a/meta/recipes-devtools/automake/automake_1.11.1.bb > +++ b/meta/recipes-devtools/automake/automake_1.11.2.bb > @@ -37,8 +37,9 @@ SRC_URI += "${PATHFIXPATCH} \ > file://prefer-cpio-over-pax-for-ustar-archives.patch \ > file://python-libdir.patch" > > -SRC_URI[md5sum] = "c2972c4d9b3e29c03d5f2af86249876f" > -SRC_URI[sha256sum] = "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae" > +PR=r0 Just style issue but please add spaces and quotes. > +SRC_URI[md5sum] = "18194e804d415767bae8f703c963d456" > +SRC_URI[sha256sum] = "4f46d1f9380c8a3506280750f630e9fc915cb1a435b724be56b499d016368718" > > do_install () { > oe_runmake 'DESTDIR=${D}' install > -- > 1.7.6.4 > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> -----Original Message----- > From: openembedded-core-bounces@lists.openembedded.org > [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of > Martin Jansa > Sent: Thursday, December 29, 2011 10:36 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH 14/14] automake: upgrade from 1.11.1 to > 1.11.2 > > On Thu, Dec 29, 2011 at 04:30:59PM -0800, nitin.a.kamble@intel.com > wrote: > > From: Nitin A Kamble <nitin.a.kamble@intel.com> > > > > Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> > > --- > > meta/recipes-devtools/automake/automake.inc | 1 - > > .../{automake_1.11.1.bb => automake_1.11.2.bb} | 5 +++-- > > 2 files changed, 3 insertions(+), 3 deletions(-) rename > > meta/recipes-devtools/automake/{automake_1.11.1.bb => > > automake_1.11.2.bb} (88%) > > > > diff --git a/meta/recipes-devtools/automake/automake.inc > > b/meta/recipes-devtools/automake/automake.inc > > index 25b0c0e..c259673 100644 > > --- a/meta/recipes-devtools/automake/automake.inc > > +++ b/meta/recipes-devtools/automake/automake.inc > > @@ -4,7 +4,6 @@ Standards. Automake requires the use of Autoconf." > > LICENSE = "GPLv2" > > HOMEPAGE = "http://www.gnu.org/software/automake/" > > SECTION = "devel" > > -PR = "r5" > > > > SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " > > > > diff --git a/meta/recipes-devtools/automake/automake_1.11.1.bb > > b/meta/recipes-devtools/automake/automake_1.11.2.bb > > similarity index 88% > > rename from meta/recipes-devtools/automake/automake_1.11.1.bb > > rename to meta/recipes-devtools/automake/automake_1.11.2.bb > > index ff8353f..18436d2 100644 > > --- a/meta/recipes-devtools/automake/automake_1.11.1.bb > > +++ b/meta/recipes-devtools/automake/automake_1.11.2.bb > > @@ -37,8 +37,9 @@ SRC_URI += "${PATHFIXPATCH} \ > > file://prefer-cpio-over-pax-for-ustar-archives.patch \ > > file://python-libdir.patch" > > > > -SRC_URI[md5sum] = "c2972c4d9b3e29c03d5f2af86249876f" > > -SRC_URI[sha256sum] = > "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae" > > +PR=r0 > > Just style issue but please add spaces and quotes. Thanks for catching this. I have fixed it on the contrib branch: nitin/upgrades+fixes Thanks, Nitin > > > +SRC_URI[md5sum] = "18194e804d415767bae8f703c963d456" > > +SRC_URI[sha256sum] = > "4f46d1f9380c8a3506280750f630e9fc915cb1a435b724be56b499d016368718" > > > > do_install () { > > oe_runmake 'DESTDIR=${D}' install > > -- > > 1.7.6.4 > > > > > > _______________________________________________ > > Openembedded-core mailing list > > Openembedded-core@lists.openembedded.org > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > > -- > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
Patch
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc index 25b0c0e..c259673 100644 --- a/meta/recipes-devtools/automake/automake.inc +++ b/meta/recipes-devtools/automake/automake.inc @@ -4,7 +4,6 @@ Standards. Automake requires the use of Autoconf." LICENSE = "GPLv2" HOMEPAGE = "http://www.gnu.org/software/automake/" SECTION = "devel" -PR = "r5" SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 " diff --git a/meta/recipes-devtools/automake/automake_1.11.1.bb b/meta/recipes-devtools/automake/automake_1.11.2.bb similarity index 88% rename from meta/recipes-devtools/automake/automake_1.11.1.bb rename to meta/recipes-devtools/automake/automake_1.11.2.bb index ff8353f..18436d2 100644 --- a/meta/recipes-devtools/automake/automake_1.11.1.bb +++ b/meta/recipes-devtools/automake/automake_1.11.2.bb @@ -37,8 +37,9 @@ SRC_URI += "${PATHFIXPATCH} \ file://prefer-cpio-over-pax-for-ustar-archives.patch \ file://python-libdir.patch" -SRC_URI[md5sum] = "c2972c4d9b3e29c03d5f2af86249876f" -SRC_URI[sha256sum] = "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae" +PR=r0 +SRC_URI[md5sum] = "18194e804d415767bae8f703c963d456" +SRC_URI[sha256sum] = "4f46d1f9380c8a3506280750f630e9fc915cb1a435b724be56b499d016368718" do_install () { oe_runmake 'DESTDIR=${D}' install