[oe-commits] [openembedded-core] branch master updated (64f9fd2 -> 9b1c150)

git at git.openembedded.org git at git.openembedded.org
Wed Aug 28 10:31:49 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

    from 64f9fd2  quilt: added less to RDEPENDS list
     add e119821  python3-numpy: update to 1.17.0
     add 5ee9be1  lighttpd: drop hard-coded lua version in PACKAGECONFIG
     add 9dd0812  images: use 512M of RAM in qemu if 'opengl" is in DISTRO_FEATURES
     add fb028a0  initscripts: remove warnings on read-only-rootfs (again)
     add 6671942  icecc: blacklist systemtap
     add 810aded  boost: update to 1.71.0
     add e8482da  go-1.12: update to 1.12.9 minor release
     add 4f8fa80  libarchive:upgrade 3.3.3 -> 3.4.0
     add 4f25d70  help2man: Upgrade 1.47.10 -> 1.47.11
     add d0dcbf1  glib-networking: Upgrade 2.60.2 -> 2.60.3
     add 16a2f41  flac: Upgrade 1.3.2 -> 1.3.3
     add 947828b  subversion: Upgrade 1.12.0 -> 1.12.2
     add 8bbb17d  world-broken.inc: Remove
     add 00a5df6  oeqa/kerneldevelopment: Able to apply a single patch to the Linux kernel source
     add f8901d9  python3-pip:upgrade 19.2.2 -> 19.2.3
     add 3d20856  iputils: upgrade to s20190709
     add 0d7d2af  meta/recipes.txt: Stop documenting the long removed recipes-lsb4
     add 26f0868  python: Remove PYTHONLSBOPTS that hasn't been set for some time
     add 4ff0582  bitbake.conf: drop FETCHCMD, GITDIR, etc fetcher over-rides
     add 6e057cc  tune-arm1136jf-s.inc: add hardfloat support
     add 95823b7  tune-arm1176jz-s.inc: add support for arm1176jz-s CPU specific tuning
     add 62afb4e  tune-ep9312.inc: fix TUNEVALID description
     add 82983c9  packagegroup-core-boot: drop duplicate MACHINE_ESSENTIAL_EXTRA_RDEPENDS, etc
     add 8840a83  rootfs-postcommands.bbclass: add inittab tweak to read_only_rootfs_hook()
     add e9f751a  base-files: nsswitch.conf is glibc specific
     add b02d83f  sqlite3: make CFLAGS consistent across native, nativesdk and target cases
     add c0fc43c  sqlite3: explicitly set target endian-ness
     add 10c1a27  systemd: Print a buildtime warning about the status with musl
     add 8976319  linux-dtb.inc: Remove
     add 5919729  systemd: Update to the latest 242 branch
     add 250d851  libffi: Make it build for MIPS o32
     add 691a452  bbtests.py: remove recipe-depends.dot
     add a1ff64b  libedit: fix failed to get history
     add 9b1c150  commands.py: fix typo

No new revisions were added by this update.

