[oe-commits] Armin Kuster : fbida: Fix QA warnings

git at git.openembedded.org git at git.openembedded.org
Tue Aug 18 10:44:17 UTC 2015


Module: meta-openembedded.git
Branch: fido-next
Commit: a3e5f927360d692b062028408e98752629ad2a60
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a3e5f927360d692b062028408e98752629ad2a60

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sun Apr  5 06:02:29 2015 -0700

fbida: Fix QA warnings

WARNING: QA Issue: fbida requires /bin/bash, but no providers in its RDEPENDS [file-rdeps]

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta-oe/recipes-graphics/fbida/fbida_2.10.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb
index c7195fc..e763221 100644
--- a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb
+++ b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb
@@ -56,4 +56,4 @@ do_install() {
     oe_runmake 'DESTDIR=${D}' install
 }
 
-RDEPENDS_${PN} = "ttf-dejavu-sans-mono"
+RDEPENDS_${PN} = "ttf-dejavu-sans-mono bash"



More information about the Openembedded-commits mailing list