Re: [OE-core] [PATCH] bitbake: add readlink to HOSTTOOLS

2019-03-07 Thread Burton, Ross
Whoops! v2 incoming. Ross On Thu, 7 Mar 2019 at 18:51, Andre McCurdy wrote: > > On Wed, Mar 6, 2019 at 8:14 AM Ross Burton wrote: > > > > If systemd has EFI enabled it uses readlink. > > > > Signed-off-by: Ross Burton > > --- > > meta/conf/bitbake.conf | 2 +- > > 1 file changed, 1

Re: [OE-core] [PATCH] bitbake: add readlink to HOSTTOOLS

2019-03-07 Thread Andre McCurdy
On Wed, Mar 6, 2019 at 8:14 AM Ross Burton wrote: > > If systemd has EFI enabled it uses readlink. > > Signed-off-by: Ross Burton > --- > meta/conf/bitbake.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > index

[OE-core] [PATCH] bitbake: add readlink to HOSTTOOLS

2019-03-06 Thread Ross Burton
If systemd has EFI enabled it uses readlink. Signed-off-by: Ross Burton --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index f1540a0acf7..3d1434931d1 100644 --- a/meta/conf/bitbake.conf +++