diff mbox series

[master/scarthgap,3/3] arago.conf: don't use ASSUME_PROVIDED for skipping perl

Message ID 20250408154739.2716116-3-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master/scarthgap,1/3] nativesdk-buildtools-perl-dummy: add missing perl packages | expand

Commit Message

Denys Dmytriyenko April 8, 2025, 3:47 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

Use "dummy-sdk-package" facility to avoid packaging nativesdk perl
into the SDK, instead of less flexible ASSUME_PROVIDED mechanism
that causes build-deps QA errors.

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

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index fb0f898f..6287cc44 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -142,9 +142,3 @@  SKIP_META_VIRT_SANITY_CHECK = "1"
 # included by default. If you enable any of those codecs you should check
 # if the below acceptance flags still work for your software distribution
 LICENSE_FLAGS_ACCEPTED = "commercial_ffmpeg commercial_gstreamer1.0-libav"
-
-# 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"