libfreenect: adding bash runtime dependency
Solves following warning: QA Issue: libfreenect requires /bin/bash, but no providers in its RDEPENDS [file-rdeps]
This commit is contained in:
parent
af9e7cb233
commit
0964513129
|
@ -18,3 +18,5 @@ EXTRA_OECMAKE += " -DLIB_SUFFIX=''"
|
|||
FILES_${PN} += "${libdir}/fakenect/${BPN}.so.*"
|
||||
FILES_${PN}-dev += "${libdir}/fakenect/${BPN}.so"
|
||||
FILES_${PN}-dbg += "${libdir}/fakenect/.debug"
|
||||
|
||||
RDEPENDS_${PN} += "bash"
|
||||
|
|
Loading…
Reference in New Issue