[OE-core] [PATCH 12/27] kmod: define bashcompletiondir

Maxin B. John maxin.john at intel.com
Mon Feb 19 08:37:03 UTC 2018


After moving to pkgconf, kmod package qa test fails without it.

Signed-off-by: Maxin B. John <maxin.john at intel.com>
---
 meta/recipes-kernel/kmod/kmod_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
index 69185b2..251681f 100644
--- a/meta/recipes-kernel/kmod/kmod_git.bb
+++ b/meta/recipes-kernel/kmod/kmod_git.bb
@@ -17,6 +17,8 @@ bindir = "${base_bindir}"
 sbindir = "${base_sbindir}"
 # libdir = "${base_libdir}"
 
+EXTRA_OECONF = "--with-bashcompletiondir='${datadir}/bash-completion/'"
+
 do_install_append () {
         install -dm755 ${D}${base_bindir}
         install -dm755 ${D}${base_sbindir}
-- 
2.4.0




More information about the Openembedded-core mailing list