With the recent addition of rootfs creation log checking for builds
using Debian packaging, rootfs builds fail because the main imx-gpu-viv
package isn't present, but other packages (such as its -dev) depend
on it.
Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
find ${D}${includedir} -type f -exec chmod 644 {} \;
}
+ALLOW_EMPTY_${PN} = "1"
+
FILES_libclc-mx6 = "${libdir}/libCLC${SOLIBS}"
FILES_libclc-mx6-dev = "${includedir}/CL ${libdir}/libCLC${SOLIBSDEV}"
FILES_libclc-mx6-dbg = "${libdir}/.debug/libCLC${SOLIBS}"