In message: [meta-virtualization][master][PATCH] lxc: Fix meson build issue
on 10/07/2024 Pawan Badganchi via lists.yoctoproject.org wrote:

> Build is failing during do_configure stage for lxc as meson
> does not support --with-systemdsystemunitdir config parameter.
> 
> Error:
> meson: error: unrecognized arguments: 
> --with-systemdsystemunitdir=/etc/systemd/system/
> 
> Hence, use -Dsystemd-unitdir config parameter instead.

merged to master-next

Bruce

> 
> Signed-off-by: Pawan Badganchi <badganch...@gmail.com>
> ---
>  recipes-containers/lxc/lxc_git.bb | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/recipes-containers/lxc/lxc_git.bb 
> b/recipes-containers/lxc/lxc_git.bb
> index 09d5a05e..22ab80c9 100644
> --- a/recipes-containers/lxc/lxc_git.bb
> +++ b/recipes-containers/lxc/lxc_git.bb
> @@ -79,8 +79,7 @@ PACKAGECONFIG[apparmor] = 
> "-Dapparmor=true,-Dapparmor=false,apparmor,apparmor"
>  PACKAGECONFIG[templates] = ",,, ${PN}-templates"
>  PACKAGECONFIG[selinux] = 
> "-Dselinux=true,-Dselinux=false,libselinux,libselinux"
>  PACKAGECONFIG[seccomp] 
> ="-Dseccomp=true,-Dseccomp=false,libseccomp,libseccomp"
> -# meson equiv for the unitdir found yet
> -# PACKAGECONFIG[systemd] = 
> "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir,systemd,"
> +PACKAGECONFIG[systemd] = "-Dsystemd-unitdir=${sysconfdir}/systemd/system/, 
> -Dsystemd-unitdir=, systemd,"
>  PACKAGECONFIG[systemd] = 
> "-Dinit-script=systemd,-Dinit-script=sysvinit,systemd,"
>  
>  # required by python3 to run setup.py
> -- 
> 2.25.1
> 

> 
> 
> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8839): 
https://lists.yoctoproject.org/g/meta-virtualization/message/8839
Mute This Topic: https://lists.yoctoproject.org/mt/107140196/21656
Group Owner: meta-virtualization+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to