summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMatt Madison <matt@madison.systems>2015-03-25 05:33:17 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2015-03-26 22:21:49 -0300
commit115aaced72fddc23024f8838f0eeb8ad5e37d048 (patch)
treee8d3af7a99ef8ad20e356624dcb6f7d05cee92f7 /recipes-graphics
parent7424750494203e914d2f157798bf152d70f406c3 (diff)
downloadmeta-fsl-arm-115aaced72fddc23024f8838f0eeb8ad5e37d048.tar.gz
imx-gpu-viv: set ALLOW_EMPTY_${PN}
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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
index 00dcab7..5cd00fa 100644
--- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
+++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc
@@ -243,6 +243,8 @@ do_install () {
243 find ${D}${includedir} -type f -exec chmod 644 {} \; 243 find ${D}${includedir} -type f -exec chmod 644 {} \;
244} 244}
245 245
246ALLOW_EMPTY_${PN} = "1"
247
246FILES_libclc-mx6 = "${libdir}/libCLC${SOLIBS}" 248FILES_libclc-mx6 = "${libdir}/libCLC${SOLIBS}"
247FILES_libclc-mx6-dev = "${includedir}/CL ${libdir}/libCLC${SOLIBSDEV}" 249FILES_libclc-mx6-dev = "${includedir}/CL ${libdir}/libCLC${SOLIBSDEV}"
248FILES_libclc-mx6-dbg = "${libdir}/.debug/libCLC${SOLIBS}" 250FILES_libclc-mx6-dbg = "${libdir}/.debug/libCLC${SOLIBS}"