]> code.ossystems Code Review - openembedded-core.git/commit
package_deb/ipk/rpm: Add more minimal do_build dependencies back
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Jan 2022 11:16:51 +0000 (11:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Jan 2022 23:13:32 +0000 (23:13 +0000)
commitf3d02c328f3f182340528d11c7b10454e3f6a54b
tree88780ba8d481f88804af8bc4f89d980171460574
parentbc90dcae9f53ddc246942f4d9b8ae8943e3b9754
package_deb/ipk/rpm: Add more minimal do_build dependencies back

The dependencies for do_build became a little too minimal after the
removal of recrdeptask since "bitbake go" would not package go-runtime
despite it being in DEPENDS and the resulting package having a dependency
on it.

A reasonable compromise is probably rdeptask instead of recrdeptask
which is a lot lower overhead but makes the build target more useful
and importantly, lets world builds do what you'd expect them to.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass