[OE-core] [PATCH 1/1] systemd: update efi PACKAGECONFIG to depend on coreutils-native

Burton, Ross ross.burton at intel.com
Thu Mar 7 09:10:24 UTC 2019


That's quite a hammer, I prefer adding realpath to HOSTTOOLS.

(patch sent)

Ross

On Thu, 7 Mar 2019 at 02:10, Chen Qi <Qi.Chen at windriver.com> wrote:
>
> For now, if 'efi' is enabled, we get the following error:
>
>   | src/boot/efi/meson.build:63:24: ERROR:  Program or command 'realpath' not found or not executable
>
> So update the PACKAGECONFIG setting to depend on coreutils-native.
>
> Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
> ---
>  meta/recipes-core/systemd/systemd_241.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/systemd/systemd_241.bb b/meta/recipes-core/systemd/systemd_241.bb
> index 44a132a..7478fdd 100644
> --- a/meta/recipes-core/systemd/systemd_241.bb
> +++ b/meta/recipes-core/systemd/systemd_241.bb
> @@ -119,7 +119,7 @@ PACKAGECONFIG[bzip2] = "-Dbzip2=true,-Dbzip2=false,bzip2"
>  PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false"
>  PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=true,-Dlibcryptsetup=false,cryptsetup"
>  PACKAGECONFIG[dbus] = "-Ddbus=true,-Ddbus=false,dbus"
> -PACKAGECONFIG[efi] = "-Defi=true,-Defi=false"
> +PACKAGECONFIG[efi] = "-Defi=true,-Defi=false,coreutils-native"
>  PACKAGECONFIG[elfutils] = "-Delfutils=true,-Delfutils=false,elfutils"
>  PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false"
>  # Sign the journal for anti-tampering
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list