[OE-core] [PATCH v2] coreutils: add alternative target for nice

2018-09-12 Thread Jens Rehsack
Avoid coreutils conflicts with nice from other recipes, like busybox - even if that's not enabled by default. In situations, where coreutils is a dependency for -dev images and small busybox nice is available always, it avoids extra effort for coreutils for those users. Signed-off-by: Jens Rehsack

Re: [OE-core] [PATCH v2] coreutils: add alternative target for nice

2018-09-12 Thread Martin Jansa
Still worn't work IMHO because you forgot to add nice.1 to ALTERNATIVE_${PN}-doc. Also the comment above bindir_progs: # [ df mktemp base64 gets a special treatment and is not included in this should probably be updated to include nice and remove nice from bindir_progs On Wed, Sep 12, 2018 at 2:0

Re: [OE-core] [PATCH v2] coreutils: add alternative target for nice

2018-09-12 Thread Jens Rehsack
Tomorrow morning as first :) 2018-09-12 17:54 GMT+02:00 Martin Jansa : > Still worn't work IMHO because you forgot to add nice.1 to > ALTERNATIVE_${PN}-doc. > > Also the comment above bindir_progs: > # [ df mktemp base64 gets a special treatment and is not included in this > should probably be upd