{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":6356928,"defaultBranch":"master","name":"meta-qt5","ownerLogin":"meta-qt5","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-10-23T17:36:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2633839?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717009001.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"99b69204d63b731ed4c69856125ac442346e97c4","ref":"refs/heads/jansa/qtwebkit","pushedAt":"2024-05-29T18:56:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtwebkit: bump SRCREV to latest\n\n* it's already failing to build with gcc-14:\n qtwebkit/5.15.13+git/recipe-sysroot/usr/include/c++/14.1.0/type_traits:1237:52: error: non-constant condition for static assertion\n qtwebkit/5.15.13+git/recipe-sysroot/usr/include/c++/14.1.0/type_traits:1237:52: error: 'constexpr std::true_type std::__is_complete_or_unbounded(__type_identity<_Tp>) [with _Tp = WebCore::ContentSecurityPolicyHashAlgorithm; long unsigned int = 4; true_type = true_type]' used before its definition\n qtwebkit/5.15.13+git/recipe-sysroot/usr/include/c++/14.1.0/type_traits:1237:52: error: non-constant condition for static assertion\n qtwebkit/5.15.13+git/recipe-sysroot/usr/include/c++/14.1.0/type_traits:1237:52: error: 'constexpr std::true_type std::__is_complete_or_unbounded(__type_identity<_Tp>) [with _Tp = WTF::Vector; long unsigned int = 16; true_type = true_type]' used before its definition\n\n* but this bump includes some of the .patch files we won't need here:\n $ git log --oneline 10cd6a106e1c461c774ca166a67b8c835c755ef7..ac8ebc6c3a56064f88f5506e5e3783ab7bee2456\n ac8ebc6c3 (origin/5.212) Enable QML tests\n 5a99e5d4c Import QtWebKit commit 5d89eef9bc689abb59ef799b445c35b1e322b3f1\n 685ed792f Import QtWebKit commit 143b469188bde226d5e70cff5f01699b8a29d865\n 8967b4f87 Import QtWebKit commit 6faf5d547055321f0d518fe83766499cac5d8664\n 08eaf858c Import QtWebKit commit cf37bc44f798d3c5a26d17086ada92688b9bfe6d\n 412e257d0 Workaround for Windows Store python3.exe\n e16357a52 Import QtWebKit commit f966d667c14ddcfe983f4a31fc80a1edbb6ada10\n\n 0005-Let-Bison-generate-the-header-directly-to-fix-build-.patch\n 0006-Disable-code-related-to-HTTP-2-when-Qt-is-configured.patch\n 0007-Fix-compilation-with-Python-3.9-avoid-passing-encodi.patch\n were applied upstream and most of\n 0006-Riscv-Add-support-for-riscv.patch/0009-Riscv-Add-support-for-riscv.patch\n as well (not sure if we need the last chunk)\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtwebkit: bump SRCREV to latest"}},{"before":"ddb498a726d904eeabaed8908e17b06a68511a1c","after":"699949ac8a4393fd0b961c9a1d4b52a7f7dbc16a","ref":"refs/heads/master","pushedAt":"2024-05-29T18:56:03.000Z","pushType":"pr_merge","commitsCount":7,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"layer.conf: update LAYERSERIES_COMPAT only for styhead due to UNPACKDIR\n\n* I've rejected similar change in:\n https://github.com/meta-qt5/meta-qt5/pull/563\n but now it's a bit different, we still don't know what changes will be\n needed in this layer to stay compatible with \"final\" styhead, but we\n already know it's not compatible even with current LTS scarthgap\n\n* this might change if some UNPACKDIR changes are backported to older\n releases, I've asked to backport the UNPACKDIR ??= \"${WORKDIR}\" part,\n but that won't help with these cases where we actually want base.bbclass\n to unpack file:// entries to ${WORKDIR}/sources instead of ${WORKDIR}\n\n* from #yocto:\n03:19 < JaMa> RP: would it be terrible idea to backport \"base/bitbake.conf: Introduce UNPACKDIR\" to scarthgap and kirkstone? as it's the same\n value it shouldn't cause any issues right? I'm thinking about forward compatibility to teach our developers to use UNPACKDIR in\n e.g. do_install ahead of the upgrade to styhead+ in far future\n08:30 < RP> JaMa: I've wondered about that for scarthgap. Not sure I'd want to for kirkstone\n08:42 < JaMa> RP: I can add the weak default only locally for kirkstone, but the switch is causing quite a few rebase conflicts, so it would be\n easier for me (and possibly others) to be able to update the recipes in \"no-op\" switch in kirkstone instead of with the whole OE\n upgrade later, but I understand you might not want it in kirkstone\n09:00 < RP> JaMa: Making it so people might not need to think about some of these things is risky :/\n\n* people who need support for older releases can use scarthgap branch\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"layer.conf: update LAYERSERIES_COMPAT only for styhead due to UNPACKDIR"}},{"before":"5aac1faa79783a1033a5ce4939f02b2ff88ed93f","after":"c036057706f529d94f4ad8bfc9fe0c2fd18c7260","ref":"refs/heads/jansa/master","pushedAt":"2024-05-29T11:01:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtwebkit: bump SRCREV to latest\n\n* it's already failing to build with gcc-14:\n qtwebkit/5.15.13+git/recipe-sysroot/usr/include/c++/14.1.0/type_traits:1237:52: error: non-constant condition for static assertion\n qtwebkit/5.15.13+git/recipe-sysroot/usr/include/c++/14.1.0/type_traits:1237:52: error: 'constexpr std::true_type std::__is_complete_or_unbounded(__type_identity<_Tp>) [with _Tp = WebCore::ContentSecurityPolicyHashAlgorithm; long unsigned int = 4; true_type = true_type]' used before its definition\n qtwebkit/5.15.13+git/recipe-sysroot/usr/include/c++/14.1.0/type_traits:1237:52: error: non-constant condition for static assertion\n qtwebkit/5.15.13+git/recipe-sysroot/usr/include/c++/14.1.0/type_traits:1237:52: error: 'constexpr std::true_type std::__is_complete_or_unbounded(__type_identity<_Tp>) [with _Tp = WTF::Vector; long unsigned int = 16; true_type = true_type]' used before its definition\n\n* but this bump includes some of the .patch files we won't need here:\n $ git log --oneline 10cd6a106e1c461c774ca166a67b8c835c755ef7..ac8ebc6c3a56064f88f5506e5e3783ab7bee2456\n ac8ebc6c3 (origin/5.212) Enable QML tests\n 5a99e5d4c Import QtWebKit commit 5d89eef9bc689abb59ef799b445c35b1e322b3f1\n 685ed792f Import QtWebKit commit 143b469188bde226d5e70cff5f01699b8a29d865\n 8967b4f87 Import QtWebKit commit 6faf5d547055321f0d518fe83766499cac5d8664\n 08eaf858c Import QtWebKit commit cf37bc44f798d3c5a26d17086ada92688b9bfe6d\n 412e257d0 Workaround for Windows Store python3.exe\n e16357a52 Import QtWebKit commit f966d667c14ddcfe983f4a31fc80a1edbb6ada10\n\n 0005-Let-Bison-generate-the-header-directly-to-fix-build-.patch\n 0006-Disable-code-related-to-HTTP-2-when-Qt-is-configured.patch\n 0007-Fix-compilation-with-Python-3.9-avoid-passing-encodi.patch\n were applied upstream and most of\n 0006-Riscv-Add-support-for-riscv.patch/0009-Riscv-Add-support-for-riscv.patch\n as well (not sure if we need the last chunk)\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtwebkit: bump SRCREV to latest"}},{"before":"99bf308372cdee9b07fddda5ebe3a7cae84829d3","after":"5aac1faa79783a1033a5ce4939f02b2ff88ed93f","ref":"refs/heads/jansa/master","pushedAt":"2024-05-24T08:23:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtlocation: enable geoservices_mapboxgl\n\n* it was needed to reproduce:\n https://github.com/meta-qt5/meta-qt5/pull/529\n failure\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtlocation: enable geoservices_mapboxgl"}},{"before":"d8eeef0bfd84672c7919cd346f25f7c9a98ddaea","after":"2407aa35eb4f34865ea365f82612b01613ff3611","ref":"refs/heads/master-next","pushedAt":"2024-05-24T08:23:29.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"layer.conf: update LAYERSERIES_COMPAT only for styhead due to UNPACKDIR\n\n* I've rejected similar change in:\n https://github.com/meta-qt5/meta-qt5/pull/563\n but now it's a bit different, we still don't know what changes will be\n needed in this layer to stay compatible with \"final\" styhead, but we\n already know it's not compatible even with current LTS scarthgap\n\n* this might change if some UNPACKDIR changes are backported to older\n releases, I've asked to backport the UNPACKDIR ??= \"${WORKDIR}\" part,\n but that won't help with these cases where we actually want base.bbclass\n to unpack file:// entries to ${WORKDIR}/sources instead of ${WORKDIR}\n\n* from #yocto:\n03:19 < JaMa> RP: would it be terrible idea to backport \"base/bitbake.conf: Introduce UNPACKDIR\" to scarthgap and kirkstone? as it's the same\n value it shouldn't cause any issues right? I'm thinking about forward compatibility to teach our developers to use UNPACKDIR in\n e.g. do_install ahead of the upgrade to styhead+ in far future\n08:30 < RP> JaMa: I've wondered about that for scarthgap. Not sure I'd want to for kirkstone\n08:42 < JaMa> RP: I can add the weak default only locally for kirkstone, but the switch is causing quite a few rebase conflicts, so it would be\n easier for me (and possibly others) to be able to update the recipes in \"no-op\" switch in kirkstone instead of with the whole OE\n upgrade later, but I understand you might not want it in kirkstone\n09:00 < RP> JaMa: Making it so people might not need to think about some of these things is risky :/\n\n* people who need support for older releases can use scarthgap branch\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"layer.conf: update LAYERSERIES_COMPAT only for styhead due to UNPACKDIR"}},{"before":"082736a5f286e06d6b973e3b647ab752e2e9cc81","after":"ddb498a726d904eeabaed8908e17b06a68511a1c","ref":"refs/heads/master","pushedAt":"2024-05-24T08:12:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qt5: do not mix bitbake's shell variables\n \n- do not use ${} in nested shell functions to mix bitbake's shell variables\n- git rid of 'local' which is not a POSIX variant\n \nSigned-off-by: Valek Andrej ","shortMessageHtmlLink":"qt5: do not mix bitbake's shell variables"}},{"before":"7acb1aa500254fb516c574b25b9f95b86ed9f584","after":"082736a5f286e06d6b973e3b647ab752e2e9cc81","ref":"refs/heads/master","pushedAt":"2024-05-24T08:12:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtbase: Security fix for CVE-2024-25580\n\nCVE fixed:\n-CVE-2024-25580: qtbase: potential buffer overflow when reading KTX images\nUpstream-Status: Backport from https://download.qt.io/official_releases/qt/5.15/CVE-2024-25580-qtbase-5.15.diff\n\nSigned-off-by: Rohini Sangam \nSigned-off-by: Siddharth Doshi ","shortMessageHtmlLink":"qtbase: Security fix for CVE-2024-25580"}},{"before":"6cced1c27978bc8faf8602ba07910abec5e8f343","after":"99bf308372cdee9b07fddda5ebe3a7cae84829d3","ref":"refs/heads/jansa/master","pushedAt":"2024-05-23T06:38:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtlocation: enable geoservices_mapboxgl\n\n* it was needed to reproduce:\n https://github.com/meta-qt5/meta-qt5/pull/529\n failure\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtlocation: enable geoservices_mapboxgl"}},{"before":"d8eeef0bfd84672c7919cd346f25f7c9a98ddaea","after":"7acb1aa500254fb516c574b25b9f95b86ed9f584","ref":"refs/heads/master","pushedAt":"2024-05-08T07:38:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"python3-pyqt-builder-native: Fix OE dunfell build\n\nOE dunfell builds have to inherit setuptools3, while anything newer\nhas to inherit python_setuptools_build_meta. While OE dunfell is now\nEOL, this layer still claims to support it, so make it buildable and\navoid breakage until the layer stops to support OE dunfell for good.\nOnce that happens, this commit should be reverted.\n\nSigned-off-by: Marek Vasut ","shortMessageHtmlLink":"python3-pyqt-builder-native: Fix OE dunfell build"}},{"before":null,"after":"d8eeef0bfd84672c7919cd346f25f7c9a98ddaea","ref":"refs/heads/scarthgap","pushedAt":"2024-05-03T09:33:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"Revert \"layer.conf: Mark scarthgap as only compatible release\"\n\nThis reverts commit 6e244970dcdb631613af80f37e00957de417449d.\n\nhttps://github.com/meta-qt5/meta-qt5/pull/561 added a work around\nto keep compatibility with older releases.","shortMessageHtmlLink":"Revert \"layer.conf: Mark scarthgap as only compatible release\""}},{"before":"fe008b6174862a05de14aa350efec271631697e7","after":"d8eeef0bfd84672c7919cd346f25f7c9a98ddaea","ref":"refs/heads/master","pushedAt":"2024-05-03T09:28:36.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"Revert \"layer.conf: Mark scarthgap as only compatible release\"\n\nThis reverts commit 6e244970dcdb631613af80f37e00957de417449d.\n\nhttps://github.com/meta-qt5/meta-qt5/pull/561 added a work around\nto keep compatibility with older releases.","shortMessageHtmlLink":"Revert \"layer.conf: Mark scarthgap as only compatible release\""}},{"before":"d4016de047c1309a34067007a2fb2487435756ec","after":"6cced1c27978bc8faf8602ba07910abec5e8f343","ref":"refs/heads/jansa/master","pushedAt":"2024-04-22T10:19:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtlocation: enable geoservices_mapboxgl\n\n* it was needed to reproduce:\n https://github.com/meta-qt5/meta-qt5/pull/529\n failure\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtlocation: enable geoservices_mapboxgl"}},{"before":"c0f3c1f99d512e2f95aaaed7022b66d3acff9102","after":"d8eeef0bfd84672c7919cd346f25f7c9a98ddaea","ref":"refs/heads/master-next","pushedAt":"2024-04-22T10:19:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"Revert \"layer.conf: Mark scarthgap as only compatible release\"\n\nThis reverts commit 6e244970dcdb631613af80f37e00957de417449d.\n\nhttps://github.com/meta-qt5/meta-qt5/pull/561 added a work around\nto keep compatibility with older releases.","shortMessageHtmlLink":"Revert \"layer.conf: Mark scarthgap as only compatible release\""}},{"before":null,"after":"28016af353053537b846121dd14c6609abab935f","ref":"refs/heads/nanbield","pushedAt":"2024-04-22T10:16:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qt5-creator: Fix Malformed Upstream-Status\n\n* Accepted was replaced with Backport in gatesgarth:\n https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes\n\nERROR: qt5-creator-4.15.2+git-r0 do_patch: QA Issue: Malformed Upstream-Status in patch\n/OE/build/oe-core/meta-qt5/recipes-qt/qt5/qt5-creator/0002-clangformat-Fix-build-with-LLVM-13.patch\nPlease correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status :\nUpstream-Status: Accepted [https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=14eb5b382cabf90352634393c19bf87a4c15766a] [patch-status]\nERROR: qt5-creator-4.15.2+git-r0 do_patch: QA Issue: Malformed Upstream-Status in patch\n/OE/build/oe-core/meta-qt5/recipes-qt/qt5/qt5-creator/0003-clangformat-Fix-build-with-LLVM-13.patch\nPlease correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status :\nUpstream-Status: Accepted [https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=55b91a76172a3235b4879daf0b675519d5b02db7] [patch-status]\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qt5-creator: Fix Malformed Upstream-Status"}},{"before":"02cac01b4f754da3386331be0aae31f1f65fb67d","after":"c0f3c1f99d512e2f95aaaed7022b66d3acff9102","ref":"refs/heads/master-next","pushedAt":"2024-04-18T11:51:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtlocation: backport mapboxgl patch to fix build with gcc-14\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtlocation: backport mapboxgl patch to fix build with gcc-14"}},{"before":"e9a7aeefe51b58669e4bca942000da57537ad8b2","after":"d4016de047c1309a34067007a2fb2487435756ec","ref":"refs/heads/jansa/master","pushedAt":"2024-04-18T11:51:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtlocation: enable geoservices_mapboxgl\n\n* it was needed to reproduce:\n https://github.com/meta-qt5/meta-qt5/pull/529\n failure\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtlocation: enable geoservices_mapboxgl"}},{"before":"aea3fc9b5d5cc4fb2eee427a7722cd891e4f04a7","after":"02cac01b4f754da3386331be0aae31f1f65fb67d","ref":"refs/heads/master-next","pushedAt":"2024-04-18T08:32:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtbase: add dependency on zstd\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtbase: add dependency on zstd"}},{"before":"165f82cb128ce980cdcbb4c631dba7a767cae86d","after":"e9a7aeefe51b58669e4bca942000da57537ad8b2","ref":"refs/heads/jansa/master","pushedAt":"2024-04-18T08:32:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtlocation: enable geoservices_mapboxgl\n\n* it was needed to reproduce:\n https://github.com/meta-qt5/meta-qt5/pull/529\n failure\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtlocation: enable geoservices_mapboxgl"}},{"before":"a1969a89e33e29ca072097699e736ce45b1d0258","after":"165f82cb128ce980cdcbb4c631dba7a767cae86d","ref":"refs/heads/jansa/master","pushedAt":"2024-04-18T08:16:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtlocation: enable geoservices_mapboxgl\n\n* it was needed to reproduce:\n https://github.com/meta-qt5/meta-qt5/pull/529\n failure\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtlocation: enable geoservices_mapboxgl"}},{"before":"fe008b6174862a05de14aa350efec271631697e7","after":"aea3fc9b5d5cc4fb2eee427a7722cd891e4f04a7","ref":"refs/heads/master-next","pushedAt":"2024-04-18T08:16:01.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"python3-pyqt5: bump 5.15.9 -> 5.15.10\n\nPyQt v5.15.10 has been released. This is a bug-fix release and also adds\nsupport for Python v3.12.\n\nSigned-off-by: Justin Bronder \nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"python3-pyqt5: bump 5.15.9 -> 5.15.10"}},{"before":"b5d166c6b3fef6a4ff39ae7f72cb9bfb992852ff","after":"a1969a89e33e29ca072097699e736ce45b1d0258","ref":"refs/heads/jansa/master","pushedAt":"2024-04-18T08:10:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtlocation: enable geoservices_mapboxgl\n\n* it was needed to reproduce:\n https://github.com/meta-qt5/meta-qt5/pull/529\n failure\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtlocation: enable geoservices_mapboxgl"}},{"before":"b8e1ae8ce6140f6084388842751280b55d55988b","after":"fe008b6174862a05de14aa350efec271631697e7","ref":"refs/heads/master","pushedAt":"2024-04-18T08:10:36.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qt5-creator: Fix Malformed Upstream-Status\n\n* Accepted was replaced with Backport in gatesgarth:\n https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes\n\nERROR: qt5-creator-4.15.2+git-r0 do_patch: QA Issue: Malformed Upstream-Status in patch\n/OE/build/oe-core/meta-qt5/recipes-qt/qt5/qt5-creator/0002-clangformat-Fix-build-with-LLVM-13.patch\nPlease correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status :\nUpstream-Status: Accepted [https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=14eb5b382cabf90352634393c19bf87a4c15766a] [patch-status]\nERROR: qt5-creator-4.15.2+git-r0 do_patch: QA Issue: Malformed Upstream-Status in patch\n/OE/build/oe-core/meta-qt5/recipes-qt/qt5/qt5-creator/0003-clangformat-Fix-build-with-LLVM-13.patch\nPlease correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status :\nUpstream-Status: Accepted [https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=55b91a76172a3235b4879daf0b675519d5b02db7] [patch-status]\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qt5-creator: Fix Malformed Upstream-Status"}},{"before":"482dcfac6686492f5c65bdd5c1ea230fd01b8738","after":"b5d166c6b3fef6a4ff39ae7f72cb9bfb992852ff","ref":"refs/heads/jansa/master","pushedAt":"2024-04-05T10:01:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qt5-creator: Fix Malformed Upstream-Status\n\n* Accepted was replaced with Backport in gatesgarth:\n https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes\n\nERROR: qt5-creator-4.15.2+git-r0 do_patch: QA Issue: Malformed Upstream-Status in patch\n/OE/build/oe-core/meta-qt5/recipes-qt/qt5/qt5-creator/0002-clangformat-Fix-build-with-LLVM-13.patch\nPlease correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status :\nUpstream-Status: Accepted [https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=14eb5b382cabf90352634393c19bf87a4c15766a] [patch-status]\nERROR: qt5-creator-4.15.2+git-r0 do_patch: QA Issue: Malformed Upstream-Status in patch\n/OE/build/oe-core/meta-qt5/recipes-qt/qt5/qt5-creator/0003-clangformat-Fix-build-with-LLVM-13.patch\nPlease correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status :\nUpstream-Status: Accepted [https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=55b91a76172a3235b4879daf0b675519d5b02db7] [patch-status]\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qt5-creator: Fix Malformed Upstream-Status"}},{"before":"42358cb5ac7fdaf3562d4980c6e2c77937b04062","after":"fe008b6174862a05de14aa350efec271631697e7","ref":"refs/heads/master-next","pushedAt":"2024-04-05T10:01:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qt5-creator: Fix Malformed Upstream-Status\n\n* Accepted was replaced with Backport in gatesgarth:\n https://docs.yoctoproject.org/migration-guides/migration-3.2.html#miscellaneous-changes\n\nERROR: qt5-creator-4.15.2+git-r0 do_patch: QA Issue: Malformed Upstream-Status in patch\n/OE/build/oe-core/meta-qt5/recipes-qt/qt5/qt5-creator/0002-clangformat-Fix-build-with-LLVM-13.patch\nPlease correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status :\nUpstream-Status: Accepted [https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=14eb5b382cabf90352634393c19bf87a4c15766a] [patch-status]\nERROR: qt5-creator-4.15.2+git-r0 do_patch: QA Issue: Malformed Upstream-Status in patch\n/OE/build/oe-core/meta-qt5/recipes-qt/qt5/qt5-creator/0003-clangformat-Fix-build-with-LLVM-13.patch\nPlease correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status :\nUpstream-Status: Accepted [https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=55b91a76172a3235b4879daf0b675519d5b02db7] [patch-status]\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qt5-creator: Fix Malformed Upstream-Status"}},{"before":"6b7dd792898cac1a934538faf6b639e13cd2151e","after":"42358cb5ac7fdaf3562d4980c6e2c77937b04062","ref":"refs/heads/master-next","pushedAt":"2024-04-05T09:46:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"python3-pyqt5-sip: ignore incompatible-pointer-types issues to fix build with gcc-14\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"python3-pyqt5-sip: ignore incompatible-pointer-types issues to fix bu…"}},{"before":"6e51d578456697ed0ae11b1bc92828095d1844df","after":"482dcfac6686492f5c65bdd5c1ea230fd01b8738","ref":"refs/heads/jansa/master","pushedAt":"2024-04-05T09:46:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtlocation: enable geoservices_mapboxgl\n\n* it was needed to reproduce:\n https://github.com/meta-qt5/meta-qt5/pull/529\n failure\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtlocation: enable geoservices_mapboxgl"}},{"before":"fed9043cd09d15b979240294c78393961dd02656","after":"6b7dd792898cac1a934538faf6b639e13cd2151e","ref":"refs/heads/master-next","pushedAt":"2024-04-05T09:42:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtremoteobjects: fix SRCREV\n\n* the old one was copy pasted from:\n qtquicktimeline_git.bb:SRCREV = 29394e35db43acb20e7b4d5e978a733f5b4232a6\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtremoteobjects: fix SRCREV"}},{"before":"4f7573debcd41941b9a0461a58c7dac87f2dfbde","after":"6e51d578456697ed0ae11b1bc92828095d1844df","ref":"refs/heads/jansa/master","pushedAt":"2024-04-05T09:42:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtlocation: enable geoservices_mapboxgl\n\n* it was needed to reproduce:\n https://github.com/meta-qt5/meta-qt5/pull/529\n failure\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtlocation: enable geoservices_mapboxgl"}},{"before":"0e778aaf01c74f9773d59a03945dfb697b18e824","after":"4f7573debcd41941b9a0461a58c7dac87f2dfbde","ref":"refs/heads/jansa/master","pushedAt":"2024-04-05T09:39:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtlocation: enable geoservices_mapboxgl\n\n* it was needed to reproduce:\n https://github.com/meta-qt5/meta-qt5/pull/529\n failure\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtlocation: enable geoservices_mapboxgl"}},{"before":"6e244970dcdb631613af80f37e00957de417449d","after":"fed9043cd09d15b979240294c78393961dd02656","ref":"refs/heads/master-next","pushedAt":"2024-04-05T09:39:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"shr-project","name":"Martin 'JaMa' Jansa","path":"/shr-project","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1234642?s=80&v=4"},"commit":{"message":"qtremoteobjects: fix SRCREV\n\n* the old one was copy pasted from:\n qtquicktimeline_git.bb:SRCREV = 29394e35db43acb20e7b4d5e978a733f5b4232a6\n\nSigned-off-by: Martin Jansa ","shortMessageHtmlLink":"qtremoteobjects: fix SRCREV"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEV0ppNwA","startCursor":null,"endCursor":null}},"title":"Activity · meta-qt5/meta-qt5"}