diff options
| author | Ovidiu Panait <ovidiu.panait@windriver.com> | 2020-03-15 09:25:40 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-03-15 16:19:46 -0700 |
| commit | a05afb8ab4d4bfbe2dfde074cf4ce5f7c3d852c8 (patch) | |
| tree | 03a19ddc5845c612d03bb239dc0264907d481a1e | |
| parent | 05d29724d9bd671298c93deb2a52dc98d904f9c5 (diff) | |
| download | meta-clang-a05afb8ab4d4bfbe2dfde074cf4ce5f7c3d852c8.tar.gz | |
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 <ovidiu.panait@windriver.com>
| -rw-r--r-- | recipes-devtools/bpftrace/bpftrace_0.9.4.bb | 3 |
1 files changed, 1 insertions, 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" | |||
| 5 | 5 | ||
| 6 | DEPENDS += "bison-native \ | 6 | DEPENDS += "bison-native \ |
| 7 | flex-native \ | 7 | flex-native \ |
| 8 | gtest-native \ | ||
| 9 | git-native \ | ||
| 10 | elfutils \ | 8 | elfutils \ |
| 11 | bcc \ | 9 | bcc \ |
| 12 | " | 10 | " |
| @@ -23,6 +21,7 @@ inherit cmake | |||
| 23 | 21 | ||
| 24 | EXTRA_OECMAKE = " \ | 22 | EXTRA_OECMAKE = " \ |
| 25 | -DCMAKE_BUILD_TYPE=Release \ | 23 | -DCMAKE_BUILD_TYPE=Release \ |
| 24 | -DBUILD_TESTING=OFF \ | ||
| 26 | " | 25 | " |
| 27 | 26 | ||
| 28 | COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux" | 27 | COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux" |
