* [PATCH 0/1] Bump PR for autoconf/automake find correct perl
@ 2011-06-13 21:30 Saul Wold
2011-06-13 21:30 ` [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue Saul Wold
0 siblings, 1 reply; 7+ messages in thread
From: Saul Wold @ 2011-06-13 21:30 UTC (permalink / raw)
To: openembedded-core
This fixes an issue where autoconf and automake are finding the wrong perl
and causing git-native and other recipes to fail. Bump the PR to force a rebuild.
Sau!
The following changes since commit 6a3e57fcd3a172c9b2707510d65741734c98a143:
Revert "gcc: rebase the patch to avoid patch rejection" (2011-06-10 12:56:29 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/perl-fix
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/perl-fix
Saul Wold (1):
autoconf/automake: Bump PR to resolve perl-native issue
meta/recipes-devtools/autoconf/autoconf_2.68.bb | 2 +-
meta/recipes-devtools/automake/automake.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
1.7.3.4
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue
2011-06-13 21:30 [PATCH 0/1] Bump PR for autoconf/automake find correct perl Saul Wold
@ 2011-06-13 21:30 ` Saul Wold
2011-06-14 7:48 ` Koen Kooi
0 siblings, 1 reply; 7+ messages in thread
From: Saul Wold @ 2011-06-13 21:30 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-devtools/autoconf/autoconf_2.68.bb | 2 +-
meta/recipes-devtools/automake/automake.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
index c647a15..638e677 100644
--- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb
+++ b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
@@ -1,6 +1,6 @@
require autoconf.inc
-PR = "r0"
+PR = "r1"
PARALLEL_MAKE = ""
diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc
index 524e93e..beeec7b 100644
--- a/meta/recipes-devtools/automake/automake.inc
+++ b/meta/recipes-devtools/automake/automake.inc
@@ -4,7 +4,7 @@ Standards. Automake requires the use of Autoconf."
LICENSE = "GPLv2"
HOMEPAGE = "http://www.gnu.org/software/automake/"
SECTION = "devel"
-PR = "r1"
+PR = "r2"
SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 "
--
1.7.3.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue
2011-06-13 21:30 ` [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue Saul Wold
@ 2011-06-14 7:48 ` Koen Kooi
2011-06-14 8:05 ` Saul Wold
2011-06-14 12:31 ` Richard Purdie
0 siblings, 2 replies; 7+ messages in thread
From: Koen Kooi @ 2011-06-14 7:48 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
To be clear: does the PR bump fix the issues or was there a fix earlier that lacked a PR bump?
Op 13 jun 2011, om 23:30 heeft Saul Wold het volgende geschreven:
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> meta/recipes-devtools/autoconf/autoconf_2.68.bb | 2 +-
> meta/recipes-devtools/automake/automake.inc | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
> index c647a15..638e677 100644
> --- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb
> +++ b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
> @@ -1,6 +1,6 @@
> require autoconf.inc
>
> -PR = "r0"
> +PR = "r1"
>
> PARALLEL_MAKE = ""
>
> diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc
> index 524e93e..beeec7b 100644
> --- a/meta/recipes-devtools/automake/automake.inc
> +++ b/meta/recipes-devtools/automake/automake.inc
> @@ -4,7 +4,7 @@ Standards. Automake requires the use of Autoconf."
> LICENSE = "GPLv2"
> HOMEPAGE = "http://www.gnu.org/software/automake/"
> SECTION = "devel"
> -PR = "r1"
> +PR = "r2"
>
> SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 "
>
> --
> 1.7.3.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue
2011-06-14 7:48 ` Koen Kooi
@ 2011-06-14 8:05 ` Saul Wold
2011-06-15 2:33 ` Cui, Dexuan
2011-06-14 12:31 ` Richard Purdie
1 sibling, 1 reply; 7+ messages in thread
From: Saul Wold @ 2011-06-14 8:05 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On 06/14/2011 12:48 AM, Koen Kooi wrote:
> To be clear: does the PR bump fix the issues or was there a fix earlier that lacked a PR bump?
>
The fix was earlier and lacked the PR bump to these recipes.
Sau!
> Op 13 jun 2011, om 23:30 heeft Saul Wold het volgende geschreven:
>
>> Signed-off-by: Saul Wold<sgw@linux.intel.com>
>> ---
>> meta/recipes-devtools/autoconf/autoconf_2.68.bb | 2 +-
>> meta/recipes-devtools/automake/automake.inc | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
>> index c647a15..638e677 100644
>> --- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb
>> +++ b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
>> @@ -1,6 +1,6 @@
>> require autoconf.inc
>>
>> -PR = "r0"
>> +PR = "r1"
>>
>> PARALLEL_MAKE = ""
>>
>> diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc
>> index 524e93e..beeec7b 100644
>> --- a/meta/recipes-devtools/automake/automake.inc
>> +++ b/meta/recipes-devtools/automake/automake.inc
>> @@ -4,7 +4,7 @@ Standards. Automake requires the use of Autoconf."
>> LICENSE = "GPLv2"
>> HOMEPAGE = "http://www.gnu.org/software/automake/"
>> SECTION = "devel"
>> -PR = "r1"
>> +PR = "r2"
>>
>> SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 "
>>
>> --
>> 1.7.3.4
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue
2011-06-14 7:48 ` Koen Kooi
2011-06-14 8:05 ` Saul Wold
@ 2011-06-14 12:31 ` Richard Purdie
1 sibling, 0 replies; 7+ messages in thread
From: Richard Purdie @ 2011-06-14 12:31 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Tue, 2011-06-14 at 09:48 +0200, Koen Kooi wrote:
> To be clear: does the PR bump fix the issues or was there a fix
> earlier that lacked a PR bump?
Fix earlier that lacked PR bumps and is catching a few people out.
Cheers,
Richard
> Op 13 jun 2011, om 23:30 heeft Saul Wold het volgende geschreven:
>
> > Signed-off-by: Saul Wold <sgw@linux.intel.com>
> > ---
> > meta/recipes-devtools/autoconf/autoconf_2.68.bb | 2 +-
> > meta/recipes-devtools/automake/automake.inc | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
> > index c647a15..638e677 100644
> > --- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb
> > +++ b/meta/recipes-devtools/autoconf/autoconf_2.68.bb
> > @@ -1,6 +1,6 @@
> > require autoconf.inc
> >
> > -PR = "r0"
> > +PR = "r1"
> >
> > PARALLEL_MAKE = ""
> >
> > diff --git a/meta/recipes-devtools/automake/automake.inc b/meta/recipes-devtools/automake/automake.inc
> > index 524e93e..beeec7b 100644
> > --- a/meta/recipes-devtools/automake/automake.inc
> > +++ b/meta/recipes-devtools/automake/automake.inc
> > @@ -4,7 +4,7 @@ Standards. Automake requires the use of Autoconf."
> > LICENSE = "GPLv2"
> > HOMEPAGE = "http://www.gnu.org/software/automake/"
> > SECTION = "devel"
> > -PR = "r1"
> > +PR = "r2"
> >
> > SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 "
> >
> > --
> > 1.7.3.4
> >
> >
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue
2011-06-14 8:05 ` Saul Wold
@ 2011-06-15 2:33 ` Cui, Dexuan
2011-06-15 2:41 ` Saul Wold
0 siblings, 1 reply; 7+ messages in thread
From: Cui, Dexuan @ 2011-06-15 2:33 UTC (permalink / raw)
To: 'Patches and discussions about the oe-core layer'; +Cc: Wold, Saul
Saul Wold wrote:
> On 06/14/2011 12:48 AM, Koen Kooi wrote:
>> To be clear: does the PR bump fix the issues or was there a fix
>> earlier that lacked a PR bump?
>>
> The fix was earlier and lacked the PR bump to these recipes.
Sorry for the issue and thanks Saul for the fix!
I knew the issue but I was not clear I should have bumped the PRs.
I thought autoconf/aumake-native themselves didn't change... I'll be more careful.
Thanks,
-- Dexuan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue
2011-06-15 2:33 ` Cui, Dexuan
@ 2011-06-15 2:41 ` Saul Wold
0 siblings, 0 replies; 7+ messages in thread
From: Saul Wold @ 2011-06-15 2:41 UTC (permalink / raw)
To: Cui, Dexuan; +Cc: 'Patches and discussions about the oe-core layer'
On 06/14/2011 07:33 PM, Cui, Dexuan wrote:
> Saul Wold wrote:
>> On 06/14/2011 12:48 AM, Koen Kooi wrote:
>>> To be clear: does the PR bump fix the issues or was there a fix
>>> earlier that lacked a PR bump?
>>>
>> The fix was earlier and lacked the PR bump to these recipes.
> Sorry for the issue and thanks Saul for the fix!
> I knew the issue but I was not clear I should have bumped the PRs.
> I thought autoconf/aumake-native themselves didn't change... I'll be more careful.
>
> Thanks,
> -- Dexuan
It turns out that glib-2.0-native might also need a bump, not sure what
else is lurking out there.
Sau!
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-06-15 2:45 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13 21:30 [PATCH 0/1] Bump PR for autoconf/automake find correct perl Saul Wold
2011-06-13 21:30 ` [PATCH 1/1] autoconf/automake: Bump PR to resolve perl-native issue Saul Wold
2011-06-14 7:48 ` Koen Kooi
2011-06-14 8:05 ` Saul Wold
2011-06-15 2:33 ` Cui, Dexuan
2011-06-15 2:41 ` Saul Wold
2011-06-14 12:31 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox