From a05afb8ab4d4bfbe2dfde074cf4ce5f7c3d852c8 Mon Sep 17 00:00:00 2001 From: Ovidiu Panait Date: Sun, 15 Mar 2020 09:25:40 +0000 Subject: bpftrace: Disable building unit tests Disable building unit tests as they involve pulling gtest from git during do_configure. Reference: https://github.com/iovisor/bpftrace/commit/a56ab12d9f5b1970932c28dc66173b6c12daa7f7 Signed-off-by: Ovidiu Panait --- recipes-devtools/bpftrace/bpftrace_0.9.4.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-devtools/bpftrace/bpftrace_0.9.4.bb b/recipes-devtools/bpftrace/bpftrace_0.9.4.bb index 96c7fb2..c6feecf 100644 --- a/recipes-devtools/bpftrace/bpftrace_0.9.4.bb +++ b/recipes-devtools/bpftrace/bpftrace_0.9.4.bb @@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS += "bison-native \ flex-native \ - gtest-native \ - git-native \ elfutils \ bcc \ " @@ -23,6 +21,7 @@ inherit cmake EXTRA_OECMAKE = " \ -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ " COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux" -- cgit v1.2.3-54-g00ecf