[oe-commits] [openembedded-core] branch master updated (ed85fa3 -> 90dbd83)

git at git.openembedded.org git at git.openembedded.org
Fri Jul 8 08:59:12 UTC 2016


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

      from  ed85fa3   local.conf.sample.extended: drop RPM4 example
      adds  1f33659   bitbake.conf: whitelist progress varflag
      adds  370f08d   classes/image: implement progress support for do_rootfs
      adds  1a06438   classes/sstate: show progress during sstate object availability check
      adds  9e711b5   classes/sstate: add a mode to error if sstate package unavailable
      adds  798bec6   classes/testsdk: print output correctly on failure
      adds  440a351   lib/oe/sstatesig: print locked sigs file message only when explicitly called
      adds  a8f11bc   toolchain-shar-extract.sh: allow TERM through into SDK installer env
      adds  e1390c1   classes/populate_sdk_ext: eliminate double execution on install
      adds  f77ea95   classes/cmake: enable progress for do_compile
      adds  66cda3c   pseudo: drop recipe for old 1.6.7 version
       new  8759104   devshell.bbclass: fix double unbuffering
       new  732001c   devpyshell: python3: flush stdout explicitly
       new  211870d   oepydevshell-internal: python3: encode/decode pty content
       new  4504844   run-postinsts: Correct comment misspelling, "rpm-posinsts".
       new  606a43d   meta: update patch metadata
       new  40636c1   libidn: add patch to build w/ -Wformat-security
       new  a0bdbd8   gettext: fix for low-version recipe
       new  0b29455   l3afpad: add check for GTK3DISTROFEATURES
       new  2004307   autogen-native: fix script error when processing libguile
       new  50fcd9d   recipetool: create: avoid decoding errors with Python 3
       new  397b76c   recipetool: create: drop unused convert_pkginfo() function
       new  2b9c092   classes/populate_sdk_ext: ensure tasks to build the image are included
       new  a7133bf   classes/populate_sdk_ext: exclude initramfs images from locked signatures
       new  2857658   libpfm4: fix compile error
       new  79798f2   runqemu: Avoid duplicating custom QEMU options for AArch64
       new  9dab6d1   socat: remove the hardcoded shifting offset
       new  92cfdb2   pulseaudio: Disable unit tests
       new  b362cf6   gcc-5.4: Fix hang with mmusl option on cmdline
       new  8833e41   gcc: remove unused patch
       new  615b784   gcc: remove GCC 4.9
       new  2767cbe   rt-tests: move ptest to python3
       new  5d123a6   scripts: Fixed typo in parameter that was causing exception
       new  b1f2d9e   lib/oe/path: remove oe.path.check_output
       new  2a50bb9   initramfs-framework: add retry loop for slow boot devices (like USB)
       new  1ab2ca1   initramfs-framework: Add support for PartUUIDs
       new  8a22712   service: obey CFLAGS, LDFLAGS
       new  f0420d8   oeqa/runtime/systemd: fix typo in skipUnlessPassed decorator
       new  90dbd83   oeqa/selftest/bbtests: Fix failing test after progress changes

