[oe-commits] [meta-openembedded] 05/25: cpupower: Inherit bash completion class

git at git.openembedded.org git at git.openembedded.org
Mon May 27 17:46:33 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch warrior-next
in repository meta-openembedded.

commit 1ecae7b390607d67f1acfd0261f5c754b70c6a9f
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Apr 29 10:21:33 2019 -0700

    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 at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-kernel/cpupower/cpupower.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-kernel/cpupower/cpupower.bb b/meta-oe/recipes-kernel/cpupower/cpupower.bb
index abf1585..cf70eb2 100644
--- a/meta-oe/recipes-kernel/cpupower/cpupower.bb
+++ b/meta-oe/recipes-kernel/cpupower/cpupower.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
 DEPENDS = "pciutils gettext-native"
 PROVIDES = "virtual/cpupower"
 
-inherit kernelsrc kernel-arch
+inherit kernelsrc kernel-arch bash-completion
 
 do_populate_lic[depends] += "virtual/kernel:do_patch"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list