From fc8703b03ef00f4bf006fb1db650efdc4d270c65 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 12 Mar 2025 14:46:06 -0700 Subject: bpftrace: Inherit bash completion class Fixes ERROR: bpftrace-0.23.0+git-r0 do_package: QA Issue: bpftrace: Files/directories were installed but not shipped in any package: /usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/bpftrace Signed-off-by: Khem Raj --- dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynamic-layers/meta-python') 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" S = "${WORKDIR}/git" -inherit cmake ptest +inherit bash-completion cmake ptest PACKAGECONFIG ?= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}" -- cgit v1.2.3-54-g00ecf