All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glibc 2.7/2.9: add march-i686.patch
@ 2009-05-12 19:32 Roman I Khimov
  2009-05-13  0:28 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Roman I Khimov @ 2009-05-12 19:32 UTC (permalink / raw)
  To: openembedded-devel

This patch is there for 2.6.1, but for some reason was not carried on to
2.7 and 2.9. Without it build for i686 machine fails.
---
 recipes/glibc/glibc_2.7.bb |    3 ++-
 recipes/glibc/glibc_2.9.bb |    3 +++
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/glibc/glibc_2.7.bb b/recipes/glibc/glibc_2.7.bb
index ec4b347..8ae84c1 100644
--- a/recipes/glibc/glibc_2.7.bb
+++ b/recipes/glibc/glibc_2.7.bb
@@ -5,7 +5,7 @@ ARM_INSTRUCTION_SET = "arm"
 PACKAGES_DYNAMIC = "libc6*"
 RPROVIDES_${PN}-dev = "libc6-dev virtual-libc-dev"
 
-PR = "r9"
+PR = "r10"
 
 # the -isystem in bitbake.conf screws up glibc do_stage
 BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
@@ -67,6 +67,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \
 	   file://generic-bits_time.h \
            file://etc/ld.so.conf \
            file://generate-supported.mk \
+           file://march-i686.patch;patch=1;pnum=0 \
            "
 
 
diff --git a/recipes/glibc/glibc_2.9.bb b/recipes/glibc/glibc_2.9.bb
index 0af9f26..7859876 100644
--- a/recipes/glibc/glibc_2.9.bb
+++ b/recipes/glibc/glibc_2.9.bb
@@ -5,6 +5,8 @@ ARM_INSTRUCTION_SET = "arm"
 PACKAGES_DYNAMIC = "libc6*"
 RPROVIDES_${PN}-dev = "libc6-dev virtual-libc-dev"
 
+PR = "r1"
+
 # the -isystem in bitbake.conf screws up glibc do_stage
 BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
 TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${layout_includedir}"
@@ -58,6 +60,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \
 	   file://generic-bits_time.h \
            file://etc/ld.so.conf \
            file://generate-supported.mk \
+           file://march-i686.patch;patch=1;pnum=0 \
            "
 
 
-- 
1.6.2.4




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

* Re: [PATCH] glibc 2.7/2.9: add march-i686.patch
  2009-05-12 19:32 [PATCH] glibc 2.7/2.9: add march-i686.patch Roman I Khimov
@ 2009-05-13  0:28 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2009-05-13  0:28 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 12, 2009 at 11:32:53PM +0400, Roman I Khimov wrote:
> This patch is there for 2.6.1, but for some reason was not carried on to
> 2.7 and 2.9. Without it build for i686 machine fails.

Because at the time 2.7 was brand new and unstable and i686 is not a popular 
arch in OE... :)
http://cgit.openembedded.net/cgit.cgi?url=openembedded/commit/&id=0f1aa27588234f2ecce8d52af478c44fa2c0d9a3

Acked-by: Denys Dmytriyenko <denis@denix.org>

> ---
>  recipes/glibc/glibc_2.7.bb |    3 ++-
>  recipes/glibc/glibc_2.9.bb |    3 +++
>  2 files changed, 5 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/glibc/glibc_2.7.bb b/recipes/glibc/glibc_2.7.bb
> index ec4b347..8ae84c1 100644
> --- a/recipes/glibc/glibc_2.7.bb
> +++ b/recipes/glibc/glibc_2.7.bb
> @@ -5,7 +5,7 @@ ARM_INSTRUCTION_SET = "arm"
>  PACKAGES_DYNAMIC = "libc6*"
>  RPROVIDES_${PN}-dev = "libc6-dev virtual-libc-dev"
>  
> -PR = "r9"
> +PR = "r10"
>  
>  # the -isystem in bitbake.conf screws up glibc do_stage
>  BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
> @@ -67,6 +67,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \
>  	   file://generic-bits_time.h \
>             file://etc/ld.so.conf \
>             file://generate-supported.mk \
> +           file://march-i686.patch;patch=1;pnum=0 \
>             "
>  
>  
> diff --git a/recipes/glibc/glibc_2.9.bb b/recipes/glibc/glibc_2.9.bb
> index 0af9f26..7859876 100644
> --- a/recipes/glibc/glibc_2.9.bb
> +++ b/recipes/glibc/glibc_2.9.bb
> @@ -5,6 +5,8 @@ ARM_INSTRUCTION_SET = "arm"
>  PACKAGES_DYNAMIC = "libc6*"
>  RPROVIDES_${PN}-dev = "libc6-dev virtual-libc-dev"
>  
> +PR = "r1"
> +
>  # the -isystem in bitbake.conf screws up glibc do_stage
>  BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
>  TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${layout_includedir}"
> @@ -58,6 +60,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \
>  	   file://generic-bits_time.h \
>             file://etc/ld.so.conf \
>             file://generate-supported.mk \
> +           file://march-i686.patch;patch=1;pnum=0 \
>             "
>  
>  
> -- 
> 1.6.2.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

end of thread, other threads:[~2009-05-13  0:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-12 19:32 [PATCH] glibc 2.7/2.9: add march-i686.patch Roman I Khimov
2009-05-13  0:28 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.