[oe-commits] [openembedded-core] branch master-next updated (bf93a41 -> fd86a80)

git at git.openembedded.org git at git.openembedded.org
Mon Jul 25 08:58:27 UTC 2016


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

      from  bf93a41   linux-yocto-dev: Ensure we don't reparse the recipe when its not being used (take 2)
       new  80c5d0f   git: 2.8.4 -> 2.9.2
       new  4458728   guile: 2.0.11 -> 2.0.12
       new  f2d8624   gnu-efi: 3.0.3 -> 3.0.4
       new  84ec3c1   slang: 2.2.4 -> 2.3.0
       new  6d4de57   gettext: 0.19.6 -> 0.19.8.1
       new  c241922   gettext-minimal-native: 0.19.4 -> 0.19.8.1
       new  ec86422   ccache: 3.2.4 -> 3.2.5
       new  6d107e1   weston-init: Fix weston-start to allow weston args without openvt args
       new  615aa96   weston-init: Fix weston-start to handle 0 or 1 args
       new  e81ee3a   weston-init: De-couple framebuffer console from Weston for systemd startup
       new  4532192   quota: make compile pass when disable rpc
       new  ca779f5   webkitgtk: Switch the ARMv7 build to Thumb2 and enable back the JSC JIT.
       new  1cb7a7e   systemd_boot: Enable module to test systemd bootloader
       new  f17ebdc   uclibc: remove
       new  656479d   classes/populate_sdk_ext: show progress when preparing build system
       new  145eefc   libsndfile1: 1.0.26 -> 1.0.27
       new  7de8a80   pulseaudio: 8.0 -> 9.0
       new  d93f73b   pulseaudio: fix floating dependency on webrtc-audio-processing
       new  9edbb00   avahi: fix resource temporarily unavailable issue
       new  df82b22   LSB: 4.1.0 -> 5.0
       new  2c9bcb0   piglit: Add build fix patch
       new  307c6e9   package_deb.bbclass: fix Python 3 error
       new  a04e8f8   rpm: make --nosignature work
       new  45da748   build-compare: remove space at head
       new  e574a8d   build-compare: make pkg-diff.sh 75% faster
       new  b38d1b9   build-compare: fix checking for named pipe and others
       new  b639e88   build-compare: improve deb and ipk checking
       new  6c2f00a   package_deb.bbclass/package_ipk.bbclass: sort RPROVIDES
       new  95ab0e6   packagefeed-stability: add class to help reduce package feed churn
       new  7709e8d   packagefeed-stability.bbclass: minor fixes
       new  d5e3003   packagefeed-stability.bbclass: copy all packages of a recipe
       new  f269e84   openssh: conditional compile DES code.
       new  ba87030   python-smartpm: add support to check signatures
       new  69c4bbc   lib/oe/gpg_sign: fix output in error paths
       new  8fe55ae   insane: only check ${S} exists if we had sources to fetch
       new  697743c   webkitgtk: Do not use gold with clang
       new  dc955cf   gcc: Fix libgcc unresolved symbols with PIE on musl
       new  aeb9230   lib/oe/path: Fix tar invocation with --no-recursion
       new  9c3b0c4   musl: don't compile in mips16e mode
       new  7aec5a3   kernel-uimage.bbclass: indeed update var KERNEL_IMAGETYPE_FOR_MAKE
       new  5336b88   kernel.bbclass: explicitly set workdir in do_bundle_initramfs
       new  5e874a5   sysprof: fix floating dependency on polkit
       new  68d8b84   gcc: Don't use vectorized builtins when Neon is not there
       new  cbe8605   net-tools: lib/inet6.c:INET6_rresolve() - various fixes
       new  c1aaa90   dhcp: remove dhclient-script bash dependency
       new  f27c37b   bluez5: upgrade to 5.41
       new  90ac844   harfbuzz: upgrade to 1.3.0
       new  2e984d8   kdump: don't set default values for KDUMP_CMDLINE and KDUMP_KIMAGE
       new  dfeb041   oeqa/selftest/signing: use a temporary directory for GPG home
       new  6b6fff4   oeqa/selftest/signing: check that we have GPG in setup
       new  ce3c143   classes/populate_sdk_ext: set default for SDK_INCLUDE_PKGDATA
       new  1181b5e   meta-extsdk-toolchain: add meta-recipe to install toolchain into eSDK
       new  4895f45   classes/populate_sdk_ext: allow including toolchain in eSDK on install
       new  3446170   scripts: add oe-check-sstate script
       new  15fb616   classes/populate_sdk_ext: filter sstate within the extensible SDK
       new  f26a9d7   classes/populate_sdk_ext: add gdb to full extensible SDK
       new  16a8e38   classes/buildhistory: add additional variables for eSDK
       new  1780507   classes/buildhistory: ensure eSDK sstate lists sorted secondarily by name
       new  cb686d8   lib/oe/recipeutils: fix patch_recipe*() with empty input
       new  fd86a80   recipetool: record unknown license files

