The following changes since commit 6bf5cbbcac80ee818cc932d69227e70e41ce02d3:
libtool: Fix option parsing performance regression (2015-02-10 22:36:09 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/fixes http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/fixes Robert Yang (7): Revert "libtool: avoid running automake/autoconf --version" libtool: don't execute automake and autoconf on every invocation rt-tests: fix gzip command gcc-sanitizers: check gcc-build-internal before link btrfs-tools: fix for parallel build btrfs-tools: remove nodocs.patch neard: do not ship version.h .../neard/Makefile.am-do-not-ship-version.h.patch | 36 ++++++++++ meta/recipes-connectivity/neard/neard_0.15.bb | 1 + .../btrfs-tools/btrfs-tools/fix-parallel.patch | 32 +++++++++ .../btrfs-tools/btrfs-tools/nodocs.patch | 22 ------ .../btrfs-tools/btrfs-tools_git.bb | 5 +- meta/recipes-devtools/gcc/gcc-sanitizers.inc | 4 +- meta/recipes-devtools/libtool/libtool-2.4.5.inc | 2 +- .../avoid-running-automake-autoconf-version.patch | 54 --------------- ...-t-execute-automake-and-autoconf-on-every.patch | 71 ++++++++++++++++++++ .../rt-tests/files/Makefile-fix-gzip-command.patch | 30 +++++++++ meta/recipes-rt/rt-tests/rt-tests.inc | 1 + 11 files changed, 179 insertions(+), 79 deletions(-) create mode 100644 meta/recipes-connectivity/neard/neard/Makefile.am-do-not-ship-version.h.patch create mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/fix-parallel.patch delete mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/nodocs.patch delete mode 100644 meta/recipes-devtools/libtool/libtool/avoid-running-automake-autoconf-version.patch create mode 100644 meta/recipes-devtools/libtool/libtool/libtool-don-t-execute-automake-and-autoconf-on-every.patch create mode 100644 meta/recipes-rt/rt-tests/files/Makefile-fix-gzip-command.patch -- 1.7.9.5 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
