Seems to be, that is not the right solution, even if -dev package is not existing. On the other hand, why busybox package needs -dev package itself?
We can create an empty package, without any requirements if it's really required. Regards, Andrej -----Original Message----- From: Khem Raj <[email protected]> Sent: 11. februára 2019 15:35 To: Phil Reid <[email protected]> Cc: Richard Purdie <[email protected]>; Valek, Andrej (CT RDA DS EU SK BT1) <[email protected]>; [email protected] Subject: Re: [OE-core] [PATCH 2/2] nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg On Wed, Feb 6, 2019 at 6:39 PM Phil Reid <[email protected]> wrote: > > On 3/01/2019 9:59 pm, Richard Purdie wrote: > > On Mon, 2018-12-31 at 20:56 +0100, Andrej Valek wrote: > >> Your previous solution is working for me, so I was not working on > >> fixing this. I thought, that You will just add missing packages, > >> and that is. > >> I don't have setup for failing machine. > >> > >> Is there any simple way to get all missing perl packages? > > > > I reworked the patch a bit, tested and just merged a working version > > of > > it: > > > > http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=d4e27863f3874fb > > 7dc543eed8dcf6a8c4d146fb5 > > > > Cheers, > > > > Richard > > > > This patch seems to trigger the following new warning for me during > populate_sdk > > Collected errors: > * Solver encountered 1 problem(s): > * Problem 1/1: > * - package busybox-dev-1.29.2-r0.4.cortexa9t2hf-neon requires busybox = > 1.29.2-r0.4, but none of the providers can be installed > * > * Solution 1: > * - allow deinstallation of > target-sdk-provides-dummy-1.0-r0.9.sdk-provides-dummy-target > > * - do not ask to install a package providing > target-sdk-provides-dummy-dev > > * Solution 2: > * - do not ask to install a package providing busybox-dev > > > Not sure what is request busybox-dev to be istalled in the sdk. > Any thoughts? > Richard I am seeing same failure as well. I solved it by adding RDEPENDS_${PN}-dev = "" in busybox recipe. I am not sure if thats right solution, busybox-dev seems to be empty package. > > > -- > Regards > Phil Reid > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
