[oe-commits] [openembedded-core] branch master-next updated (c4dda05 -> 9b2f4dc)

git at git.openembedded.org git at git.openembedded.org
Sun Aug 7 21:23:15 UTC 2016


rpurdie pushed a change to branch master-next
in repository openembedded-core.

      from  c4dda05   Revert "packagegroup-core-x11-base.bb: replace pointercal with pointercal-xinput"
       new  01fe482   glibc: Switch to 2.24 release branch
       new  a088018   apt: Fix build in musl it was break due to upgrade to 1.2.12
       new  3f1eb25   binutils: Bump to 2.27
       new  6a8b959   meta/classes: fix bb.build.FuncFailed typos
       new  114722f   yocto-uninative: bump to uninative tarball version 1.2
       new  a9a7eea   intltool: bump serial for aclocal --install
       new  d7249c5   autotools: move aclocal-copy to WORKDIR
       new  342fa2b   autotools.bbclass: remove intltool.m4 from ${S}
       new  f45c7e1   gstreamer1.0-plugins-bad: remove two dangling patches
       new  59ac18c   openssl: remove dangling patch
       new  8086862   guile: remove dangling patch
       new  de29a39   python-numpy: remove dangling patch
       new  2b0f3dd   alsa-utils: remove dangling patch
       new  5eaafd6   matchbox-desktop: remove dangling patch
       new  9b2f4dc   matchbox-panel-2: remove dangling patch

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/autotools.bbclass                     |   19 +-
 meta/classes/grub-efi.bbclass                      |    2 +-
 meta/classes/gummiboot.bbclass                     |    4 +-
 meta/classes/syslinux.bbclass                      |    2 +-
 meta/classes/systemd-boot.bbclass                  |    4 +-
 meta/conf/distro/include/tcmode-default.inc        |    2 +-
 meta/conf/distro/include/yocto-uninative.inc       |    6 +-
 .../openssl/crypto_use_bigint_in_x86-64_perl.patch |   35 -
 .../glibc/cross-localedef-native_2.24.bb           |    5 +-
 meta/recipes-core/glibc/glibc_2.24.bb              |    5 +-
 meta/recipes-devtools/apt/apt.inc                  |    1 +
 .../apt/apt/0001-apt-1.2.12-Fix-musl-build.patch   |   50 +
 .../{binutils-2.26.inc => binutils-2.27.inc}       |    7 +-
 ...ian_2.26.bb => binutils-cross-canadian_2.27.bb} |    0
 ...nutils-cross_2.26.bb => binutils-cross_2.27.bb} |    0
 ...-crosssdk_2.26.bb => binutils-crosssdk_2.27.bb} |    0
 meta/recipes-devtools/binutils/binutils.inc        |    1 -
 .../binutils/0001-Generate-relocatable-SDKs.patch  |   10 +-
 ...ure-widen-the-regexp-for-SH-architectures.patch |   16 +-
 .../0003-Point-scripts-location-to-libdir.patch    |   12 +-
 ...te-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch |   12 +-
 .../0005-Explicitly-link-with-libm-on-uclibc.patch |    8 +-
 .../binutils/binutils/0006-Use-libtool-2.4.patch   | 1243 +++++++++-----------
 ...7-Add-the-armv5e-architecture-to-binutils.patch |   10 +-
 ...he-distro-compiler-point-to-the-wrong-ins.patch |    8 +-
 ...es-of-system-directories-when-cross-linki.patch |   36 +-
 ...-rpath-in-libtool-when-sysroot-is-enabled.patch |    6 +-
 ...Change-default-emulation-for-mips64-linux.patch |   14 +-
 .../0012-Add-support-for-Netlogic-XLP.patch        |   88 +-
 ...ress-computations-in-initial-PLT-entries-.patch |   72 --
 ...ncorrect-assembling-for-ppc-wait-mnemonic.patch |   36 +
 ...014-Correct-nios2-_gp-address-computation.patch |  106 --
 ...ncorrect-assembling-for-ppc-wait-mnemonic.patch |   36 -
 .../binutils/binutils/aarch64-tls.patch            |  177 ---
 .../{binutils_2.26.bb => binutils_2.27.bb}         |    0
 .../files/opensuse/guile-turn-off-gc-test.patch    |   49 -
 .../intltool/intltool/remove-perl-check.patch      |    3 +
 .../python-numpy/files/add-glibc-check.patch       |   36 -
 meta/recipes-devtools/strace/strace_4.13.bb        |    1 +
 ...1-alsabat-rename-to-avoid-naming-conflict.patch |  153 ---
 .../0001-glimagesink-Downrank-to-marginal.patch    |   32 -
 ...window-fix-memory-leak-of-navigation-thre.patch |   35 -
 ...thing-on-delete-event-when-not-STANDALONE.patch |   60 -
 ...top-Make-sure-active-state-is-initialized.patch |   50 -
 44 files changed, 792 insertions(+), 1660 deletions(-)
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/crypto_use_bigint_in_x86-64_perl.patch
 create mode 100644 meta/recipes-devtools/apt/apt/0001-apt-1.2.12-Fix-musl-build.patch
 rename meta/recipes-devtools/binutils/{binutils-2.26.inc => binutils-2.27.inc} (86%)
 rename meta/recipes-devtools/binutils/{binutils-cross-canadian_2.26.bb => binutils-cross-canadian_2.27.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-cross_2.26.bb => binutils-cross_2.27.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-crosssdk_2.26.bb => binutils-crosssdk_2.27.bb} (100%)
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0013-Fix-GOT-address-computations-in-initial-PLT-entries-.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0013-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0014-Correct-nios2-_gp-address-computation.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/0015-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/aarch64-tls.patch
 rename meta/recipes-devtools/binutils/{binutils_2.26.bb => binutils_2.27.bb} (100%)
 delete mode 100644 meta/recipes-devtools/guile/files/opensuse/guile-turn-off-gc-test.patch
 delete mode 100644 meta/recipes-devtools/python-numpy/files/add-glibc-check.patch
 delete mode 100644 meta/recipes-multimedia/alsa/alsa-utils/0001-alsabat-rename-to-avoid-naming-conflict.patch
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-glimagesink-Downrank-to-marginal.patch
 delete mode 100755 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-glplugin-glwindow-fix-memory-leak-of-navigation-thre.patch
 delete mode 100644 meta/recipes-sato/matchbox-desktop/files/0001-Do-nothing-on-delete-event-when-not-STANDALONE.patch
 delete mode 100644 meta/recipes-sato/matchbox-panel-2/files/0001-showdesktop-Make-sure-active-state-is-initialized.patch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list