mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
fbida: remove bash from RDEPENDS
Basically reverts commit e7bd28f1f5 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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
bb575718e1
commit
749180d20e
|
|
@ -77,4 +77,4 @@ do_install() {
|
|||
oe_runmake 'DESTDIR=${D}' install
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} = "ttf-dejavu-sans-mono bash"
|
||||
RDEPENDS:${PN} = "ttf-dejavu-sans-mono"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user