Hi Armin, Regarding target-sdk-provides-dummy: add more perl modules to avoid populate_sdk failure patch, I had to complete it with following bbappend:
DUMMYPROVIDES_append = "\ perl-module-warnings-register \ perl-module-config \ perl-module-overloading \ perl-module-warnings \ perl-module-file-temp \ " Don't know if we should rework Chen Qi patch or create a new one. By the way, can't we add every empty perl packages in dummy automatically? Best regards, Vincent Le mar. 19 mars 2019 à 03:37, Armin Kuster <akuster...@gmail.com> a écrit : > Responses should be made by Wed March 20th 22:00:00 UTC 2019 > > The following changes since commit > f5a57e939e626a5b7c6de5b51799ca602ed355ed: > > mesa: ship /etc/drirc in mesa-megadriver (2019-03-05 22:24:13 +0000) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib stable/thud-next > > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=stable/thud-next > > Alexander Kanavin (1): > ca-certificates: upgrade 20180409 -> 20190110 > > André Draszik (1): > systemd: RDEPENDS on util-linux-umount > > Changqing Li (1): > libsndfile1: Security fix CVE-2018-19432 > > Chen Qi (1): > target-sdk-provides-dummy: add more perl modules to avoid populate_sdk > failure > > Douglas Royds (1): > libpam: libpamc is licensed under its own BSD-style licence > > George McCollister (1): > systemd: fix CVE-2019-6454 > > Jonathan Rajotte-Julien (3): > lttng-ust: update to 2.10.3 > lttng-modules: update to 2.10.9 > lttng-tools: update to 2.9.11 > > Mark Hatle (10): > gitsm.py: Fix when a submodule is defined, but not initialized > gitsm.py: Add support for alternative URL formats from submodule files > tests/fetch.py: Add alternative gitsm test case > gitsm.py: Optimize code and attempt to resolve locking issue > gitsm.py: revise unpack > gitsm.py: Rework the shallow fetcher and test case > gitsm.py: Refactor the functions and simplify the class > gitsm.py: Fix relative URLs > gitsmy.py: Fix unpack of submodules of submodules > gitsm: The fetcher did not process some recursive submodules properly. > > Ming Liu (1): > rm_work: sort the value of do_build dependencies > > Oleksandr Kravchuk (1): > target-sdk-provides-dummy: add perl-module-overload > > Richard Purdie (3): > target-sdk-provides-dummy: Extend to -dev and -src packages > systemd: Update recent CVE patches > kernel: Ensure an initramfs is added if configured > > Robert Yang (1): > send-error-report: Add --no-ssl to use http protocol > > Ross Burton (1): > libpng: fix CVE-2019-7317 > > bitbake/lib/bb/fetch2/gitsm.py | 253 > +++++++++------------ > bitbake/lib/bb/tests/fetch.py | 70 +++++- > meta/classes/kernel.bbclass | 4 +- > meta/classes/rm_work.bbclass | 3 +- > .../recipes-core/meta/target-sdk-provides-dummy.bb | 14 ++ > ...-not-store-the-iovec-entry-for-process-co.patch | 6 +- > ...ld-set-a-limit-on-the-number-of-fields-1k.patch | 56 ----- > ...nald-set-a-limit-on-the-number-of-fields.patch} | 93 ++++++-- > ...nal-fix-out-of-bounds-read-CVE-2018-16866.patch | 49 ++++ > .../0027-journal-fix-syslog_parse_identifier.patch | 77 ------- > ...not-remove-multiple-spaces-after-identifi.patch | 84 ------- > .../systemd/systemd/CVE-2019-6454.patch | 210 +++++++++++++++++ > ...e-receive-an-invalid-dbus-message-ignore-.patch | 61 +++++ > meta/recipes-core/systemd/systemd_239.bb | 10 +- > meta/recipes-extended/pam/libpam_1.3.0.bb | 4 +- > ...ose-sk-wmem-in-sock_exceed_buf_limit-trac.patch | 67 ------ > ...g-modules_2.10.7.bb => lttng-modules_2.10.9.bb} | 5 +- > ...ow-multiple-attempts-to-connect-to-relayd.patch | 17 +- > ...{lttng-tools_2.9.5.bb => lttng-tools_2.9.11.bb} | 4 +- > .../{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb} | 4 +- > .../libpng/libpng/CVE-2019-7317.patch | 20 ++ > meta/recipes-multimedia/libpng/libpng_1.6.36.bb | 3 +- > .../libsndfile/libsndfile1/CVE-2018-19432.patch | 115 ++++++++++ > .../libsndfile/libsndfile1_1.0.28.bb | 1 + > ...tes_20180409.bb => ca-certificates_20190110.bb} | 2 +- > scripts/send-error-report | 11 +- > 26 files changed, 758 insertions(+), 485 deletions(-) > delete mode 100644 > meta/recipes-core/systemd/systemd/0025-journald-set-a-limit-on-the-number-of-fields-1k.patch > rename > meta/recipes-core/systemd/systemd/{0026-journal-remote-set-a-limit-on-the-number-of-fields-i.patch > => 0025-journald-set-a-limit-on-the-number-of-fields.patch} (47%) > create mode 100644 > meta/recipes-core/systemd/systemd/0026-journal-fix-out-of-bounds-read-CVE-2018-16866.patch > delete mode 100644 > meta/recipes-core/systemd/systemd/0027-journal-fix-syslog_parse_identifier.patch > delete mode 100644 > meta/recipes-core/systemd/systemd/0028-journal-do-not-remove-multiple-spaces-after-identifi.patch > create mode 100644 meta/recipes-core/systemd/systemd/CVE-2019-6454.patch > create mode 100644 > meta/recipes-core/systemd/systemd/sd-bus-if-we-receive-an-invalid-dbus-message-ignore-.patch > delete mode 100644 > meta/recipes-kernel/lttng/lttng-modules/0001-Fix-net-expose-sk-wmem-in-sock_exceed_buf_limit-trac.patch > rename meta/recipes-kernel/lttng/{lttng-modules_2.10.7.bb => > lttng-modules_2.10.9.bb} (85%) > rename meta/recipes-kernel/lttng/{lttng-tools_2.9.5.bb => > lttng-tools_2.9.11.bb} (97%) > rename meta/recipes-kernel/lttng/{lttng-ust_2.10.1.bb => > lttng-ust_2.10.3.bb} (90%) > create mode 100644 > meta/recipes-multimedia/libpng/libpng/CVE-2019-7317.patch > create mode 100644 > meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2018-19432.patch > rename meta/recipes-support/ca-certificates/{ca-certificates_20180409.bb > => ca-certificates_20190110.bb} (98%) > > -- > 2.7.4 > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core >
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core