From: Scott Murray Date: Tue, 15 Apr 2025 15:53:46 +0000 (-0400) Subject: Add missing Upstream-Status tags X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=2140cf48840d35f84246c7e4b224e6feb21d5bbe;p=AGL%2Fmeta-agl-demo.git Add missing Upstream-Status tags Add Upstream-Status tags to the patches that did not have them. Bug-AGL: SPEC-5416 Change-Id: Ib97a669b47325ac923a0a43e1ff324bb61a2d77f Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30922 ci-image-boot-test: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- diff --git a/recipes-multimedia/hts_engine/hts-engine/nomalize.patch b/recipes-multimedia/hts_engine/hts-engine/nomalize.patch index e292fbb1c..72d1b06fe 100644 --- a/recipes-multimedia/hts_engine/hts-engine/nomalize.patch +++ b/recipes-multimedia/hts_engine/hts-engine/nomalize.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [upstream is dead] + diff --git a/lib/HTS_engine.c b/lib/HTS_engine.c old mode 100644 new mode 100755 diff --git a/recipes-multimedia/openjtalk/openjtalk/fix-mecab-tool.patch b/recipes-multimedia/openjtalk/openjtalk/fix-mecab-tool.patch index 27a42bcd4..8d77070db 100644 --- a/recipes-multimedia/openjtalk/openjtalk/fix-mecab-tool.patch +++ b/recipes-multimedia/openjtalk/openjtalk/fix-mecab-tool.patch @@ -1,3 +1,5 @@ +Upstream-Status: Inappropriate [upstream is dead] + diff --git a/mecab-naist-jdic/Makefile.am b/mecab-naist-jdic/Makefile.am old mode 100644 new mode 100755 diff --git a/recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch b/recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch index b34f84d4f..e977fa8a5 100644 --- a/recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch +++ b/recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch @@ -8,6 +8,7 @@ Avoid touching inputContext() when QT_LOGGING_RULES are enabled. This check ensures we're still able to debug Qt issues. Bug-AGL: SPEC-4770 +Upstream-Status: Pending Signed-off-by: Marius Vlad --- src/client/qwaylandintegration.cpp | 4 +++- diff --git a/recipes-qt/qt/qtwayland/0001-qwaylandwindow-Short-circuit-isExposed.patch b/recipes-qt/qt/qtwayland/0001-qwaylandwindow-Short-circuit-isExposed.patch index 4dc55c5d2..b3a67b8aa 100644 --- a/recipes-qt/qt/qtwayland/0001-qwaylandwindow-Short-circuit-isExposed.patch +++ b/recipes-qt/qt/qtwayland/0001-qwaylandwindow-Short-circuit-isExposed.patch @@ -16,6 +16,7 @@ the compositor already geometry provided by the client instead of computing one for itself, so we need to send a new set_window_geometry() with newer dimensions. +Upstream-Status: Pending Signed-off-by: Marius Vlad --- src/client/qwaylandwindow.cpp | 2 +-