[meta-oe] fbida: remove bash from RDEPENDS

Message ID 20220603143023.360922-1-Wolfgang.Meyer@gossenmetrawatt.com
State Under Review
Headers show
Series [meta-oe] fbida: remove bash from RDEPENDS | expand

Commit Message

Meyer, Wolfgang June 3, 2022, 2:30 p.m. UTC
Basically reverts commit e7bd28f1f5e6374dee813e44a5218022367629a0 as the
QA issue does not exist anymore. This is presumably the case since the
file-rdeps check does not expand RDEPENDS recursively. There is no evidence
in the fbida source code for a runtime dependency to bash.

Signed-off-by: Wolfgang Meyer <Wolfgang.Meyer@gossenmetrawatt.com>
---
 meta-oe/recipes-graphics/fbida/fbida_2.14.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.36.1


Gossen Metrawatt GmbH

Südwestpark 15
90449 Nürnberg
Germany

http://www.gossenmetrawatt.com
Amtsgericht Nürnberg HRB 24 602/USt-IdNr. DE815002769
Geschäftsführer: Marcel Hutka, Matthias Wist

Gossen Metrawatt GmbH is a member of GMC INSTRUMENTS-Group

[https://www.gmc-instruments.de/media/mailfooter/mailfooter.jpg]<http://www.gossenmetrawatt.com>

Patch

diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.14.bb b/meta-oe/recipes-graphics/fbida/fbida_2.14.bb
index bc6f021e6..3d65399cd 100644
--- a/meta-oe/recipes-graphics/fbida/fbida_2.14.bb
+++ b/meta-oe/recipes-graphics/fbida/fbida_2.14.bb
@@ -77,4 +77,4 @@  do_install() {
     oe_runmake 'DESTDIR=${D}' install
 }

-RDEPENDS:${PN} = "ttf-dejavu-sans-mono bash"
+RDEPENDS:${PN} = "ttf-dejavu-sans-mono"