Re: [OE-core] [PATCH] bitbake.conf: Add run-parts to HOSTTOOLS

2017-08-25 Thread André Draszik
On Fri, 2017-08-25 at 12:05 +0100, Richard Purdie wrote: > The patches I have in master-next which enable a native version of > debianutils and then add it as a dependency from ca-certificates? Cool! Hadn't seen those. Cheers, Andre' -- ___ Openembedd

Re: [OE-core] [PATCH] bitbake.conf: Add run-parts to HOSTTOOLS

2017-08-25 Thread Richard Purdie
On Fri, 2017-08-25 at 12:03 +0100, André Draszik wrote: > On Thu, 2017-08-24 at 11:18 +0100, Richard Purdie wrote: > > We definitely should not be doing this, there is clearly a > > dependency > > missing somewhere else. ca-certificates should depend on whatever > > provides that... > In OE, run-pa

Re: [OE-core] [PATCH] bitbake.conf: Add run-parts to HOSTTOOLS

2017-08-25 Thread André Draszik
On Thu, 2017-08-24 at 11:18 +0100, Richard Purdie wrote: > On Thu, 2017-08-24 at 10:19 +0100, André Draszik wrote: > > From: André Draszik > > > > ca-certificates runs a postinst task, update-ca-certificates, > > which ultimately wants to execute run-parts. > > > > Signed-off-by: André Draszik

Re: [OE-core] [PATCH] bitbake.conf: Add run-parts to HOSTTOOLS

2017-08-24 Thread Richard Purdie
On Thu, 2017-08-24 at 10:19 +0100, André Draszik wrote: > From: André Draszik > > ca-certificates runs a postinst task, update-ca-certificates, > which ultimately wants to execute run-parts. > > Signed-off-by: André Draszik > --- >  meta/conf/bitbake.conf | 2 +- >  1 file changed, 1 insertion(+

Re: [OE-core] [PATCH] bitbake.conf: Add run-parts to HOSTTOOLS

2017-08-24 Thread Patrick Ohly
On Thu, 2017-08-24 at 10:19 +0100, André Draszik wrote: > From: André Draszik > > ca-certificates runs a postinst task, update-ca- > certificates, > which ultimately wants to execute run-parts. > > Signed-off-by: André Draszik > --- >  meta/conf/bitbake.conf | 2 +- >  1 file changed, 1 insertio

[OE-core] [PATCH] bitbake.conf: Add run-parts to HOSTTOOLS

2017-08-24 Thread André Draszik
From: André Draszik ca-certificates runs a postinst task, update-ca-certificates, which ultimately wants to execute run-parts. Signed-off-by: André Draszik --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.