Re: [oe] [meta-oe][master][sumo][PATCH] rapidjson: Allow empty package

2018-11-01 Thread Khem Raj
On Tue, Oct 23, 2018 at 12:00 PM Joshua Watt wrote: > > On Tue, 2018-10-23 at 19:28 +0200, Martin Jansa wrote: > > Why is installing useless empty packages sane? > > The development packages that get installed in the SDK are picked up > grabbing the -dev that corresponds to each ${PN} being

Re: [oe] [meta-oe][master][sumo][PATCH] rapidjson: Allow empty package

2018-10-23 Thread Joshua Watt
On Tue, 2018-10-23 at 19:28 +0200, Martin Jansa wrote: > Why is installing useless empty packages sane? The development packages that get installed in the SDK are picked up grabbing the -dev that corresponds to each ${PN} being installed. However, you can't do that with RapidJSON as there is no

Re: [oe] [meta-oe][master][sumo][PATCH] rapidjson: Allow empty package

2018-10-23 Thread Martin Jansa
Why is installing useless empty packages sane? On Tue, Oct 23, 2018 at 6:05 PM Joshua Watt wrote: > Causes the empty base package to be created so that RapidJSON can be > sanely included in an SDK via IMAGE_INSTALL, RDEPENDS, and the like. > > Signed-off-by: Joshua Watt > --- >

[oe] [meta-oe][master][sumo][PATCH] rapidjson: Allow empty package

2018-10-23 Thread Joshua Watt
Causes the empty base package to be created so that RapidJSON can be sanely included in an SDK via IMAGE_INSTALL, RDEPENDS, and the like. Signed-off-by: Joshua Watt --- meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git