diff mbox series

[master] arago.conf: disable buildpaths QA errors in meta-qt5

Message ID 20240716015013.3051611-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master] arago.conf: disable buildpaths QA errors in meta-qt5 | expand

Commit Message

Denys Dmytriyenko July 16, 2024, 1:50 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

As meta-qt5 is not going to fix the issues causing the errors:

https://github.com/meta-qt5/meta-qt5/issues/575

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-distro/conf/distro/arago.conf | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Ryan Eatmon July 16, 2024, 2:22 p.m. UTC | #1
On 7/15/2024 8:50 PM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@konsulko.com>
> 
> As meta-qt5 is not going to fix the issues causing the errors:
> 
> https://github.com/meta-qt5/meta-qt5/issues/575
> 
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
> ---
>   meta-arago-distro/conf/distro/arago.conf | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
> index deaa8c02..716068ba 100644
> --- a/meta-arago-distro/conf/distro/arago.conf
> +++ b/meta-arago-distro/conf/distro/arago.conf
> @@ -188,3 +188,7 @@ LICENSE_FLAGS_ACCEPTED = "commercial_gst-ffmpeg commercial_gstreamer1.0-libav co
>   
>   # Do not package own copy of perl into devkit, rely on host one
>   ASSUME_PROVIDED += "nativesdk-perl"
> +
> +# https://github.com/meta-qt5/meta-qt5/issues/575
> +ERROR_QA:remove:layer-qt5-layer = "buildpaths"
> +WARN_QA:append:layer-qt5-layer = " buildpaths"

Yeah, I saw that and thought this should be the answer.  Since 
meta-arago is not seeking compatible status this should be acceptable.
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index deaa8c02..716068ba 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -188,3 +188,7 @@  LICENSE_FLAGS_ACCEPTED = "commercial_gst-ffmpeg commercial_gstreamer1.0-libav co
 
 # Do not package own copy of perl into devkit, rely on host one
 ASSUME_PROVIDED += "nativesdk-perl"
+
+# https://github.com/meta-qt5/meta-qt5/issues/575
+ERROR_QA:remove:layer-qt5-layer = "buildpaths"
+WARN_QA:append:layer-qt5-layer = " buildpaths"