From 749180d20e6ea615822a4a14e6861abb951e64e1 Mon Sep 17 00:00:00 2001 From: Wolfgang Meyer Date: Fri, 3 Jun 2022 16:30:23 +0200 Subject: [PATCH] fbida: remove bash from RDEPENDS 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 Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/fbida/fbida_2.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.14.bb b/meta-oe/recipes-graphics/fbida/fbida_2.14.bb index bc6f021e6b..3d65399cd2 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"