diff options
| author | Matt Madison <matt@madison.systems> | 2015-03-25 05:33:17 -0700 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-03-26 22:21:49 -0300 |
| commit | 7b0fa3438ec789d17148ec42b16f4c6f839d7fbb (patch) | |
| tree | a507e90a05edef4c4ce2df66ac484815f84dd421 | |
| parent | 0aa9898a4d524058dd0447595b925af9b091b616 (diff) | |
| download | meta-freescale-7b0fa3438ec789d17148ec42b16f4c6f839d7fbb.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>
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/meta-fsl-arm/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc index 00dcab760..5cd00face 100644 --- a/meta-fsl-arm/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc +++ b/meta-fsl-arm/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 | ||
| 246 | ALLOW_EMPTY_${PN} = "1" | ||
| 247 | |||
| 246 | FILES_libclc-mx6 = "${libdir}/libCLC${SOLIBS}" | 248 | FILES_libclc-mx6 = "${libdir}/libCLC${SOLIBS}" |
| 247 | FILES_libclc-mx6-dev = "${includedir}/CL ${libdir}/libCLC${SOLIBSDEV}" | 249 | FILES_libclc-mx6-dev = "${includedir}/CL ${libdir}/libCLC${SOLIBSDEV}" |
| 248 | FILES_libclc-mx6-dbg = "${libdir}/.debug/libCLC${SOLIBS}" | 250 | FILES_libclc-mx6-dbg = "${libdir}/.debug/libCLC${SOLIBS}" |
