]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gpu-viv: set ALLOW_EMPTY_${PN}
authorMatt Madison <matt@madison.systems>
Wed, 25 Mar 2015 12:33:17 +0000 (05:33 -0700)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 27 Mar 2015 01:21:49 +0000 (22:21 -0300)
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>
meta-fsl-arm/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc

index 00dcab7608b0a21c55e59691efaf230be23b8aef..5cd00face9174bddc23e88c9633131e1766cfbf0 100644 (file)
@@ -243,6 +243,8 @@ do_install () {
     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}"