[oe-commits] [openembedded-core] branch master-next updated (19c9842 -> a268089)

git at git.openembedded.org git at git.openembedded.org
Tue Nov 20 14:14:22 UTC 2018


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

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

    from 19c9842  apt: Improve SRC_URI
     new a06d539  classes/testsdk: Split implementation into classes
     new 4b53d71  libmodulemd: add a new recipe
     new a32bfa3  libdnf: update to 0.22.0
     new dc582da  rpm: update to 4.14.2.1
     new c8996b1  librepo: update to 1.9.2
     new 8240d65  libsolv: update to 0.7.1
     new 92a1c4a  dnf: update to 4.0.4
     new 1540c75  systemd: fix PN-container package splitting
     new ec0d5e0  maintainers.inc: add libmodulemd entry
     new 2091b84  musl: Update to latest trunk
     new 0c8d148  ltp: Delete unneeded patch for FNM_EXTMATCH
     new 1e2cb5b  ltp: Use a legal bad address for mips in setrlimit05.c
     new 3f2bb7a  harfbuzz: upgrade 1.9.0 -> 2.1.3
     new c790e63  libinput: 1.12.1 -> 1.12.3
     new a268089  u-boot: Add mkenvimage tool

The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/testsdk.bbclass                       | 217 ++-------------------
 meta/conf/distro/include/maintainers.inc           |   1 +
 meta/lib/oeqa/sdk/testsdk.py                       | 142 ++++++++++++++
 meta/lib/oeqa/sdkext/testsdk.py                    | 104 ++++++++++
 ...-mkimage_2018.07.bb => u-boot-tools_2018.07.bb} |   9 +-
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 meta/recipes-core/systemd/systemd_239.bb           |  56 +++++-
 ...hardcode-etc-and-systemd-unit-directories.patch |  19 +-
 ...-set-PYTHON_INSTALL_DIR-by-running-python.patch |  17 +-
 .../dnf/{dnf_2.7.5.bb => dnf_4.0.4.bb}             |   6 +-
 .../libdnf/libdnf/0001-Add-WITH_TESTS-option.patch |  49 +++++
 ...ers-for-both-libsolv-and-libsolvext-libdn.patch |  15 +-
 ...-sysroot-path-to-introspection-tools-path.patch |  36 ----
 ...-library-installation-directory-correctly.patch |  29 ---
 ...-variables-with-pkg-config-cmake-s-own-mo.patch |  17 +-
 .../libdnf/{libdnf_0.11.1.bb => libdnf_0.22.0.bb}  |   8 +-
 ...01-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch |  21 ++
 ...-meson.build-do-not-generate-gir-or-gtkdo.patch |  65 ++++++
 .../libmodulemd/libmodulemd_git.bb                 |  21 ++
 ...to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch |  21 +-
 ...ariables-with-pkg-config-not-with-cmake-m.patch |  18 +-
 .../librepo/{librepo_1.8.1.bb => librepo_1.9.2.bb} |   4 +-
 .../rpm/{rpm_4.14.2.bb => rpm_4.14.2.1.bb}         |   2 +-
 .../{libsolv_0.6.35.bb => libsolv_0.7.1.bb}        |   2 +-
 ...t05-Use-another-method-to-get-bad-address.patch |  61 ++++++
 ...fine-FNM_EXTMATCH-if-not-already-like-und.patch |  44 -----
 meta/recipes-extended/ltp/ltp_20180926.bb          |   2 +-
 .../{harfbuzz_1.9.0.bb => harfbuzz_2.1.3.bb}       |   4 +-
 .../{libinput_1.12.1.bb => libinput_1.12.3.bb}     |   4 +-
 29 files changed, 594 insertions(+), 402 deletions(-)
 create mode 100644 meta/lib/oeqa/sdk/testsdk.py
 create mode 100644 meta/lib/oeqa/sdkext/testsdk.py
 rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2018.07.bb => u-boot-tools_2018.07.bb} (83%)
 rename meta/recipes-devtools/dnf/{dnf_2.7.5.bb => dnf_4.0.4.bb} (94%)
 create mode 100644 meta/recipes-devtools/libdnf/libdnf/0001-Add-WITH_TESTS-option.patch
 delete mode 100644 meta/recipes-devtools/libdnf/libdnf/0002-Prefix-sysroot-path-to-introspection-tools-path.patch
 delete mode 100644 meta/recipes-devtools/libdnf/libdnf/0003-Set-the-library-installation-directory-correctly.patch
 rename meta/recipes-devtools/libdnf/{libdnf_0.11.1.bb => libdnf_0.22.0.bb} (78%)
 create mode 100644 meta/recipes-devtools/libmodulemd/libmodulemd/0001-spec_tmpl.sh-use-bin-sh-not-usr-bin-sh.patch
 create mode 100644 meta/recipes-devtools/libmodulemd/libmodulemd/0002-modulemd-v1-meson.build-do-not-generate-gir-or-gtkdo.patch
 create mode 100644 meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
 rename meta/recipes-devtools/librepo/{librepo_1.8.1.bb => librepo_1.9.2.bb} (86%)
 rename meta/recipes-devtools/rpm/{rpm_4.14.2.bb => rpm_4.14.2.1.bb} (99%)
 rename meta/recipes-extended/libsolv/{libsolv_0.6.35.bb => libsolv_0.7.1.bb} (95%)
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-setrlimit05-Use-another-method-to-get-bad-address.patch
 delete mode 100644 meta/recipes-extended/ltp/ltp/0040-read_all-Define-FNM_EXTMATCH-if-not-already-like-und.patch
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.9.0.bb => harfbuzz_2.1.3.bb} (90%)
 rename meta/recipes-graphics/wayland/{libinput_1.12.1.bb => libinput_1.12.3.bb} (86%)

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


More information about the Openembedded-commits mailing list