Summary of changes:
 meta/classes/icecc.bbclass                         |   3 +
 meta/classes/rootfs-postcommands.bbclass           |   5 +
 meta/conf/bitbake.conf                             |  12 --
 meta/conf/distro/defaultsetup.conf                 |   1 -
 meta/conf/distro/include/world-broken.inc          |  27 ----
 meta/conf/machine/include/tune-arm1136jf-s.inc     |   5 +-
 meta/conf/machine/include/tune-arm1176jz-s.inc     |  17 +++
 meta/conf/machine/include/tune-ep9312.inc          |   2 +-
 meta/lib/oeqa/selftest/cases/bbtests.py            |   2 +-
 meta/lib/oeqa/selftest/cases/kerneldevelopment.py  |  67 +++++++++
 meta/lib/oeqa/utils/commands.py                    |   2 +-
 meta/recipes-core/base-files/base-files_3.0.14.bb  |   5 +-
 ...working_2.60.2.bb => glib-networking_2.60.3.bb} |   4 +-
 .../images/build-appliance-image_15.0.0.bb         |   2 +
 .../initscripts-1.0/populate-volatile.sh           |   2 +-
 .../packagegroups/packagegroup-core-boot.bb        |   6 -
 meta/recipes-core/systemd/systemd.inc              |   2 +-
 ....file-max-sysctl-to-LONG_MAX-rather-than-.patch |  39 ------
 .../systemd/0001-networkd-fix-link-up.patch        |  66 ---------
 .../systemd/0002-network-do-not-send-ipv6.patch    |  96 -------------
 ...work-remove-redunant-link-name-in-message.patch |  41 ------
 meta/recipes-core/systemd/systemd_242.bb           |  10 +-
 meta/recipes-devtools/go/go-1.12.inc               |   6 +-
 ...ative_1.47.10.bb => help2man-native_1.47.11.bb} |   4 +-
 .../0001-readline.c-fix-cannot-get-history.patch   |  34 +++++
 .../libedit/libedit_20190324-3.1.bb                |   1 +
 meta/recipes-devtools/prelink/prelink_git.bb       |   3 +
 meta/recipes-devtools/pseudo/pseudo_git.bb         |   2 +
 ...h-usr-and-so-on-for-libraries-by-default-.patch |  47 +++----
 ...m-setup.py-remove-the-detection-of-x86-ta.patch |  32 +++++
 .../recipes-devtools/python-numpy/python-numpy.inc |  12 +-
 ...on3-numpy_1.16.3.bb => python3-numpy_1.17.0.bb} |   0
 meta/recipes-devtools/python/python.inc            |   1 -
 ...python3-pip_19.2.2.bb => python3-pip_19.2.3.bb} |   4 +-
 meta/recipes-devtools/qemu/qemu_4.1.0.bb           |   4 +
 .../subversion-1.12.0-apr_1.7.0_fix-1.patch        | 107 --------------
 .../{subversion_1.12.0.bb => subversion_1.12.2.bb} |   5 +-
 .../iputils/iputils/ai_canonidn.patch              |  58 --------
 .../recipes-extended/iputils/iputils/install.patch |  26 ----
 meta/recipes-extended/iputils/iputils_s20180629.bb |  61 --------
 meta/recipes-extended/iputils/iputils_s20190709.bb |  55 ++++++++
 .../libarchive/libarchive/CVE-2018-1000877.patch   |  38 -----
 .../libarchive/libarchive/CVE-2018-1000878.patch   |  79 -----------
 .../libarchive/libarchive/CVE-2018-1000879.patch   |  50 -------
 .../libarchive/libarchive/CVE-2018-1000880.patch   |  44 ------
 .../libarchive/libarchive/CVE-2019-1000019.patch   |  59 --------
 .../libarchive/libarchive/CVE-2019-1000020.patch   |  61 --------
 .../libarchive/libarchive/bug1066.patch            |  54 --------
 .../non-recursive-extract-and-list.patch           | 153 ---------------------
 .../{libarchive_3.3.3.bb => libarchive_3.4.0.bb}   |  14 +-
 meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb  |   2 +-
 meta/recipes-graphics/images/core-image-clutter.bb |   2 +
 meta/recipes-graphics/images/core-image-x11.bb     |   2 +
 meta/recipes-kernel/linux/linux-dtb.inc            |   3 -
 .../flac/flac/CVE-2017-6888.patch                  |  37 -----
 .../flac/{flac_1.3.2.bb => flac_1.3.3.bb}          |   7 +-
 meta/recipes-rt/rt-tests/rt-tests_1.1.bb           |   4 +
 meta/recipes-sato/images/core-image-sato.bb        |   2 +
 ...bjam-native_1.69.0.bb => bjam-native_1.71.0.bb} |   7 +-
 .../boost/{boost-1.69.0.inc => boost-1.71.0.inc}   |   6 +-
 meta/recipes-support/boost/boost.inc               |   2 +-
 ...p-arch-instruction-set-flags-we-do-that-o.patch |  15 +-
 .../boost/{boost_1.69.0.bb => boost_1.71.0.bb}     |   0
 .../files/0001-Build-debug-version-of-bjam.patch   |  38 +++++
 ...build.sh-use-DNDEBUG-also-in-debug-builds.patch |  27 ++++
 .../boost/files/bjam-native-build-bjam.debug.patch |  50 -------
 ...Fixed-missed-ifndef-for-__mips_soft_float.patch |  31 +++++
 meta/recipes-support/libffi/libffi_3.3~rc0.bb      |   1 +
 meta/recipes-support/sqlite/sqlite3.inc            |  10 +-
 meta/recipes.txt                                   |   1 -
 70 files changed, 422 insertions(+), 1255 deletions(-)
 delete mode 100644 meta/conf/distro/include/world-broken.inc
 create mode 100644 meta/conf/machine/include/tune-arm1176jz-s.inc
 create mode 100644 meta/lib/oeqa/selftest/cases/kerneldevelopment.py
 rename meta/recipes-core/glib-networking/{glib-networking_2.60.2.bb => glib-networking_2.60.3.bb} (87%)
 delete mode 100644 meta/recipes-core/systemd/systemd/0001-core-set-fs.file-max-sysctl-to-LONG_MAX-rather-than-.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0001-networkd-fix-link-up.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0002-network-do-not-send-ipv6.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0006-network-remove-redunant-link-name-in-message.patch
 rename meta/recipes-devtools/help2man/{help2man-native_1.47.10.bb => help2man-native_1.47.11.bb} (79%)
 create mode 100644 meta/recipes-devtools/libedit/libedit/0001-readline.c-fix-cannot-get-history.patch
 create mode 100644 meta/recipes-devtools/python-numpy/files/0001-numpy-random-setup.py-remove-the-detection-of-x86-ta.patch
 rename meta/recipes-devtools/python-numpy/{python3-numpy_1.16.3.bb => python3-numpy_1.17.0.bb} (100%)
 rename meta/recipes-devtools/python/{python3-pip_19.2.2.bb => python3-pip_19.2.3.bb} (81%)
 delete mode 100644 meta/recipes-devtools/subversion/subversion/subversion-1.12.0-apr_1.7.0_fix-1.patch
 rename meta/recipes-devtools/subversion/{subversion_1.12.0.bb => subversion_1.12.2.bb} (94%)
 delete mode 100644 meta/recipes-extended/iputils/iputils/ai_canonidn.patch
 delete mode 100644 meta/recipes-extended/iputils/iputils/install.patch
 delete mode 100644 meta/recipes-extended/iputils/iputils_s20180629.bb
 create mode 100644 meta/recipes-extended/iputils/iputils_s20190709.bb
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2018-1000877.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2018-1000878.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2018-1000879.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2018-1000880.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2019-1000019.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/CVE-2019-1000020.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/bug1066.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/non-recursive-extract-and-list.patch
 rename meta/recipes-extended/libarchive/{libarchive_3.3.3.bb => libarchive_3.4.0.bb} (78%)
 delete mode 100644 meta/recipes-kernel/linux/linux-dtb.inc
 delete mode 100644 meta/recipes-multimedia/flac/flac/CVE-2017-6888.patch
 rename meta/recipes-multimedia/flac/{flac_1.3.2.bb => flac_1.3.3.bb} (91%)
 rename meta/recipes-support/boost/{bjam-native_1.69.0.bb => bjam-native_1.71.0.bb} (57%)
 rename meta/recipes-support/boost/{boost-1.69.0.inc => boost-1.71.0.inc} (77%)
 rename meta/recipes-support/boost/{boost_1.69.0.bb => boost_1.71.0.bb} (100%)
 create mode 100644 meta/recipes-support/boost/files/0001-Build-debug-version-of-bjam.patch
 create mode 100644 meta/recipes-support/boost/files/0001-build.sh-use-DNDEBUG-also-in-debug-builds.patch
 delete mode 100644 meta/recipes-support/boost/files/bjam-native-build-bjam.debug.patch
 create mode 100644 meta/recipes-support/libffi/libffi/0001-Fixed-missed-ifndef-for-__mips_soft_float.patch

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


More information about the Openembedded-commits mailing list