[oe-commits] [meta-openembedded] 53/74: gflags: add runtime dependency on bash

git at git.openembedded.org git at git.openembedded.org
Mon Aug 28 09:05:13 UTC 2017


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

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

commit 8530df3ff6e1b3609926035677b6422da9445d22
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Thu Aug 24 11:08:17 2017 +0800

    gflags: add runtime dependency on bash
    
    * add runtime dependency on bash to fix QA issue:
    | ERROR: gflags-2.2.0-r0 do_package_qa: QA Issue:
    | /usr/bin/gflags_completions.sh contained in package
    | gflags-bash-completion requires /bin/bash, but
    |  no providers found in RDEPENDS_gflags-bash-completion? [file-rdeps]
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/gflags/gflags_2.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/gflags/gflags_2.2.0.bb b/meta-oe/recipes-support/gflags/gflags_2.2.0.bb
index 89caa37..0e85b3f 100644
--- a/meta-oe/recipes-support/gflags/gflags_2.2.0.bb
+++ b/meta-oe/recipes-support/gflags/gflags_2.2.0.bb
@@ -18,4 +18,4 @@ EXTRA_OECMAKE="-DBUILD_SHARED_LIBS=ON -DREGISTER_INSTALL_PREFIX=OFF -DLIB_INSTAL
 
 PACKAGES =+ "${PN}-bash-completion"
 FILES_${PN}-bash-completion += "${bindir}/gflags_completions.sh"
-RDEPENDS_${PN}-bash-completion = "bash-completion"
+RDEPENDS_${PN}-bash-completion = "bash bash-completion"

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


More information about the Openembedded-commits mailing list