imx-gpu-viv-v6: remove kernel-module-imx-gpu-viv dependency
This dependency was originally removed in commiteafa8684a3, but it was erroneously put back in commit793e901678when updating the recipe using the one in meta-fsl-bsp-release as reference. Instead of removing the line containing the dependency, in order to avoid the same situation from happening in the future, comment it out and add an explanation about why we're removing it. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
1fb65f0864
commit
28f07acf99
|
|
@ -300,7 +300,9 @@ FILES_libegl-imx-dev = "${includedir}/EGL ${includedir}/KHR ${libdir}/pkgconfig/
|
|||
|
||||
FILES_libgal-imx = "${libdir}/libGAL${SOLIBS} ${libdir}/libGAL_egl${SOLIBS}"
|
||||
FILES_libgal-imx-dev = "${libdir}/libGAL${SOLIBSDEV} ${includedir}/HAL"
|
||||
RDEPENDS_libgal-imx += "kernel-module-imx-gpu-viv"
|
||||
# Digi custom change: we include the imx-gpu-viv driver as built-in in the
|
||||
# kernel, so this dependency isn't necessary
|
||||
#RDEPENDS_libgal-imx += "kernel-module-imx-gpu-viv"
|
||||
RPROVIDES_libgal-imx += "libgal-imx"
|
||||
INSANE_SKIP_libgal-imx += "build-deps"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue