[oe-commits] [meta-openembedded] 10/26: cpupower: Inherit bash completion class

git at git.openembedded.org git at git.openembedded.org
Thu May 2 21:19:19 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit a0d6f5c779214e3354c6158d6e8b56a7556ae8ad
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>
---
 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 9289738..5798440 100644
--- a/meta-oe/recipes-kernel/cpupower/cpupower.bb
+++ b/meta-oe/recipes-kernel/cpupower/cpupower.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 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