All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: badganchipv@gmail.com
Cc: meta-virtualization@lists.yoctoproject.org, ranjitsinh.rathod@kpit.com
Subject: Re: [meta-virtualization][master][PATCH] lxc: Fix meson build issue
Date: Mon, 22 Jul 2024 22:19:11 +0000	[thread overview]
Message-ID: <Zp7a3y1P949O1GD2@gmail.com> (raw)
In-Reply-To: <20240710105821.60987-1-badganchipv@gmail.com>


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 <badganchipv@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 (#8834): https://lists.yoctoproject.org/g/meta-virtualization/message/8834
> Mute This Topic: https://lists.yoctoproject.org/mt/107140196/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



      reply	other threads:[~2024-07-22 22:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-10 10:58 [meta-virtualization][master][PATCH] lxc: Fix meson build issue Pawan
2024-07-22 22:19 ` Bruce Ashfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zp7a3y1P949O1GD2@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=badganchipv@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=ranjitsinh.rathod@kpit.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.