[V1] framework/project_dpdk: add return value when build apps use meson

Message ID 1600299257-2123-1-git-send-email-lihongx.ma@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] framework/project_dpdk: add return value when build apps use meson |

Commit Message

Ma, LihongX Sept. 16, 2020, 11:34 p.m. UTC
  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(-)
  

Comments

Lingli Chen Sept. 17, 2020, 7:14 a.m. UTC | #1
Tested-by:  Chen, LingliX <linglix.chen@intel.com>

Regards,
Chen, LingliX

> -----Original Message-----
> From: Ma, LihongX
> Sent: Thursday, September 17, 2020 7:34 AM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>; Ma, LihongX
> <lihongx.ma@intel.com>
> Subject: [dts][PATCH V1] framework/project_dpdk: add return value when
> build apps use meson
> 
> add return value of meson build app when freebsd call the api
> 
> Signed-off-by: LihongX Ma <lihongx.ma@intel.com>
> ---
  
Tu, Lijuan Sept. 23, 2020, 8:51 a.m. UTC | #2
> Subject: [dts] [PATCH V1] framework/project_dpdk: add return value when build
> apps use meson
> 
> add return value of meson build app when freebsd call the api
> 
> Signed-off-by: LihongX Ma <lihongx.ma@intel.com>

Applied
  

Patch

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):
         """