[oe-commits] [openembedded-core] branch master updated (9431698 -> afb40bf)

git at git.openembedded.org git at git.openembedded.org
Thu Jun 23 13:27:02 UTC 2016


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

      from  9431698   build-appliance-image: Update to master head revision
       new  bb5a43f   xcb-proto: use python3 instead of python2
       new  b940986   oeqa: fix hasPackage, add hasPackageMatch
       new  5665e28   package_manager.py: specify tmpdir for opkg
       new  1483951   autotools: ensure Makefile exists in do_compile
       new  eca3347   sysprof: fix pkgconfig packaging
       new  8b3d3ac   linux-firmware: add iwlwifi-8000C-19 version
       new  6589de7   expat: CVE-2016-0718
       new  6a326f2   gstreamer1.0-plugins-bad: Upgrade to 1.8.1
       new  6580c7b   packagegroups: use new gst-player package name
       new  cb6f780   openssh: fix init script restart with read-only-rootfs
       new  f88b51e   opkg: upgrade to v0.3.2
       new  ba04933   dbus/dbus-test: upgrade to 1.10.8
       new  df0d525   binutils: configure with --enable-deterministic-archives
       new  15eaf9c   bitbake.conf: don't set CCACHE_DIR to $HOME by default
       new  b3d7aae   security_flags.inc: add SECURITY_NO_PIE_CFLAGS to libgcc and gcc-sanitizers
       new  0bfbc3e   security_flags.inc: add python3-pycairo and libnewt-python to no-pie exception list
       new  e136525   mpg123: add a recipe from meta-oe
       new  7691d04   gstreamer1.0-plugins-ugly: disable mad, enable mpg123
       new  e689b7d   libmad: remove recipe
       new  0474412   qemu: Use Gtk+3, add configure patch to find vte
       new  5f3340e   tzcode: update to 2016e
       new  ddcf128   tzdata: update to 2016e
       new  ac99135   oeqa/targetbuild: fix folder name estimate logic
       new  7096f28   oeqa/targetbuild: add extra_cmds argument to run_configure
       new  1d40f6e   oeqa/targetbuild: use os.path.join instead of string concatenation
       new  692adfa   linux-firmware: fix typo in LICENSE line for iwlwifi-6000g2b-5
       new  5a91dca   linux-firmware: add LICENSE line for iwlwifi-license package
       new  ed46f5a   linux-firmware: fix typo in RDEPENDS line for iwlwifi-6000g2b-5
       new  610f821   linux-firmware: add iwlwifi virtual package of all iwlwifi firmwares
       new  9eeb4a4   linux-firmware: add iwlwifi-misc package for remaining iwlwifi firmware
       new  48dbdc0   initramfs-framework: mdev: Add a runtime dependency on busybox-mdev
       new  1cf288a   initramfs-framework: base: Ensures /run/lock is available
       new  ecb1fa6   linux-yocto/4.1: tpm2, pinctrl, powercap and watchdog backports
       new  1ee0735   linux-yocto/4.1: SPI, MFD, alsa and perf backports
       new  10c7d77   linux-yocto/4.1: driver, mmc and power backports
       new  acd05ec   linux-yocto/4.1: pstate backports
       new  952fdf6   linux-yocto/4.4: sensor driver backports
       new  afb40bf   puzzles: fix Samba conflict, clean up recipe

