mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
cpupower: Inherit bash completion class
Fixes ERROR: QA Issue: cpupower: Files/directories were installed but not shipped in any package: /usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/cpupower Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
|
|||||||
DEPENDS = "pciutils gettext-native"
|
DEPENDS = "pciutils gettext-native"
|
||||||
PROVIDES = "virtual/cpupower"
|
PROVIDES = "virtual/cpupower"
|
||||||
|
|
||||||
inherit kernelsrc kernel-arch
|
inherit kernelsrc kernel-arch bash-completion
|
||||||
|
|
||||||
do_populate_lic[depends] += "virtual/kernel:do_patch"
|
do_populate_lic[depends] += "virtual/kernel:do_patch"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user