From: LihongX Ma <lihongx.ma@intel.com>
To: dts@dpdk.org
Cc: LingliX.Chen@intel.com, LihongX Ma <lihongx.ma@intel.com>
Subject: [dts] [PATCH V1] framework/project_dpdk: add return value when build apps use meson
Date: Thu, 17 Sep 2020 07:34:17 +0800 [thread overview]
Message-ID: <1600299257-2123-1-git-send-email-lihongx.ma@intel.com> (raw)
add return value of meson build app when freebsd call the api
Signed-off-by: LihongX Ma <lihongx.ma@intel.com>
---
framework/project_dpdk.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py
index c1b5eaf..cb3d1c0 100644
--- a/framework/project_dpdk.py
+++ b/framework/project_dpdk.py
@@ -580,7 +580,7 @@ class DPDKdut(Dut):
def build_dpdk_apps_freebsd_meson(self, folder, extra_options):
# meson build same as linux
- self.build_dpdk_apps_linux_meson(folder, extra_options)
+ return self.build_dpdk_apps_linux_meson(folder, extra_options)
def build_dpdk_apps_freebsd_makefile(self, folder, extra_options):
"""
--
2.7.4
next reply other threads:[~2020-09-17 7:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-16 23:34 LihongX Ma [this message]
2020-09-17 7:14 ` Chen, LingliX
2020-09-23 8:51 ` Tu, Lijuan
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=1600299257-2123-1-git-send-email-lihongx.ma@intel.com \
--to=lihongx.ma@intel.com \
--cc=LingliX.Chen@intel.com \
--cc=dts@dpdk.org \
/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).