[Buildroot] [RFC/PATCH 0/1] gst-fsl-plugins: fix compile for sysroot based on newer linux kernel headers

Peter Seiderer ps.report at gmx.net
Tue Feb 25 22:18:41 UTC 2014


The freescale specific gst-fsl-plugins-3.0.1/src/misc/v4l_source/src/mfw_gst_v4lsrc.c
compile depends on the VIDIOC_DBG_G_CHIP_IDENT ioctl (which was removed
from linux kernel in version 3.11). This breaks compile with toolchains
based on actual linux kernel headers (e.g. buildroot/glibc toolchain).

Which is the right way to fix this problem?

- fix include precedence from sysroot to custom linux kernel headers
  as done in the following patch (latest freescale custom kernel
  is 3.10 based)

- add comment/hint in package description about this dependency

- and/or add dependency (or check) for sysroot linux kernel headers
  version <= 3.10.x (any hint how to do this?)

Peter Seiderer (1):
  gst-fsl-plugins: fix compile for sysroot based on newer linux kernel
    headers

 package/gstreamer/gst-fsl-plugins/gst-fsl-plugins.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.8.1.4



More information about the buildroot mailing list