diff mbox series

[master] arago.conf: remove INSANE_SKIP that was fixed upstream

Message ID 20241012212200.55241-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master] arago.conf: remove INSANE_SKIP that was fixed upstream | expand

Commit Message

Denys Dmytriyenko Oct. 12, 2024, 9:22 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

This issue has been resolved upstream, no longer need INSANE_SKIP:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15553

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

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 5316ce81..be833c94 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -192,9 +192,6 @@  ASSUME_PROVIDED += "nativesdk-perl"
 # https://bugzilla.yoctoproject.org/show_bug.cgi?id=15552
 INSANE_SKIP:nativesdk-openssl-misc += "build-deps"
 
-# https://bugzilla.yoctoproject.org/show_bug.cgi?id=15553
-INSANE_SKIP:nativesdk-qemu-user-mips += "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"