DPDK patches and discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: dev <dev@dpdk.org>
Cc: "Bruce Richardson" <bruce.richardson@intel.com>,
	"Robin Jarry" <robin.jarry@6wind.com>,
	"Luca Boccassi" <bluca@debian.org>,
	"Juraj Linkeš" <juraj.linkes@pantheon.tech>,
	"Honnappa Nagarahalli" <honnappa.nagarahalli@arm.com>,
	"Ruifeng Wang" <ruifeng.wang@arm.com>
Subject: Re: [dpdk-dev] [PATCH] build: fix drivers config with no python interpreter
Date: Fri, 7 May 2021 12:01:34 +0200	[thread overview]
Message-ID: <CAJFAV8z0iRHEmWdvJ_wRb5AYdUe0E9sZ_R7hZuf0Pd4yXbNHXQ@mail.gmail.com> (raw)
In-Reply-To: <20210507092158.12284-1-david.marchand@redhat.com>

On Fri, May 7, 2021 at 11:22 AM David Marchand
<david.marchand@redhat.com> wrote:
> diff --git a/lib/meson.build b/lib/meson.build
> index 77f363a516..56f2465ee2 100644
> --- a/lib/meson.build
> +++ b/lib/meson.build
> @@ -88,7 +88,8 @@ optional_libs = [
>  ]
>
>  disabled_libs = []
> -opt_disabled_libs = run_command(list_dir_globs, get_option('disable_libs')).stdout().split()
> +opt_disabled_libs =
> +    run_command(list_dir_globs, get_option('disable_libs'), check: true).stdout().split()

^^
Buggy last minute edit

v2 coming...


-- 
David Marchand


  parent reply	other threads:[~2021-05-07 10:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-07  9:21 David Marchand
2021-05-07  9:50 ` Bruce Richardson
2021-05-07 10:01 ` David Marchand [this message]
2021-05-07 11:54 ` [dpdk-dev] [PATCH v2] " David Marchand
2021-05-07 13:45   ` Thomas Monjalon

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=CAJFAV8z0iRHEmWdvJ_wRb5AYdUe0E9sZ_R7hZuf0Pd4yXbNHXQ@mail.gmail.com \
    --to=david.marchand@redhat.com \
    --cc=bluca@debian.org \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=honnappa.nagarahalli@arm.com \
    --cc=juraj.linkes@pantheon.tech \
    --cc=robin.jarry@6wind.com \
    --cc=ruifeng.wang@arm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).