The binary examples require the libvpu.so.4 library and does not work
at runtime, so we are removing them.
Fixes following warning:
,----
| WARNING: QA Issue: libfslcodec-test-bin requires libvpu.so.4, but no
| providers in its RDEPENDS [file-rdeps]
`----
Change-Id: Icf4bdd5591dd73ca0d6b8adc4fde0730a0739606
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
}
+do_install_append_mx5() {
+ # FIXME: The binary files depends on libvpu.so.4 which is i.MX6 only
+ rm -r ${D}${datadir}/imx-mm/*/examples/*/bin
+}
+
python __set_insane_skip() {
# Ensure we have PACKAGES expanded
bb.build.exec_func("read_subpackage_metadata", d)