All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-mingw][PATCH 0/6] mingw patches to build meta-toolchain
@ 2015-08-05 22:51 Juro Bystricky
  2015-08-05 22:51 ` [meta-mingw][PATCH 1/6] binutils-cross-canadian: upgrade to version 2.25 Juro Bystricky
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Juro Bystricky @ 2015-08-05 22:51 UTC (permalink / raw)
  To: yocto

Several recipes have been updated, so the corresponding .bbappend files became stale.
The attached patches correspond to various updated recipes.

I tested the patches with meta-mingw layer and:

SDKMACHINE="i686-mingw32"
bitbake meta-toolchain


Juro Bystricky (6):
  binutils-cross-canadian: upgrade to version 2.25
  gdb-cross-canadian_7.8.1: updated to gdb-cross-canadian_7.9.1
  nativesdk-libtool_2.4.2: updated nativesdk-libtool_2.4.6
  libmpc_1.0.2: updated to libmpc_1.0.3
  mpfr_3.1.2: updated to mpfr_3.1.3
  gettext_0.19.4.bbappend: support for mingw

 recipes-core/gettext/gettext_0.19.4.bbappend                    | 2 ++
 recipes-devtools/binutils/binutils-cross-canadian_2.24.bbappend | 5 -----
 recipes-devtools/binutils/binutils-cross-canadian_2.25.bbappend | 5 +++++
 recipes-devtools/gdb/gdb-cross-canadian_7.8.1.bbappend          | 5 -----
 recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bbappend          | 5 +++++
 recipes-devtools/libtool/nativesdk-libtool_2.4.2.bbappend       | 1 -
 recipes-devtools/libtool/nativesdk-libtool_2.4.6.bbappend       | 1 +
 recipes-support/libmpc/libmpc_1.0.3.bbappend                    | 1 +
 recipes-support/mpc/libmpc_1.0.2.bbappend                       | 1 -
 recipes-support/mpfr/mpfr_3.1.2.bbappend                        | 1 -
 recipes-support/mpfr/mpfr_3.1.3.bbappend                        | 1 +
 11 files changed, 15 insertions(+), 13 deletions(-)
 create mode 100644 recipes-core/gettext/gettext_0.19.4.bbappend
 delete mode 100644 recipes-devtools/binutils/binutils-cross-canadian_2.24.bbappend
 create mode 100644 recipes-devtools/binutils/binutils-cross-canadian_2.25.bbappend
 delete mode 100644 recipes-devtools/gdb/gdb-cross-canadian_7.8.1.bbappend
 create mode 100644 recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bbappend
 delete mode 100644 recipes-devtools/libtool/nativesdk-libtool_2.4.2.bbappend
 create mode 100644 recipes-devtools/libtool/nativesdk-libtool_2.4.6.bbappend
 create mode 100644 recipes-support/libmpc/libmpc_1.0.3.bbappend
 delete mode 100644 recipes-support/mpc/libmpc_1.0.2.bbappend
 delete mode 100644 recipes-support/mpfr/mpfr_3.1.2.bbappend
 create mode 100644 recipes-support/mpfr/mpfr_3.1.3.bbappend

-- 
1.9.1



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

end of thread, other threads:[~2015-08-09 23:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05 22:51 [meta-mingw][PATCH 0/6] mingw patches to build meta-toolchain Juro Bystricky
2015-08-05 22:51 ` [meta-mingw][PATCH 1/6] binutils-cross-canadian: upgrade to version 2.25 Juro Bystricky
2015-08-05 22:51 ` [meta-mingw][PATCH 2/6] gdb-cross-canadian_7.8.1: updated to gdb-cross-canadian_7.9.1 Juro Bystricky
2015-08-05 22:51 ` [meta-mingw][PATCH 3/6] nativesdk-libtool_2.4.2: updated nativesdk-libtool_2.4.6 Juro Bystricky
2015-08-05 22:51 ` [meta-mingw][PATCH 4/6] libmpc_1.0.2: updated to libmpc_1.0.3 Juro Bystricky
2015-08-05 22:51 ` [meta-mingw][PATCH 5/6] mpfr_3.1.2: updated to mpfr_3.1.3 Juro Bystricky
2015-08-05 22:51 ` [meta-mingw][PATCH 6/6] gettext_0.19.4.bbappend: support for mingw Juro Bystricky
2015-08-09 23:39 ` [meta-mingw][PATCH 0/6] mingw patches to build meta-toolchain Richard Purdie

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.