The 38 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                     |   6 +-
 meta/conf/bitbake.conf                             |   8 +-
 meta/conf/distro/include/security_flags.inc        |   8 +-
 meta/lib/oe/package_manager.py                     |   2 +-
 meta/lib/oeqa/oetest.py                            |  28 +-
 meta/lib/oeqa/runtime/_ptest.py                    |   4 +-
 meta/lib/oeqa/runtime/python.py                    |   2 +-
 meta/lib/oeqa/runtime/smart.py                     |   2 +-
 meta/lib/oeqa/sdk/buildsudoku.py                   |   2 +-
 meta/lib/oeqa/utils/targetbuild.py                 |  10 +-
 meta/recipes-connectivity/openssh/openssh/init     |   2 +-
 .../{dbus-test_1.10.6.bb => dbus-test_1.10.8.bb}   |   4 +-
 ...onfigure.ac-support-large-file-for-stat64.patch |  53 --
 .../dbus/{dbus_1.10.6.bb => dbus_1.10.8.bb}        |   5 +-
 meta/recipes-core/expat/expat.inc                  |   1 +
 meta/recipes-core/expat/expat/CVE-2016-0718.patch  | 760 +++++++++++++++++++++
 .../initrdscripts/initramfs-framework/init         |   4 +-
 .../initrdscripts/initramfs-framework_1.0.bb       |   2 +-
 .../packagegroup-core-tools-testapps.bb            |   2 +-
 meta/recipes-devtools/binutils/binutils.inc        |   1 +
 ...1-configure.ac-use-pkg-config-for-libsolv.patch |  36 -
 ...ver_set_arch_policy-use-correct-logic-dur.patch |  35 -
 .../opkg/{opkg_0.3.1.bb => opkg_0.3.2.bb}          |   8 +-
 meta/recipes-devtools/qemu/qemu.inc                |   2 +-
 .../qemu/0001-configure-support-vte-2.91.patch     |  79 +++
 meta/recipes-devtools/qemu/qemu_2.6.0.bb           |   1 +
 ...code-native_2016d.bb => tzcode-native_2016e.bb} |   9 +-
 .../tzdata/{tzdata_2016d.bb => tzdata_2016e.bb}    |   4 +-
 .../xorg-proto/xcb-proto/no-python-native.patch    |   2 +-
 .../linux-firmware/linux-firmware_git.bb           |  34 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |   2 +-
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       |  16 +-
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       |  16 +-
 meta/recipes-kernel/sysprof/sysprof_git.bb         |   6 +-
 .../gstreamer/gstreamer1.0-plugins-bad_1.6.3.bb    |  28 -
 ...ad_git.bb => gstreamer1.0-plugins-bad_1.8.1.bb} |  21 +-
 .../gstreamer/gstreamer1.0-plugins-ugly.inc        |   2 +-
 .../libmad/libmad/add-pkgconfig.patch              |  70 --
 .../libmad/libmad/automake-foreign.patch           |  12 -
 .../libmad/fix_for_mips_with_gcc-4.5.0.patch       |  33 -
 .../libmad/libmad/no-force-mem.patch               |  18 -
 .../libmad/libmad/obsolete_automake_macros.patch   |  14 -
 meta/recipes-multimedia/libmad/libmad_0.15.1b.bb   |  36 -
 meta/recipes-multimedia/mpg123/mpg123_1.23.4.bb    |  63 ++
 .../packagegroups/packagegroup-core-x11-sato.bb    |   2 +-
 meta/recipes-sato/puzzles/puzzles_git.bb           |  29 +-
 48 files changed, 1041 insertions(+), 447 deletions(-)
 rename meta/recipes-core/dbus/{dbus-test_1.10.6.bb => dbus-test_1.10.8.bb} (93%)
 delete mode 100644 meta/recipes-core/dbus/dbus/0001-configure.ac-support-large-file-for-stat64.patch
 rename meta/recipes-core/dbus/{dbus_1.10.6.bb => dbus_1.10.8.bb} (96%)
 create mode 100644 meta/recipes-core/expat/expat/CVE-2016-0718.patch
 delete mode 100644 meta/recipes-devtools/opkg/opkg/0001-configure.ac-use-pkg-config-for-libsolv.patch
 delete mode 100644 meta/recipes-devtools/opkg/opkg/0001-libsolv_solver_set_arch_policy-use-correct-logic-dur.patch
 rename meta/recipes-devtools/opkg/{opkg_0.3.1.bb => opkg_0.3.2.bb} (87%)
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-configure-support-vte-2.91.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2016d.bb => tzcode-native_2016e.bb} (69%)
 rename meta/recipes-extended/tzdata/{tzdata_2016d.bb => tzdata_2016e.bb} (98%)
 delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bb
 copy meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_git.bb => gstreamer1.0-plugins-bad_1.8.1.bb} (83%)
 delete mode 100644 meta/recipes-multimedia/libmad/libmad/add-pkgconfig.patch
 delete mode 100644 meta/recipes-multimedia/libmad/libmad/automake-foreign.patch
 delete mode 100644 meta/recipes-multimedia/libmad/libmad/fix_for_mips_with_gcc-4.5.0.patch
 delete mode 100644 meta/recipes-multimedia/libmad/libmad/no-force-mem.patch
 delete mode 100644 meta/recipes-multimedia/libmad/libmad/obsolete_automake_macros.patch
 delete mode 100644 meta/recipes-multimedia/libmad/libmad_0.15.1b.bb
 create mode 100644 meta/recipes-multimedia/mpg123/mpg123_1.23.4.bb

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


More information about the Openembedded-commits mailing list