[OE-core] [PATCH 00/35] Consolidated pull

Burton, Ross ross.burton at intel.com
Sun Nov 2 21:12:33 UTC 2014


Hi,

A consolidated pull for master.  Clean green builds on the autobuilder,
apart from the usual intermittent systemd failure in the sanity tests.

Ross

The following changes since commit f19b4e995ea47f9243f152b39337330307453c9f:
  bitbake: bitbake: clarify startup message (2014-10-30 13:39:52 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ross/mut

for you to fetch changes up to 24b5903eeb440a385028ab0f1f19db2b1b908254:

  rootfs.py: tweak inner warn message catching (2014-10-31 10:18:16 +0000)

----------------------------------------------------------------
Andreas Müller (1):
      gdb-cross: build with python support

Armin Kuster (2):
      tzcode: update to 2014i
      tzdata: update to 2014i

Bogdan Purcareata (1):
      shadow: enable support for subordinate IDs

Chen Qi (1):
      bind: fix to use correct environment file in service file

Chong Lu (4):
      xinetd: add systemd unit file
      kmod: fix debuginfo is missing in shared library
      curl: Security Advisory - curl - CVE-2014-3613
      docbook-xsl-stylesheets: add perl to RDEPENDS

Gary Thomas (1):
      python-pygtk: Restore pkg-config file

Hongxu Jia (7):
      classes/image: remove obsolete MULTILIB_VENDORS
      multilib.bbclass: fix incorrect TARGET_VENDOR in multilib image
      opkg: fix remove pkg with --force-removal-of-dependent-packages failed
      multilib.bbclass/package_manager.py: fix <multilib>-meta-toolchain
build failure
      man-pages/shadow: resolve man pages confliction
      python-smartpm: report warn rather than error during install with
--attempt
      rootfs.py: tweak inner warn message catching

Jackie Huang (1):
      license.bbclass: canonicalise the licenses named with 'X+'

Johan Hovold (1):
      udev: fix uevent-helper disable

Kai Kang (2):
      beecrypt: add option --with-dev-dsp
      python-2.7.3:remove BOM insertion code

Martin Hundebøll (1):
      scripts: use '/usr/bin/env' in shebangs with python

Martin Jansa (1):
      systemd: don't move libgudev around, it breaks libgudev-1.0.la

Ming Liu (1):
      pciutils: Fix multilib header conflict - pci/config.h

Pascal Bach (1):
      image_types.bbclass: Make ubi depend on ubifs

Paul Barker (2):
      mc: Update patch status
      package_manager: Fix BAD_RECOMMENDATIONS for opkg

Ross Burton (1):
      systemd: don't add files and dependencies from units Conflicts

Roy Li (1):
      python3: do not replace ccache in the middle of a path

Roy.Li (1):
      iproute2: backport a patch to make adding vxlan link success

Shan Hai (1):
      ldconfig-native: fix a endian-ness bug

Yuanjie Huang (1):
      mtd-utils: Fix alignment trap triggered by NEON instructions

Yue Tao (2):
      subversion: Security Advisory - subversion - CVE-2014-3522
      subversion: Security Advisory - subversion - CVE-2014-3528

yadi.hu at windriver.com (1):
      BusyBox: Fixing broadcast address is not fed and rightly initialized

 bitbake/lib/progressbar.py                         |   2 +-
 meta/classes/image.bbclass                         |  11 -
 meta/classes/image_types.bbclass                   |   2 +
 meta/classes/license.bbclass                       |  11 +-
 meta/classes/multilib.bbclass                      |   4 +
 meta/classes/systemd.bbclass                       |   5 +-
 meta/lib/oe/package_manager.py                     |   7 +
 meta/lib/oe/rootfs.py                              |   2 +-
 meta/recipes-bsp/pciutils/pciutils_3.2.1.bb        |   4 +
 meta/recipes-connectivity/bind/bind/named.service  |   2 +-
 ...p-link-Remove-unnecessary-device-checking.patch |  35 ++
 .../iproute2/iproute2_3.16.0.bb                    |   1 +
 meta/recipes-core/busybox/files/simple.script      |   4 +-
 .../endian-ness_handling_fix.patch                 |  47 +++
 meta/recipes-core/glibc/ldconfig-native_2.12.1.bb  |   1 +
 meta/recipes-core/systemd/systemd_216.bb           |   9 +-
 meta/recipes-core/udev/udev/init                   |   2 +-
 .../docbook-xml/docbook-xsl-stylesheets_1.78.1.bb  |   2 +
 meta/recipes-devtools/gdb/gdb-cross.inc            |  13 +-
 .../mtd/mtd-utils/fix-armv7-neon-alignment.patch   |  44 ++
 meta/recipes-devtools/mtd/mtd-utils_git.bb         |   1 +
 ...g_remove.c-avoid-remove-pkg-repeatly-with.patch |  39 ++
 meta/recipes-devtools/opkg/opkg_0.2.2.bb           |   1 +
 .../python/python-pygtk/fix-pygtk-2.0.pc.patch     |  13 +
 .../recipes-devtools/python/python-pygtk_2.24.0.bb |   2 +-
 .../python/python-smartpm/smart-attempt.patch      |  27 +-
 .../python/python/remove-BOM-insection-code.patch  |  24 ++
 meta/recipes-devtools/python/python3_3.3.3.bb      |   2 +-
 meta/recipes-devtools/python/python_2.7.3.bb       |   1 +
 .../subversion-CVE-2014-3522.patch                 | 444
+++++++++++++++++++++
 .../subversion/subversion-CVE-2014-3522.patch      | 439
++++++++++++++++++++
 .../subversion/subversion-CVE-2014-3528.patch      |  29 ++
 .../subversion/subversion_1.6.15.bb                |   5 +-
 .../subversion/subversion_1.8.9.bb                 |   2 +
 meta/recipes-extended/man-pages/man-pages_3.71.bb  |   7 +
 meta/recipes-extended/mc/mc/mc-CTRL.patch          |   2 +-
 ..._of_uid_t_and_gid_t_using_AC_CHECK_SIZEOF.patch |  41 ++
 meta/recipes-extended/shadow/shadow.inc            |   7 +-
 .../recipes-extended/tzcode/tzcode-native_2014h.bb |  11 -
 .../recipes-extended/tzcode/tzcode-native_2014i.bb |  10 +
 meta/recipes-extended/tzdata/tzdata_2014h.bb       |   6 -
 meta/recipes-extended/tzdata/tzdata_2014i.bb       |   6 +
 meta/recipes-extended/xinetd/xinetd/xinetd.service |  13 +
 meta/recipes-extended/xinetd/xinetd_2.3.15.bb      |  12 +-
 meta/recipes-kernel/kmod/kmod/run-ptest            |   2 +
 meta/recipes-kernel/kmod/kmod_git.bb               |   9 +-
 .../beecrypt/beecrypt/add-option-dev-dsp.patch     |  34 ++
 meta/recipes-support/beecrypt/beecrypt_4.2.1.bb    |   1 +
 meta/recipes-support/curl/curl/CVE-2014-3613.patch | 269 +++++++++++++
 meta/recipes-support/curl/curl_7.37.1.bb           |   1 +
 scripts/lib/wic/conf.py                            |   2 +-
 scripts/lib/wic/creator.py                         |   2 +-
 scripts/lib/wic/imager/baseimager.py               |   2 +-
 scripts/lib/wic/kickstart/__init__.py              |   2 +-
 .../lib/wic/kickstart/custom_commands/micboot.py   |   2 +-
 .../wic/kickstart/custom_commands/micpartition.py  |   2 +-
 scripts/lib/wic/msger.py                           |   2 +-
 scripts/lib/wic/plugin.py                          |   2 +-
 scripts/lib/wic/pluginbase.py                      |   2 +-
 scripts/lib/wic/utils/errors.py                    |   2 +-
 scripts/lib/wic/utils/fs_related.py                |   2 +-
 scripts/lib/wic/utils/misc.py                      |   2 +-
 scripts/lib/wic/utils/partitionedfs.py             |   2 +-
 scripts/lib/wic/utils/runner.py                    |   2 +-
 scripts/pybootchartgui/pybootchartgui.py           |   2 +-
 65 files changed, 1627 insertions(+), 71 deletions(-)
 create mode 100644
meta/recipes-connectivity/iproute2/iproute2/0001-ip-link-Remove-unnecessary-device-checking.patch
 create mode 100644
meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling_fix.patch
 create mode 100644
meta/recipes-devtools/mtd/mtd-utils/fix-armv7-neon-alignment.patch
 create mode 100644
meta/recipes-devtools/opkg/opkg/libopkg-opkg_remove.c-avoid-remove-pkg-repeatly-with.patch
 create mode 100644
meta/recipes-devtools/python/python-pygtk/fix-pygtk-2.0.pc.patch
 create mode 100644
meta/recipes-devtools/python/python/remove-BOM-insection-code.patch
 create mode 100644
meta/recipes-devtools/subversion/subversion-1.8.9/subversion-CVE-2014-3522.patch
 create mode 100644
meta/recipes-devtools/subversion/subversion/subversion-CVE-2014-3522.patch
 create mode 100644
meta/recipes-devtools/subversion/subversion/subversion-CVE-2014-3528.patch
 create mode 100644
meta/recipes-extended/shadow/files/check_size_of_uid_t_and_gid_t_using_AC_CHECK_SIZEOF.patch
 delete mode 100644 meta/recipes-extended/tzcode/tzcode-native_2014h.bb
 create mode 100644 meta/recipes-extended/tzcode/tzcode-native_2014i.bb
 delete mode 100644 meta/recipes-extended/tzdata/tzdata_2014h.bb
 create mode 100644 meta/recipes-extended/tzdata/tzdata_2014i.bb
 create mode 100644 meta/recipes-extended/xinetd/xinetd/xinetd.service
 create mode 100644
meta/recipes-support/beecrypt/beecrypt/add-option-dev-dsp.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2014-3613.patch

Andreas Müller (1):
  gdb-cross: build with python support

Armin Kuster (2):
  tzcode: update to 2014i
  tzdata: update to 2014i

Bogdan Purcareata (1):
  shadow: enable support for subordinate IDs

Chen Qi (1):
  bind: fix to use correct environment file in service file

Chong Lu (4):
  xinetd: add systemd unit file
  kmod: fix debuginfo is missing in shared library
  curl: Security Advisory - curl - CVE-2014-3613
  docbook-xsl-stylesheets: add perl to RDEPENDS

Gary Thomas (1):
  python-pygtk: Restore pkg-config file

Hongxu Jia (7):
  classes/image: remove obsolete MULTILIB_VENDORS
  multilib.bbclass: fix incorrect TARGET_VENDOR in multilib image
  opkg: fix remove pkg with --force-removal-of-dependent-packages failed
  multilib.bbclass/package_manager.py: fix <multilib>-meta-toolchain
    build failure
  man-pages/shadow: resolve man pages confliction
  python-smartpm: report warn rather than error during install with
    --attempt
  rootfs.py: tweak inner warn message catching

Jackie Huang (1):
  license.bbclass: canonicalise the licenses named with 'X+'

Johan Hovold (1):
  udev: fix uevent-helper disable

Kai Kang (2):
  beecrypt: add option --with-dev-dsp
  python-2.7.3:remove BOM insertion code

Martin Hundebøll (1):
  scripts: use '/usr/bin/env' in shebangs with python

Martin Jansa (1):
  systemd: don't move libgudev around, it breaks libgudev-1.0.la

Ming Liu (1):
  pciutils: Fix multilib header conflict - pci/config.h

Pascal Bach (1):
  image_types.bbclass: Make ubi depend on ubifs

Paul Barker (2):
  mc: Update patch status
  package_manager: Fix BAD_RECOMMENDATIONS for opkg

Ross Burton (1):
  systemd: don't add files and dependencies from units Conflicts

Roy Li (1):
  python3: do not replace ccache in the middle of a path

Roy.Li (1):
  iproute2: backport a patch to make adding vxlan link success

Shan Hai (1):
  ldconfig-native: fix a endian-ness bug

Yuanjie Huang (1):
  mtd-utils: Fix alignment trap triggered by NEON instructions

Yue Tao (2):
  subversion: Security Advisory - subversion - CVE-2014-3522
  subversion: Security Advisory - subversion - CVE-2014-3528

yadi.hu at windriver.com (1):
  BusyBox: Fixing broadcast address is not fed and rightly initialized

 bitbake/lib/progressbar.py                         |   2 +-
 meta/classes/image.bbclass                         |  11 -
 meta/classes/image_types.bbclass                   |   2 +
 meta/classes/license.bbclass                       |  11 +-
 meta/classes/multilib.bbclass                      |   4 +
 meta/classes/systemd.bbclass                       |   5 +-
 meta/lib/oe/package_manager.py                     |   7 +
 meta/lib/oe/rootfs.py                              |   2 +-
 meta/recipes-bsp/pciutils/pciutils_3.2.1.bb        |   4 +
 meta/recipes-connectivity/bind/bind/named.service  |   2 +-
 ...p-link-Remove-unnecessary-device-checking.patch |  35 ++
 .../iproute2/iproute2_3.16.0.bb                    |   1 +
 meta/recipes-core/busybox/files/simple.script      |   4 +-
 .../endian-ness_handling_fix.patch                 |  47 +++
 meta/recipes-core/glibc/ldconfig-native_2.12.1.bb  |   1 +
 meta/recipes-core/systemd/systemd_216.bb           |   9 +-
 meta/recipes-core/udev/udev/init                   |   2 +-
 .../docbook-xml/docbook-xsl-stylesheets_1.78.1.bb  |   2 +
 meta/recipes-devtools/gdb/gdb-cross.inc            |  13 +-
 .../mtd/mtd-utils/fix-armv7-neon-alignment.patch   |  44 ++
 meta/recipes-devtools/mtd/mtd-utils_git.bb         |   1 +
 ...g_remove.c-avoid-remove-pkg-repeatly-with.patch |  39 ++
 meta/recipes-devtools/opkg/opkg_0.2.2.bb           |   1 +
 .../python/python-pygtk/fix-pygtk-2.0.pc.patch     |  13 +
 .../recipes-devtools/python/python-pygtk_2.24.0.bb |   2 +-
 .../python/python-smartpm/smart-attempt.patch      |  27 +-
 .../python/python/remove-BOM-insection-code.patch  |  24 ++
 meta/recipes-devtools/python/python3_3.3.3.bb      |   2 +-
 meta/recipes-devtools/python/python_2.7.3.bb       |   1 +
 .../subversion-CVE-2014-3522.patch                 | 444
+++++++++++++++++++++
 .../subversion/subversion-CVE-2014-3522.patch      | 439
++++++++++++++++++++
 .../subversion/subversion-CVE-2014-3528.patch      |  29 ++
 .../subversion/subversion_1.6.15.bb                |   5 +-
 .../subversion/subversion_1.8.9.bb                 |   2 +
 meta/recipes-extended/man-pages/man-pages_3.71.bb  |   7 +
 meta/recipes-extended/mc/mc/mc-CTRL.patch          |   2 +-
 ..._of_uid_t_and_gid_t_using_AC_CHECK_SIZEOF.patch |  41 ++
 meta/recipes-extended/shadow/shadow.inc            |   7 +-
 .../recipes-extended/tzcode/tzcode-native_2014h.bb |  11 -
 .../recipes-extended/tzcode/tzcode-native_2014i.bb |  10 +
 meta/recipes-extended/tzdata/tzdata_2014h.bb       |   6 -
 meta/recipes-extended/tzdata/tzdata_2014i.bb       |   6 +
 meta/recipes-extended/xinetd/xinetd/xinetd.service |  13 +
 meta/recipes-extended/xinetd/xinetd_2.3.15.bb      |  12 +-
 meta/recipes-kernel/kmod/kmod/run-ptest            |   2 +
 meta/recipes-kernel/kmod/kmod_git.bb               |   9 +-
 .../beecrypt/beecrypt/add-option-dev-dsp.patch     |  34 ++
 meta/recipes-support/beecrypt/beecrypt_4.2.1.bb    |   1 +
 meta/recipes-support/curl/curl/CVE-2014-3613.patch | 269 +++++++++++++
 meta/recipes-support/curl/curl_7.37.1.bb           |   1 +
 scripts/lib/wic/conf.py                            |   2 +-
 scripts/lib/wic/creator.py                         |   2 +-
 scripts/lib/wic/imager/baseimager.py               |   2 +-
 scripts/lib/wic/kickstart/__init__.py              |   2 +-
 .../lib/wic/kickstart/custom_commands/micboot.py   |   2 +-
 .../wic/kickstart/custom_commands/micpartition.py  |   2 +-
 scripts/lib/wic/msger.py                           |   2 +-
 scripts/lib/wic/plugin.py                          |   2 +-
 scripts/lib/wic/pluginbase.py                      |   2 +-
 scripts/lib/wic/utils/errors.py                    |   2 +-
 scripts/lib/wic/utils/fs_related.py                |   2 +-
 scripts/lib/wic/utils/misc.py                      |   2 +-
 scripts/lib/wic/utils/partitionedfs.py             |   2 +-
 scripts/lib/wic/utils/runner.py                    |   2 +-
 scripts/pybootchartgui/pybootchartgui.py           |   2 +-
 65 files changed, 1627 insertions(+), 71 deletions(-)
 create mode 100644
meta/recipes-connectivity/iproute2/iproute2/0001-ip-link-Remove-unnecessary-device-checking.patch
 create mode 100644
meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling_fix.patch
 create mode 100644
meta/recipes-devtools/mtd/mtd-utils/fix-armv7-neon-alignment.patch
 create mode 100644
meta/recipes-devtools/opkg/opkg/libopkg-opkg_remove.c-avoid-remove-pkg-repeatly-with.patch
 create mode 100644
meta/recipes-devtools/python/python-pygtk/fix-pygtk-2.0.pc.patch
 create mode 100644
meta/recipes-devtools/python/python/remove-BOM-insection-code.patch
 create mode 100644
meta/recipes-devtools/subversion/subversion-1.8.9/subversion-CVE-2014-3522.patch
 create mode 100644
meta/recipes-devtools/subversion/subversion/subversion-CVE-2014-3522.patch
 create mode 100644
meta/recipes-devtools/subversion/subversion/subversion-CVE-2014-3528.patch
 create mode 100644
meta/recipes-extended/shadow/files/check_size_of_uid_t_and_gid_t_using_AC_CHECK_SIZEOF.patch
 delete mode 100644 meta/recipes-extended/tzcode/tzcode-native_2014h.bb
 create mode 100644 meta/recipes-extended/tzcode/tzcode-native_2014i.bb
 delete mode 100644 meta/recipes-extended/tzdata/tzdata_2014h.bb
 create mode 100644 meta/recipes-extended/tzdata/tzdata_2014i.bb
 create mode 100644 meta/recipes-extended/xinetd/xinetd/xinetd.service
 create mode 100644
meta/recipes-support/beecrypt/beecrypt/add-option-dev-dsp.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2014-3613.patch

-- 
1.9.3 (Apple Git-50)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20141102/8e8bb3da/attachment-0002.html>


More information about the Openembedded-core mailing list