diff options
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb b/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb index 3dd2a5f..48176a8 100644 --- a/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb +++ b/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb | |||
@@ -26,7 +26,7 @@ SRCREV = "339a2f571505616832379ca216627aceb0e5d0bb" | |||
26 | 26 | ||
27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||
29 | inherit cmake ptest | 29 | inherit bash-completion cmake ptest |
30 | 30 | ||
31 | PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" | 31 | PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" |
32 | 32 | ||