Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Bump up eglibc SRCREVs
@ 2011-06-13  6:10 Khem Raj
  2011-06-13  6:10 ` [PATCH 1/1] eglibc 2.12/2.13: Upgrade SRCREV Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2011-06-13  6:10 UTC (permalink / raw)
  To: OE core

We need patch to fix the build error we are seeing when disabling
OPTION_EGLIBC_RTLD_DEBUG. This patch updates SRCREVs for eglibc and
brings in the required patch.

The following changes since commit 045ee314994c747481f56b015c5ab5c138d74d03:

  eglibc 2.12/2.13: Upgrade SRCREV (2011-06-12 23:05:16 -0700)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib kraj/eglibc-update
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/eglibc-update

Khem Raj (1):
  eglibc 2.12/2.13: Upgrade SRCREV

 meta/recipes-core/eglibc/eglibc_2.12.bb |    2 +-
 meta/recipes-core/eglibc/eglibc_2.13.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] eglibc 2.12/2.13: Upgrade SRCREV
  2011-06-13  6:10 [PATCH 0/1] Bump up eglibc SRCREVs Khem Raj
@ 2011-06-13  6:10 ` Khem Raj
  2011-06-14 16:07   ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2011-06-13  6:10 UTC (permalink / raw)
  To: OE core

We need http://www.eglibc.org/archives/patches/msg00923.html
to get through the problem we see when OPTION_EGLIBC_RTLD_DEBUG
is disabled. This patch has been backported to both 2.12 and 2.13
branches. We bump SRCREVs to have that change.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/eglibc/eglibc_2.12.bb |    2 +-
 meta/recipes-core/eglibc/eglibc_2.13.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
index e69cd0f..d851b5d 100644
--- a/meta/recipes-core/eglibc/eglibc_2.12.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
@@ -4,7 +4,7 @@ DEPENDS += "gperf-native"
 FILESPATHPKG =. "eglibc-svn:"
 PR = "r14"
 
-SRCREV = "11982"
+SRCREV = "14158"
 
 EGLIBC_BRANCH="eglibc-2_12"
 SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index c77bf3c..9a9773c 100644
--- a/meta/recipes-core/eglibc/eglibc_2.13.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
@@ -1,6 +1,6 @@
 require eglibc.inc
 
-SRCREV = "13356"
+SRCREV = "14157"
 
 DEPENDS += "gperf-native"
 FILESPATHPKG =. "eglibc-svn:"
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] eglibc 2.12/2.13: Upgrade SRCREV
  2011-06-13  6:10 ` [PATCH 1/1] eglibc 2.12/2.13: Upgrade SRCREV Khem Raj
@ 2011-06-14 16:07   ` Koen Kooi
  2011-06-14 18:07     ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2011-06-14 16:07 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

It seems that this broke do_patch, could you have a look at it please?

Op 13 jun 2011, om 08:10 heeft Khem Raj het volgende geschreven:

> We need http://www.eglibc.org/archives/patches/msg00923.html
> to get through the problem we see when OPTION_EGLIBC_RTLD_DEBUG
> is disabled. This patch has been backported to both 2.12 and 2.13
> branches. We bump SRCREVs to have that change.
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta/recipes-core/eglibc/eglibc_2.12.bb |    2 +-
> meta/recipes-core/eglibc/eglibc_2.13.bb |    2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
> index e69cd0f..d851b5d 100644
> --- a/meta/recipes-core/eglibc/eglibc_2.12.bb
> +++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
> @@ -4,7 +4,7 @@ DEPENDS += "gperf-native"
> FILESPATHPKG =. "eglibc-svn:"
> PR = "r14"
> 
> -SRCREV = "11982"
> +SRCREV = "14158"
> 
> EGLIBC_BRANCH="eglibc-2_12"
> SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \
> diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
> index c77bf3c..9a9773c 100644
> --- a/meta/recipes-core/eglibc/eglibc_2.13.bb
> +++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
> @@ -1,6 +1,6 @@
> require eglibc.inc
> 
> -SRCREV = "13356"
> +SRCREV = "14157"
> 
> DEPENDS += "gperf-native"
> FILESPATHPKG =. "eglibc-svn:"
> -- 
> 1.7.4.1
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] eglibc 2.12/2.13: Upgrade SRCREV
  2011-06-14 16:07   ` Koen Kooi
@ 2011-06-14 18:07     ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2011-06-14 18:07 UTC (permalink / raw)
  To: Koen Kooi; +Cc: Patches and discussions about the oe-core layer

On Tue, Jun 14, 2011 at 9:07 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> It seems that this broke do_patch, could you have a look at it please?
>

for 2.13 its ok on my build box right now. Let me try 2.12

> Op 13 jun 2011, om 08:10 heeft Khem Raj het volgende geschreven:
>
>> We need http://www.eglibc.org/archives/patches/msg00923.html
>> to get through the problem we see when OPTION_EGLIBC_RTLD_DEBUG
>> is disabled. This patch has been backported to both 2.12 and 2.13
>> branches. We bump SRCREVs to have that change.
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>> meta/recipes-core/eglibc/eglibc_2.12.bb |    2 +-
>> meta/recipes-core/eglibc/eglibc_2.13.bb |    2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb
>> index e69cd0f..d851b5d 100644
>> --- a/meta/recipes-core/eglibc/eglibc_2.12.bb
>> +++ b/meta/recipes-core/eglibc/eglibc_2.12.bb
>> @@ -4,7 +4,7 @@ DEPENDS += "gperf-native"
>> FILESPATHPKG =. "eglibc-svn:"
>> PR = "r14"
>>
>> -SRCREV = "11982"
>> +SRCREV = "14158"
>>
>> EGLIBC_BRANCH="eglibc-2_12"
>> SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \
>> diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
>> index c77bf3c..9a9773c 100644
>> --- a/meta/recipes-core/eglibc/eglibc_2.13.bb
>> +++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
>> @@ -1,6 +1,6 @@
>> require eglibc.inc
>>
>> -SRCREV = "13356"
>> +SRCREV = "14157"
>>
>> DEPENDS += "gperf-native"
>> FILESPATHPKG =. "eglibc-svn:"
>> --
>> 1.7.4.1
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-06-14 18:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13  6:10 [PATCH 0/1] Bump up eglibc SRCREVs Khem Raj
2011-06-13  6:10 ` [PATCH 1/1] eglibc 2.12/2.13: Upgrade SRCREV Khem Raj
2011-06-14 16:07   ` Koen Kooi
2011-06-14 18:07     ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox