From: Denys Dmytriyenko <[email protected]> This issue is being tracked in upstream bugzilla: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15553
So, when/if this gets fixed upstream, the workaround can be dropped. Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index be833c94..5316ce81 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -192,6 +192,9 @@ 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" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15453): https://lists.yoctoproject.org/g/meta-arago/message/15453 Mute This Topic: https://lists.yoctoproject.org/mt/107262516/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
