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 instal
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 ${
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
> ---
> meta-oe/recipes
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 a/meta-oe/recipes-devtool