diff --git a/recipes/binutils/binutils_2.20.1.bb b/recipes/binutils/binutils_2.20.1.bb index 5154e2d..720f074 100644 --- a/recipes/binutils/binutils_2.20.1.bb +++ b/recipes/binutils/binutils_2.20.1.bb @@ -1,13 +1,13 @@ require binutils.inc LICENSE = "GPLv3" -PR = "${INC_PR}.4" +PR = "${INC_PR}.5" EXTRA_OECONF += "--disable-werror" #COMPATIBLE_TARGET_SYS = "." SRC_URI = "\ - ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2;name=tarball \ + ${GNU_MIRROR}/binutils/binutils-${PV}a.tar.bz2;name=tarball \ file://binutils-uclibc-100-uclibc-conf.patch \ file://110-arm-eabi-conf.patch \ file://binutils-uclibc-300-001_ld_makefile_patch.patch \ @@ -24,8 +24,8 @@ SRC_URI_append_nios2 =" \ file://binutils-nios2.patch \ " -SRC_URI[tarball.sha256sum] = "228b84722d87e88e7fdd36869e590e649ab523a0800a7d53df906498afe6f6f8" -SRC_URI[tarball.md5sum] = "9cdfb9d6ec0578c166d3beae5e15c4e5" +SRC_URI[tarball.sha256sum] = "71d37c96451333c5c0b84b170169fdcb138bbb27397dc06281905d9717c8ed64" +SRC_URI[tarball.md5sum] = "2b9dc8f2b7dbd5ec5992c6e29de0b764" # powerpc patches SRC_URI += "\ diff --git a/recipes/gdb/gdb-cross.inc b/recipes/gdb/gdb-cross.inc index 953573b..6eb40f4 100644 --- a/recipes/gdb/gdb-cross.inc +++ b/recipes/gdb/gdb-cross.inc @@ -6,7 +6,7 @@ DEPENDS += "virtual/${TARGET_PREFIX}gcc" EXTRA_OEMAKE = "'SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc utils' LDFLAGS='${BUILD_LDFLAGS}'" -EXTRA_OECONF = "--with-curses --with-readline" +EXTRA_OECONF = "--with-curses --with-readline --enable-werror=no" do_configure () { # override this function to avoid the autoconf/automake/aclocal/autoheader diff --git a/recipes/tcltk/tcl_8.5.8.bb b/recipes/tcltk/tcl_8.5.8.bb index e98b98d..228c9f1 100644 --- a/recipes/tcltk/tcl_8.5.8.bb +++ b/recipes/tcltk/tcl_8.5.8.bb @@ -13,7 +13,6 @@ SRC_URI = "\ file://tcllibrary.diff;striplevel=2 \ file://tclpackagepath.diff;striplevel=2 \ file://tclprivate.diff;striplevel=2 \ - file://mips-tclstrtod.patch;striplevel=0 \ " SRC_URI[md5sum] = "7f123e53b3daaaba2478d3af5a0752e3" SRC_URI[sha256sum] = "6b090c1024038d0381e1ccfbd6d5c0f0e6ef205269ceb9d28bd7bd7ac5bbf4a7"