]> code.ossystems Code Review - openembedded-core.git/commit
nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Dec 2018 17:31:32 +0000 (17:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Dec 2018 12:18:38 +0000 (12:18 +0000)
commit27412b377dda47daa87bfcb3a41babe53ff8b0a3
tree6e9c2048f8a6da80348eb55021ed37197148a599
parent48719bc4d108df7e357e7f22f9f356cd72b3ebbd
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/dummy-sdk-package.inc
meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb
meta/recipes-core/meta/target-sdk-provides-dummy.bb