The 28 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:
 .../recipes-skeleton/service/service_0.1.bb        |    2 +-
 meta/classes/cmake.bbclass                         |    1 +
 meta/classes/devshell.bbclass                      |    5 +-
 meta/classes/image.bbclass                         |   19 +-
 meta/classes/populate_sdk_ext.bbclass              |   24 +-
 meta/classes/sstate.bbclass                        |   29 +-
 meta/classes/testsdk.bbclass                       |   14 +-
 meta/conf/bitbake.conf                             |    6 +-
 meta/files/ext-sdk-prepare.py                      |   52 +-
 meta/files/toolchain-shar-extract.sh               |    1 +
 meta/lib/oe/path.py                                |   49 +-
 meta/lib/oe/rootfs.py                              |  101 +-
 meta/lib/oe/sstatesig.py                           |   10 +-
 meta/lib/oeqa/runtime/systemd.py                   |    2 +-
 meta/lib/oeqa/selftest/bbtests.py                  |    2 +-
 .../grub-2.00-fix-enable_execute_stack-check.patch |    2 +-
 .../grub/files/grub-2.00-fpmath-sse-387-fix.patch  |    2 +-
 ...rub2-remove-sparc64-setup-from-x86-builds.patch |    2 +-
 ...-mfpmath-sse-as-well-when-SSE-is-disabled.patch |    2 +-
 .../libacpi/files/libacpi_fix_for_x32.patch        |    2 +-
 .../use_correct_strip_in_cross_environment.patch   |    2 +-
 .../lrzsz_fix_for_automake-1.12.patch              |    2 +-
 .../bind/bind/CVE-2016-1286_2.patch                |    3 +
 .../bind/bind/dont-test-on-host.patch              |    2 +-
 .../openssl/crypto_use_bigint_in_x86-64_perl.patch |    2 +-
 .../openssl/openssl/fix-cipher-des-ede3-cfb1.patch |    2 +-
 .../openssl/openssl/openssl_fix_for_x32.patch      |    4 +-
 meta/recipes-connectivity/socat/socat_1.7.3.1.bb   |    4 +-
 .../coreutils_fix_for_automake-1.12.patch          |    2 +-
 .../coreutils/coreutils-6.9/futimens.patch         |    2 +-
 .../coreutils/coreutils-6.9/gnulib_m4.patch        |    2 +-
 .../coreutils/coreutils-6.9/man-touch.patch        |    2 +-
 ...e-report-processor-and-hardware-correctly.patch |    2 +-
 .../dropbear/0007-dropbear-fix-for-x32-abi.patch   |    2 +-
 .../gettext-0.16.1/fix_aclocal_version.patch       |    2 +-
 .../gettext-0.16.1/fix_gnu_source_circular.patch   |    2 +-
 meta/recipes-core/gettext/gettext_0.16.1.bb        |    2 +-
 .../initrdscripts/initramfs-framework/finish       |   33 -
 .../initrdscripts/initramfs-framework/rootfs       |   62 +
 .../initrdscripts/initramfs-framework_1.0.bb       |    4 +-
 .../autogen/autogen-native_5.18.10.bb              |    1 +
 .../fix-script-err-when-processing-libguile.patch  |   37 +
 meta/recipes-devtools/cmake/cmake-native_3.5.2.bb  |    2 +
 .../elfutils/elfutils-0.148/fix_for_gcc-4.7.patch  |    2 +-
 ...-Symlink-c-header-in-target_triplet-for-S.patch |   49 -
 meta/recipes-devtools/gcc/gcc-4.9.inc              |  141 -
 .../0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch     |   42 -
 .../gcc/gcc-4.9/0002-uclibc-conf.patch             |   53 -
 .../0003-gcc-uclibc-locale-ctype_touplow_t.patch   |   87 -
 .../gcc/gcc-4.9/0004-uclibc-locale.patch           | 2862 --------------------
 .../gcc/gcc-4.9/0005-uclibc-locale-no__x.patch     |  257 --
 .../gcc/gcc-4.9/0006-uclibc-locale-wchar_fix.patch |   68 -
 .../gcc/gcc-4.9/0007-uclibc-locale-update.patch    |  542 ----
 .../gcc/gcc-4.9/0008-missing-execinfo_h.patch      |   28 -
 .../gcc/gcc-4.9/0009-c99-snprintf.patch            |   28 -
 .../gcc/gcc-4.9/0010-c99-complex-ugly-hack.patch   |   29 -
 .../gcc/gcc-4.9/0011-index_macro.patch             |   44 -
 .../gcc/gcc-4.9/0013-libstdc-namespace.patch       |   54 -
 .../gcc/gcc-4.9/0014-sh-pr24836.patch              |   45 -
 ...GET_ENDIAN_OPTION-for-determining-MULTILI.patch |   47 -
 .../0016-gcc-poison-system-directories.patch       |  190 --
 .../gcc/gcc-4.9/0017-gcc-poison-dir-extend.patch   |   39 -
 .../0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch |   73 -
 .../gcc/gcc-4.9/0019-64-bit-multilib-hack.patch    |   82 -
 .../gcc/gcc-4.9/0020-optional-libstdc.patch        |   98 -
 ...0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch |   59 -
 .../gcc/gcc-4.9/0022-COLLECT_GCC_OPTIONS.patch     |   38 -
 ...efaults.h-in-B-instead-of-S-and-t-oe-in-B.patch |   96 -
 .../gcc-4.9/0025-fortran-cross-compile-hack.patch  |   46 -
 .../gcc/gcc-4.9/0026-libgcc-sjlj-check.patch       |   74 -
 .../gcc/gcc-4.9/0027-cpp-honor-sysroot.patch       |   54 -
 .../gcc-4.9/0028-MIPS64-Default-to-N64-ABI.patch   |   31 -
 ...C_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch |  228 --
 ...0030-gcc-Fix-argument-list-too-long-error.patch |   40 -
 .../gcc/gcc-4.9/0031-Disable-sdt.patch             |  113 -
 .../gcc/gcc-4.9/0032-libtool.patch                 |   42 -
 ...4-pass-fix-v4bx-to-linker-to-support-EABI.patch |   40 -
 ...tilib-config-files-from-B-instead-of-usin.patch |  102 -
 .../gcc/gcc-4.9/0040-fix-g++-sysroot.patch         |   40 -
 .../gcc/gcc-4.9/0041-libtool-avoid-libdir.patch    |   19 -
 meta/recipes-devtools/gcc/gcc-4.9/0043-cpp.patch   |   40 -
 .../gcc/gcc-4.9/0044-gengtypes.patch               |   97 -
 .../gcc/gcc-4.9/0046-libatomic-deptracking.patch   |   41 -
 .../gcc/gcc-4.9/0047-repomembug.patch              |   53 -
 ...AltiVec-generation-on-powepc-linux-target.patch |   42 -
 ...Use-dbx_reg_number-for-spanning-registers.patch |   80 -
 .../gcc/gcc-4.9/0051-eabispe.patch                 |   23 -
 ...hook-to-override-DWARF2-frame-register-si.patch |  138 -
 ...fault-from-calling-free-on-non-malloc-d-a.patch |   66 -
 ...Makefile.in-fix-parallel-building-failure.patch |   61 -
 .../gcc-4.9/0055-dwarf-reg-processing-helper.patch |  148 -
 .../0056-define-default-cfa-register-mapping.patch |   75 -
 .../gcc/gcc-4.9/0057-aarch64-config.patch          |   32 -
 .../gcc/gcc-4.9/0058-gcc-r212171.patch             |  113 -
 .../0059-gcc-PR-rtl-optimization-63348.patch       |   59 -
 ...e500-double-in-SPE_SIMD_REGNO_P-registers.patch |   55 -
 .../gcc/gcc-4.9/0061-target-gcc-includedir.patch   |   81 -
 ...IBS_DIR-replacement-instead-of-hardcoding.patch |   24 -
 .../gcc/gcc-4.9/0063-nativesdk-gcc-support.patch   |  198 --
 .../0064-handle-target-sysroot-multilib.patch      |   88 -
 ...-gcc-483-universal-initializer-no-warning.patch |  107 -
 .../gcc/gcc-4.9/0066-cxxflags-for-build.patch      |  123 -
 .../gcc/gcc-4.9/0067-fix-arm-thumb.patch           |   39 -
 .../gcc/gcc-4.9/0067-gcc-musl-support.patch        |  267 --
 .../gcc/gcc-4.9/0068-musl-dynamic-linker.patch     |  205 --
 .../gcc/gcc-4.9/0069-musl-no-fixincludes.patch     |   21 -
 .../gcc/gcc-4.9/0070-libstdc-musl.patch            |   32 -
 ...ug-prefix-map-in-producer-string-by-Danie.patch |   31 -
 .../gcc-4.9/0072-support-ffile-prefix-map.patch    |  284 --
 ...ug-prefix-map-to-replace-ffile-prefix-map.patch |   43 -
 ...prefix-map-support-to-remap-relative-path.patch |   51 -
 .../gcc/gcc-4.9/0075-libgcc-use-ldflags.patch      |   16 -
 .../gcc/gcc-4.9/0076-remove-prototypes-cfns.patch  |  153 --
 ...l-as-a-musl-libc-specifier-and-the-necess.patch |   72 +-
 .../recipes-devtools/gcc/gcc-cross-canadian_4.9.bb |    5 -
 meta/recipes-devtools/gcc/gcc-cross-initial_4.9.bb |    2 -
 meta/recipes-devtools/gcc/gcc-cross_4.9.bb         |    3 -
 .../gcc/gcc-crosssdk-initial_4.9.bb                |    3 -
 meta/recipes-devtools/gcc/gcc-crosssdk_4.9.bb      |    2 -
 meta/recipes-devtools/gcc/gcc-runtime_4.9.bb       |    3 -
 meta/recipes-devtools/gcc/gcc-sanitizers_4.9.bb    |    2 -
 meta/recipes-devtools/gcc/gcc-source_4.9.bb        |    4 -
 meta/recipes-devtools/gcc/gcc_4.9.bb               |   13 -
 meta/recipes-devtools/gcc/libgcc-initial_4.9.bb    |    2 -
 meta/recipes-devtools/gcc/libgcc_4.9.bb            |    2 -
 meta/recipes-devtools/gcc/libgfortran_4.9.bb       |    3 -
 ...-modules-are-removed-gc-test-as-unresolve.patch |    2 +-
 ...with-owner-not-retained-threads-test-as-u.patch |    2 +-
 .../guile/files/guile_2.0.6_fix_sed_error.patch    |    2 +-
 .../guile/files/opensuse/guile-64bit.patch         |    2 +-
 .../files/opensuse/guile-turn-off-gc-test.patch    |    2 +-
 .../make-3.81/make_fix_for_automake-1.12.patch     |    2 +-
 .../ossp-uuid/ossp-uuid/install-pc.patch           |    2 +-
 .../recipes-devtools/perl/perl/fix_bad_rpath.patch |    2 +-
 meta/recipes-devtools/pseudo/pseudo_1.6.7.bb       |   19 -
 .../python-numpy/files/fix_shebang_f2py.patch      |    2 +-
 .../avoid_parallel_make_races_on_pgen.patch        |    4 +-
 .../python/python-native/multilib.patch            |    4 +-
 .../python/python-native/nohostlibs.patch          |    4 +-
 .../01-use-proper-tools-for-cross-build.patch      |    2 +-
 .../06-avoid_usr_lib_termcap_path_in_linking.patch |    2 +-
 .../python/avoid_parallel_make_races_on_pgen.patch |    4 +-
 .../python/fix_for_using_different_libdir.patch    |    6 +-
 meta/recipes-devtools/python/python/multilib.patch |    2 +-
 .../python3/fix_for_using_different_libdir.patch   |    4 +-
 .../python/python3/use_packed_importlib.patch      |    2 +-
 .../qemu/0001-configure-support-vte-2.91.patch     |    2 +-
 .../run-postinsts/run-postinsts/run-postinsts      |    2 +-
 .../tcl/fix_issue_with_old_distro_glibc.patch      |    2 +-
 .../diffutils_fix_for_automake-1.12.patch          |    2 +-
 .../findutils_fix_for_automake-1.12.patch          |    2 +-
 .../gawk-3.1.5_fix_for_automake-1.12.patch         |    2 +-
 .../grep/grep-2.5.1a/fix-for-texinfo-5.1.patch     |    2 +-
 .../grep/grep-2.5.1a/grep-CVE-2012-5667.patch      |    2 +-
 .../grep-2.5.1a/grep_fix_for_automake-1.12.patch   |    2 +-
 .../libaio/libaio/libaio_fix_for_x32.patch         |    2 +-
 ...1-idn-fix-printf-format-security-warnings.patch |  181 ++
 ..._MKDIR_P_warning_error_with_automake_1.12.patch |    2 +-
 .../libidn/libidn_fix_for_automake-1.12.patch      |    2 +-
 meta/recipes-extended/libidn/libidn_1.32.bb        |    1 +
 ...es.c-parse_field-fix-string-formating-in-.patch |    2 +-
 ...etwork-nfsv4-acl-acl1.c-Security-fix-on-s.patch |    2 +-
 ...-control-whether-numa-support-should-be-c.patch |    2 +-
 .../0001-Fix-some-type-comparison-problems.patch   |    2 +-
 .../mdadm/files/mdadm-3.2.2_fix_for_x32.patch      |    2 +-
 .../pax/pax/pax-3.4_fix_for_x32.patch              |    2 +-
 .../sed-4.1.2_fix_for_automake-1.12.patch          |    2 +-
 .../fix_name_conflict_group_member.patch           |    2 +-
 ...ics-need-to-fake-new-touches-on-TRIPLETAP.patch |    2 +-
 ...eston-launch-exit-for-unrecognized-option.patch |    2 +-
 .../xorg-lib/libxt/libxt_fix_for_x32.patch         |    2 +-
 .../xorg-proto/xproto/xproto_fix_for_x32.patch     |    2 +-
 .../files/fix-misleading-indentation-error.patch   |   38 +
 meta/recipes-kernel/libpfm/libpfm4_4.6.0.bb        |    1 +
 .../lame/lame-3.99.5_fix_for_automake-1.12.x.patch |    2 +-
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |    1 +
 meta/recipes-rt/rt-tests/files/rt_bmark.py         |   26 +-
 meta/recipes-rt/rt-tests/files/run-ptest           |    2 +-
 meta/recipes-rt/rt-tests/rt-tests_2.0.bb           |    2 +-
 meta/recipes-sato/l3afpad/l3afpad_git.bb           |    2 +
 .../gmp/gmp-4.2.1/gmp_fix_for_automake-1.12.patch  |    2 +-
 ...XATTR_NAME_CAPS-is-defined-when-it-is-use.patch |    4 +-
 .../popt/popt/popt_fix_for_automake-1.12.patch     |    2 +-
 scripts/lib/recipetool/create.py                   |   35 +-
 scripts/lib/recipetool/create_buildsys.py          |   14 +-
 scripts/lib/recipetool/create_kernel.py            |    2 +-
 scripts/lib/recipetool/create_kmod.py              |    4 +-
 scripts/lib/recipetool/create_npm.py               |    2 +-
 scripts/oe-buildenv-internal                       |    2 +-
 scripts/oepydevshell-internal.py                   |   12 +-
 scripts/runqemu-internal                           |    2 +-
 scripts/wic                                        |    2 +-
 192 files changed, 663 insertions(+), 9184 deletions(-)
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-framework/rootfs
 create mode 100644 meta/recipes-devtools/autogen/autogen/fix-script-err-when-processing-libguile.patch
 delete mode 100644 meta/recipes-devtools/gcc/0001-gcc-runtime-Symlink-c-header-in-target_triplet-for-S.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9.inc
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0002-uclibc-conf.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0003-gcc-uclibc-locale-ctype_touplow_t.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0004-uclibc-locale.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0005-uclibc-locale-no__x.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0006-uclibc-locale-wchar_fix.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0007-uclibc-locale-update.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0008-missing-execinfo_h.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0009-c99-snprintf.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0010-c99-complex-ugly-hack.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0011-index_macro.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0013-libstdc-namespace.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0014-sh-pr24836.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0015-arm-Use-TARGET_ENDIAN_OPTION-for-determining-MULTILI.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0016-gcc-poison-system-directories.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0017-gcc-poison-dir-extend.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0018-gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0019-64-bit-multilib-hack.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0020-optional-libstdc.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0021-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0022-COLLECT_GCC_OPTIONS.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0023-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0025-fortran-cross-compile-hack.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0026-libgcc-sjlj-check.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0027-cpp-honor-sysroot.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0028-MIPS64-Default-to-N64-ABI.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0029-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0030-gcc-Fix-argument-list-too-long-error.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0031-Disable-sdt.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0032-libtool.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0033-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0034-Use-the-multilib-config-files-from-B-instead-of-usin.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0040-fix-g++-sysroot.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0041-libtool-avoid-libdir.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0043-cpp.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0044-gengtypes.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0046-libatomic-deptracking.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0047-repomembug.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0049-Enable-SPE-AltiVec-generation-on-powepc-linux-target.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0050-Revert-Use-dbx_reg_number-for-spanning-registers.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0051-eabispe.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0052-Add-target-hook-to-override-DWARF2-frame-register-si.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0053-gcc-fix-segfault-from-calling-free-on-non-malloc-d-a.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0054-gcc-Makefile.in-fix-parallel-building-failure.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0055-dwarf-reg-processing-helper.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0056-define-default-cfa-register-mapping.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0057-aarch64-config.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0058-gcc-r212171.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0059-gcc-PR-rtl-optimization-63348.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0060-Only-allow-e500-double-in-SPE_SIMD_REGNO_P-registers.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0061-target-gcc-includedir.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0062-Use-SYSTEMLIBS_DIR-replacement-instead-of-hardcoding.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0063-nativesdk-gcc-support.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0064-handle-target-sysroot-multilib.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0065-gcc-483-universal-initializer-no-warning.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0066-cxxflags-for-build.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0067-fix-arm-thumb.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0067-gcc-musl-support.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0068-musl-dynamic-linker.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0069-musl-no-fixincludes.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0070-libstdc-musl.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0071-Ignore-fdebug-prefix-map-in-producer-string-by-Danie.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0072-support-ffile-prefix-map.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0073-Reuse-fdebug-prefix-map-to-replace-ffile-prefix-map.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0074-fdebug-prefix-map-support-to-remap-relative-path.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0075-libgcc-use-ldflags.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-4.9/0076-remove-prototypes-cfns.patch
 delete mode 100644 meta/recipes-devtools/gcc/gcc-cross-canadian_4.9.bb
 delete mode 100644 meta/recipes-devtools/gcc/gcc-cross-initial_4.9.bb
 delete mode 100644 meta/recipes-devtools/gcc/gcc-cross_4.9.bb
 delete mode 100644 meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.9.bb
 delete mode 100644 meta/recipes-devtools/gcc/gcc-crosssdk_4.9.bb
 delete mode 100644 meta/recipes-devtools/gcc/gcc-runtime_4.9.bb
 delete mode 100644 meta/recipes-devtools/gcc/gcc-sanitizers_4.9.bb
 delete mode 100644 meta/recipes-devtools/gcc/gcc-source_4.9.bb
 delete mode 100644 meta/recipes-devtools/gcc/gcc_4.9.bb
 delete mode 100644 meta/recipes-devtools/gcc/libgcc-initial_4.9.bb
 delete mode 100644 meta/recipes-devtools/gcc/libgcc_4.9.bb
 delete mode 100644 meta/recipes-devtools/gcc/libgfortran_4.9.bb
 delete mode 100644 meta/recipes-devtools/pseudo/pseudo_1.6.7.bb
 create mode 100644 meta/recipes-extended/libidn/libidn/0001-idn-fix-printf-format-security-warnings.patch
 create mode 100644 meta/recipes-kernel/libpfm/files/fix-misleading-indentation-error.patch

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


More information about the Openembedded-commits mailing list