[V1] framework/project_dpdk: add return value when build apps use meson
Commit Message
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
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>
> ---
> 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
@@ -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):
"""