[oe] [PATCH] glibc 2.7/2.9: add march-i686.patch

Denys Dmytriyenko denis at denix.org
Wed May 13 00:28:10 UTC 2009


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 at 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 at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list