The 60 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-yocto-bsp/lib/oeqa/selftest/systemd_boot.py   |  56 +++
 meta/classes/buildhistory.bbclass                  |   6 +-
 meta/classes/insane.bbclass                        |   5 +-
 meta/classes/kernel-uimage.bbclass                 |   3 +-
 meta/classes/kernel.bbclass                        |   1 +
 meta/classes/package_deb.bbclass                   |   6 +-
 meta/classes/package_ipk.bbclass                   |   2 +
 meta/classes/packagefeed-stability.bbclass         | 239 +++++++++++
 meta/classes/populate_sdk_ext.bbclass              |  94 +++-
 meta/classes/sstate.bbclass                        |   3 +
 meta/conf/distro/include/security_flags.inc        |   1 +
 meta/conf/distro/include/tclibc-uclibc.inc         |  28 --
 meta/files/ext-sdk-prepare.py                      |  67 +--
 meta/lib/oe/copy_buildsystem.py                    |  27 +-
 meta/lib/oe/gpg_sign.py                            |   5 +-
 meta/lib/oe/path.py                                |   2 +-
 meta/lib/oe/recipeutils.py                         |   2 +-
 meta/lib/oeqa/selftest/signing.py                  |  34 +-
 .../aarch64-initplat.c-fix-const-qualifier.patch   |  35 ++
 .../gnu-efi-Make-setjmp.S-portable-to-ARM.patch    |  50 ---
 .../gnu-efi/{gnu-efi_3.0.3.bb => gnu-efi_3.0.4.bb} |  27 +-
 meta/recipes-connectivity/avahi/avahi_0.6.32.bb    |   2 +
 .../files/avahi-fix-resource-unavaiable.patch      |  30 ++
 .../bluez5/{bluez5_5.40.bb => bluez5_5.41.bb}      |   4 +-
 meta/recipes-connectivity/dhcp/dhcp.inc            |   1 -
 .../remove-dhclient-script-bash-dependency.patch   |  55 +++
 meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb       |   1 +
 ...h-7.1p1-conditional-compile-des-in-cipher.patch | 116 +++++
 ...h-7.1p1-conditional-compile-des-in-pkcs11.patch |  70 +++
 meta/recipes-connectivity/openssh/openssh_7.2p2.bb |   2 +
 .../add-with-bisonlocaledir.patch                  |   0
 .../parallel.patch                                 |   0
 .../gettext/gettext-minimal-0.19.4/aclocal.tgz     | Bin 39744 -> 0 bytes
 ...-PATCH-Disable-the-test-to-convert-euc-jp.patch |   0
 .../COPYING                                        |   2 +-
 .../Makefile.in.in                                 |  44 +-
 .../gettext/gettext-minimal-0.19.8.1/aclocal.tgz   | Bin 0 -> 40014 bytes
 .../config.rpath                                   |   2 +-
 .../remove-potcdate.sin                            |   0
 ....19.4.bb => gettext-minimal-native_0.19.8.1.bb} |   3 +-
 .../{gettext_0.19.6.bb => gettext_0.19.8.1.bb}     |   9 +-
 meta/recipes-core/meta/meta-extsdk-toolchain.bb    |  28 ++
 meta/recipes-core/musl/musl.inc                    |   3 +
 meta/recipes-core/uclibc/site_config/funcs         | 474 ---------------------
 meta/recipes-core/uclibc/site_config/headers       | 156 -------
 meta/recipes-core/uclibc/site_config/types         |  21 -
 meta/recipes-core/uclibc/uclibc-config.inc         | 142 ------
 meta/recipes-core/uclibc/uclibc-git.inc            |  18 -
 .../0001-Disable-lrount_tes-function.patch         |  37 --
 .../0001-Provide-an-alias-to-_obstack_free.patch   |  44 --
 meta/recipes-core/uclibc/uclibc-git/locale.cfg     |   3 -
 meta/recipes-core/uclibc/uclibc-git/obstack.cfg    |   1 -
 meta/recipes-core/uclibc/uclibc-git/uClibc.distro  | 195 ---------
 meta/recipes-core/uclibc/uclibc-git/uClibc.machine |  14 -
 meta/recipes-core/uclibc/uclibc-initial_git.bb     |  36 --
 meta/recipes-core/uclibc/uclibc-package.inc        |  36 --
 meta/recipes-core/uclibc/uclibc.inc                | 159 -------
 meta/recipes-core/uclibc/uclibc_git.bb             |  22 -
 .../build-compare/build-compare_git.bb             |   6 +
 ...001-Add-support-for-deb-and-ipk-packaging.patch |   4 +-
 ...functions.sh-improve-deb-and-ipk-checking.patch | 117 +++++
 .../files/functions.sh-remove-space-at-head.patch  |  41 ++
 ...nctions.sh-run-rpm-once-to-make-it-faster.patch | 361 ++++++++++++++++
 .../pkg-diff.sh-check-for-fifo-named-pipe.patch    |  35 ++
 ...-check_single_file-return-at-once-when-sa.patch |  37 ++
 ...diff.sh-remove-space-in-the-end-for-ftype.patch |  32 ++
 meta/recipes-devtools/ccache/ccache_3.2.4.bb       |  10 -
 meta/recipes-devtools/ccache/ccache_3.2.5.bb       |  11 +
 ...te-man-page-in-the-make-install-from-git-.patch |  33 ++
 meta/recipes-devtools/gcc/gcc-6.1.inc              |   2 +
 ...e-alias-for-__cpu_indicator_init-instead-.patch |  85 ++++
 ...et-71056-Don-t-use-vectorized-builtins-wh.patch |  92 ++++
 meta/recipes-devtools/git/git_2.9.2.bb             |  11 +
 ...guile-Check-for-strtol_l-during-configure.patch |  56 ---
 ...002-Recognize-nios2-as-compilation-target.patch |  20 +-
 ...guile-VM-ASM_MUL-for-ARM-Add-earlyclobber.patch |  43 --
 .../guile/files/remove_strcase_l_funcs.patch       |  38 --
 .../guile/{guile_2.0.11.bb => guile_2.0.12.bb}     |  11 +-
 .../python/python-smartpm/smartpm-rpm5-nodig.patch |  59 ---
 .../smartpm-rpm5-support-check-signatures.patch    | 112 +++++
 meta/recipes-devtools/python/python-smartpm_git.bb |   2 +-
 ...0001-system.h-query.c-support-nosignature.patch |  64 +++
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |   1 +
 meta/recipes-extended/lsb/lsbtest/LSB_Test.sh      |   3 +-
 meta/recipes-extended/lsb/lsbtest/packages_list    |  57 ++-
 meta/recipes-extended/lsb/lsbtest/session          |   9 -
 ...-lib-inet6.c-INET6_rresolve-various-fixes.patch |  87 ++++
 .../net-tools/net-tools_1.60-26.bb                 |   1 +
 .../packagegroups/packagegroup-core-lsb.bb         |  11 -
 .../0001-Use-NGROUPS_MAX-instead-of-NGROUPS.patch  |  83 ++++
 ...ing-on-systems-that-do-not-have-rpc-heade.patch | 153 +++++++
 ...-rpc.rquotad-when-disable-rpc-was-request.patch |  62 +++
 ...0004-Fix-warnings-due-to-missing-stdlib.h.patch |  46 ++
 meta/recipes-extended/quota/quota/fcntl.patch      |  28 --
 meta/recipes-extended/quota/quota_4.03.bb          |   8 +-
 ...change-char-type-to-signed-char-in-macros.patch | 218 ----------
 .../slang/slang/fix-check-pcre.patch               |  30 +-
 meta/recipes-extended/slang/slang/rpathfix.patch   |  18 +-
 .../slang-fix-the-iconv-existence-checking.patch   |  31 +-
 .../sprintf-bug-concerning-8-bit-characters.patch  |  42 --
 .../slang/{slang_2.2.4.bb => slang_2.3.0.bb}       |   9 +-
 .../{harfbuzz_1.2.7.bb => harfbuzz_1.3.0.bb}       |   4 +-
 ...0001-cmake-Link-utils-with-xcb-explicitly.patch |  54 +++
 meta/recipes-graphics/piglit/piglit_git.bb         |   1 +
 meta/recipes-graphics/wayland/weston-init/init     |   2 +-
 .../wayland/weston-init/weston-start               |  15 +-
 meta/recipes-kernel/kexec/kexec-tools/kdump        |  52 +--
 meta/recipes-kernel/kexec/kexec-tools/kdump.conf   |   6 +-
 ...igure-Add-option-to-enable-disable-polkit.patch |  41 ++
 meta/recipes-kernel/sysprof/sysprof_git.bb         |   8 +-
 ...libsndfile1_1.0.26.bb => libsndfile1_1.0.27.bb} |   4 +-
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |   1 +
 ...le-switch-on-port-available-Route-to-pref.patch | 268 ------------
 ...th-fail-if-user-requested-profile-doesn-.patch} |  30 +-
 .../0001-card-add-pa_card_profile.ports.patch      | 218 ----------
 ...-client-conf-Add-allow-autospawn-for-root.patch |  18 +-
 ...ard-don-t-allow-the-CARD_NEW-hook-to-fail.patch |  37 ++
 ...-move-profile-selection-after-pa_card_new.patch | 373 +++++++++-------
 ...rd-remove-pa_card_new_data.active_profile.patch |  72 ++++
 ...ailability-for-some-unavailable-profiles.patch} |  38 +-
 .../{pulseaudio_8.0.bb => pulseaudio_9.0.bb}       |  14 +-
 meta/recipes-sato/webkit/webkitgtk_2.12.3.bb       |  17 +-
 scripts/gen-lockedsig-cache                        |  16 +-
 scripts/lib/recipetool/create.py                   |  10 +
 scripts/oe-check-sstate                            | 121 ++++++
 125 files changed, 3124 insertions(+), 2898 deletions(-)
 create mode 100644 meta-yocto-bsp/lib/oeqa/selftest/systemd_boot.py
 create mode 100644 meta/classes/packagefeed-stability.bbclass
 delete mode 100644 meta/conf/distro/include/tclibc-uclibc.inc
 create mode 100644 meta/recipes-bsp/gnu-efi/gnu-efi/aarch64-initplat.c-fix-const-qualifier.patch
 delete mode 100644 meta/recipes-bsp/gnu-efi/gnu-efi/gnu-efi-Make-setjmp.S-portable-to-ARM.patch
 rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.3.bb => gnu-efi_3.0.4.bb} (59%)
 create mode 100644 meta/recipes-connectivity/avahi/files/avahi-fix-resource-unavaiable.patch
 rename meta/recipes-connectivity/bluez5/{bluez5_5.40.bb => bluez5_5.41.bb} (89%)
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/remove-dhclient-script-bash-dependency.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/openssh-7.1p1-conditional-compile-des-in-cipher.patch
 create mode 100644 meta/recipes-connectivity/openssh/openssh/openssh-7.1p1-conditional-compile-des-in-pkcs11.patch
 rename meta/recipes-core/gettext/{gettext-0.19.6 => gettext-0.19.8.1}/add-with-bisonlocaledir.patch (100%)
 rename meta/recipes-core/gettext/{gettext-0.19.6 => gettext-0.19.8.1}/parallel.patch (100%)
 delete mode 100644 meta/recipes-core/gettext/gettext-minimal-0.19.4/aclocal.tgz
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.4 => gettext-minimal-0.19.8.1}/0001-PATCH-Disable-the-test-to-convert-euc-jp.patch (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.4 => gettext-minimal-0.19.8.1}/COPYING (76%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.4 => gettext-minimal-0.19.8.1}/Makefile.in.in (91%)
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.19.8.1/aclocal.tgz
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.4 => gettext-minimal-0.19.8.1}/config.rpath (99%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.4 => gettext-minimal-0.19.8.1}/remove-potcdate.sin (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-native_0.19.4.bb => gettext-minimal-native_0.19.8.1.bb} (93%)
 rename meta/recipes-core/gettext/{gettext_0.19.6.bb => gettext_0.19.8.1.bb} (93%)
 create mode 100644 meta/recipes-core/meta/meta-extsdk-toolchain.bb
 delete mode 100644 meta/recipes-core/uclibc/site_config/funcs
 delete mode 100644 meta/recipes-core/uclibc/site_config/headers
 delete mode 100644 meta/recipes-core/uclibc/site_config/types
 delete mode 100644 meta/recipes-core/uclibc/uclibc-config.inc
 delete mode 100644 meta/recipes-core/uclibc/uclibc-git.inc
 delete mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-Disable-lrount_tes-function.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-git/0001-Provide-an-alias-to-_obstack_free.patch
 delete mode 100644 meta/recipes-core/uclibc/uclibc-git/locale.cfg
 delete mode 100644 meta/recipes-core/uclibc/uclibc-git/obstack.cfg
 delete mode 100644 meta/recipes-core/uclibc/uclibc-git/uClibc.distro
 delete mode 100644 meta/recipes-core/uclibc/uclibc-git/uClibc.machine
 delete mode 100644 meta/recipes-core/uclibc/uclibc-initial_git.bb
 delete mode 100644 meta/recipes-core/uclibc/uclibc-package.inc
 delete mode 100644 meta/recipes-core/uclibc/uclibc.inc
 delete mode 100644 meta/recipes-core/uclibc/uclibc_git.bb
 create mode 100644 meta/recipes-devtools/build-compare/files/functions.sh-improve-deb-and-ipk-checking.patch
 create mode 100644 meta/recipes-devtools/build-compare/files/functions.sh-remove-space-at-head.patch
 create mode 100644 meta/recipes-devtools/build-compare/files/functions.sh-run-rpm-once-to-make-it-faster.patch
 create mode 100644 meta/recipes-devtools/build-compare/files/pkg-diff.sh-check-for-fifo-named-pipe.patch
 create mode 100644 meta/recipes-devtools/build-compare/files/pkg-diff.sh-check_single_file-return-at-once-when-sa.patch
 create mode 100644 meta/recipes-devtools/build-compare/files/pkg-diff.sh-remove-space-in-the-end-for-ftype.patch
 delete mode 100644 meta/recipes-devtools/ccache/ccache_3.2.4.bb
 create mode 100644 meta/recipes-devtools/ccache/ccache_3.2.5.bb
 create mode 100644 meta/recipes-devtools/ccache/files/Revert-Create-man-page-in-the-make-install-from-git-.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.1/0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.1/0048-ARM-PR-target-71056-Don-t-use-vectorized-builtins-wh.patch
 create mode 100644 meta/recipes-devtools/git/git_2.9.2.bb
 delete mode 100644 meta/recipes-devtools/guile/files/0001-libguile-Check-for-strtol_l-during-configure.patch
 delete mode 100644 meta/recipes-devtools/guile/files/libguile-VM-ASM_MUL-for-ARM-Add-earlyclobber.patch
 delete mode 100644 meta/recipes-devtools/guile/files/remove_strcase_l_funcs.patch
 rename meta/recipes-devtools/guile/{guile_2.0.11.bb => guile_2.0.12.bb} (91%)
 delete mode 100644 meta/recipes-devtools/python/python-smartpm/smartpm-rpm5-nodig.patch
 create mode 100644 meta/recipes-devtools/python/python-smartpm/smartpm-rpm5-support-check-signatures.patch
 create mode 100644 meta/recipes-devtools/rpm/rpm/0001-system.h-query.c-support-nosignature.patch
 create mode 100644 meta/recipes-extended/net-tools/net-tools/0001-lib-inet6.c-INET6_rresolve-various-fixes.patch
 create mode 100644 meta/recipes-extended/quota/quota/0001-Use-NGROUPS_MAX-instead-of-NGROUPS.patch
 create mode 100644 meta/recipes-extended/quota/quota/0002-Allow-building-on-systems-that-do-not-have-rpc-heade.patch
 create mode 100644 meta/recipes-extended/quota/quota/0003-Don-t-build-rpc.rquotad-when-disable-rpc-was-request.patch
 create mode 100644 meta/recipes-extended/quota/quota/0004-Fix-warnings-due-to-missing-stdlib.h.patch
 delete mode 100644 meta/recipes-extended/slang/slang/change-char-type-to-signed-char-in-macros.patch
 delete mode 100644 meta/recipes-extended/slang/slang/sprintf-bug-concerning-8-bit-characters.patch
 rename meta/recipes-extended/slang/{slang_2.2.4.bb => slang_2.3.0.bb} (82%)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.2.7.bb => harfbuzz_1.3.0.bb} (88%)
 create mode 100644 meta/recipes-graphics/piglit/piglit/0001-cmake-Link-utils-with-xcb-explicitly.patch
 create mode 100644 meta/recipes-kernel/sysprof/files/0001-configure-Add-option-to-enable-disable-polkit.patch
 rename meta/recipes-multimedia/libsndfile/{libsndfile1_1.0.26.bb => libsndfile1_1.0.27.bb} (83%)
 delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-Revert-module-switch-on-port-available-Route-to-pref.patch
 rename meta/recipes-multimedia/pulseaudio/pulseaudio/{0002-alsa-bluetooth-fail-if-user-requested-profile-doesn-.patch => 0001-alsa-bluetooth-fail-if-user-requested-profile-doesn-.patch} (69%)
 delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-card-add-pa_card_profile.ports.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0002-card-don-t-allow-the-CARD_NEW-hook-to-fail.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0004-card-remove-pa_card_new_data.active_profile.patch
 rename meta/recipes-multimedia/pulseaudio/pulseaudio/{0004-alsa-set-availability-for-some-unavailable-profiles.patch => 0005-alsa-set-availability-for-some-unavailable-profiles.patch} (74%)
 rename meta/recipes-multimedia/pulseaudio/{pulseaudio_8.0.bb => pulseaudio_9.0.bb} (54%)
 create mode 100755 scripts/oe-check-sstate

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


More information about the Openembedded-commits mailing list