From: Denys Dmytriyenko <[email protected]> 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 <[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 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" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15452): https://lists.yoctoproject.org/g/meta-arago/message/15452 Mute This Topic: https://lists.yoctoproject.org/mt/107261574/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
