From e0db1beb6db624b3b743e780c298c63a1e177cfb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Dec 2018 17:31:32 +0000 Subject: nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg opkg needs the replaces/conflicts/provides in order for this package to function as intended. When enabled, this code caused failures for core-image-sato -c populate_sdk. The reason is that nativesdk-autoconf has several perl dependencies. We need to list more of the things which this package provides/conflicts with in order for it to function correctly. Therefore add the missing entries. (From OE-Core rev: 27412b377dda47daa87bfcb3a41babe53ff8b0a3) Signed-off-by: Richard Purdie --- meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb') diff --git a/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb b/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb index 11a727d486..b891efa5ef 100644 --- a/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb +++ b/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb @@ -4,7 +4,6 @@ DUMMYARCH = "sdk-provides-dummy-${SDKPKGSUFFIX}" DUMMYPROVIDES = "\ /bin/bash \ /usr/bin/env \ - /usr/bin/perl \ pkgconfig \ libGL.so()(64bit) \ libGL.so \ -- cgit 1.2.3-korg