From 4cd53ccc5b8d2a85ac765c54a0594aa5fd852974 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Thu, 2 Jun 2016 21:38:17 +0800 Subject: qemu-fsl: disable do_compile_ptest_base execution This qemu doesn't support ptest, do disable do_compile_ptest_base. Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- recipes-devtools/qemu/qemu-fsl_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/qemu/qemu-fsl_git.bb b/recipes-devtools/qemu/qemu-fsl_git.bb index 28e06f9..e049b90 100644 --- a/recipes-devtools/qemu/qemu-fsl_git.bb +++ b/recipes-devtools/qemu/qemu-fsl_git.bb @@ -28,6 +28,8 @@ DISABLE_STATIC = "" inherit pkgconfig +do_compile_ptest_base[noexec] = "1" + # Append build host pkg-config paths for native target since the host may provide sdl do_configure_prepend() { export PKG_CONFIG=${STAGING_DIR_NATIVE}${bindir_native}/pkg-config -- cgit v1.2.3-54-g00ecf