Re: [OE-core][PATCH 2/3] systemd.bbclass: add non-recursive service packaging

2023-02-08 Thread Adrian Freihofer
On Wed, 2023-02-08 at 08:12 +0100, Peter Marko wrote: > When service is split to separate package, it will take > all services it depends on. It does not matter is the dependency > is strong or week or if there is rdepends/rrecommends which would > be the proper way to pull it. > > New variable

Re: [OE-core][PATCH 2/3] systemd.bbclass: add non-recursive service packaging

2023-02-08 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Peter Marko > Sent: den 8 februari 2023 08:13 > To: openembedded-core@lists.openembedded.org > Cc: Peter Marko > Subject: [OE-core][PATCH 2/3] systemd.bbclass: add non-recursive

[OE-core][PATCH 2/3] systemd.bbclass: add non-recursive service packaging

2023-02-07 Thread Peter Marko
When service is split to separate package, it will take all services it depends on. It does not matter is the dependency is strong or week or if there is rdepends/rrecommends which would be the proper way to pull it. New variable SYSTEMD_PACKAGES_DONT_RECURSE allows to skip this recursion for