diff mbox series

[master] arago.conf: disable build-deps QA check for nativesdk-openssl-misc

Message ID 20240716220452.3827868-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master] arago.conf: disable build-deps QA check for nativesdk-openssl-misc | expand

Commit Message

Denys Dmytriyenko July 16, 2024, 10:04 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

This gets exposed by nativesdk-perl in ASSUME_PROVIDED and being
tracked in upstream bugzilla:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15552

So, when/if this gets fixed upstream, the workaround can be dropped.

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

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 716068ba..be833c94 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -189,6 +189,9 @@  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://bugzilla.yoctoproject.org/show_bug.cgi?id=15552
+INSANE_SKIP:nativesdk-openssl-misc += "build-deps"
+
 # https://github.com/meta-qt5/meta-qt5/issues/575
 ERROR_QA:remove:layer-qt5-layer = "buildpaths"
 WARN_QA:append:layer-qt5-layer = " buildpaths"