Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC/PATCH 0/1] gst-fsl-plugins: fix compile for sysroot based on newer linux kernel headers
@ 2014-02-25 22:18 Peter Seiderer
  2014-02-25 22:18 ` [Buildroot] [RFC/PATCH 1/1] " Peter Seiderer
  2014-02-25 22:28 ` [Buildroot] [RFC/PATCH 0/1] " Peter Korsgaard
  0 siblings, 2 replies; 9+ messages in thread
From: Peter Seiderer @ 2014-02-25 22:18 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-10-06 15:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-25 22:18 [Buildroot] [RFC/PATCH 0/1] gst-fsl-plugins: fix compile for sysroot based on newer linux kernel headers Peter Seiderer
2014-02-25 22:18 ` [Buildroot] [RFC/PATCH 1/1] " Peter Seiderer
2014-03-02  8:48   ` Thomas Petazzoni
2014-03-04 17:40     ` Arnout Vandecappelle
2014-03-04 21:50       ` Thomas Petazzoni
2014-04-19 21:56         ` Thomas Petazzoni
2014-10-06 15:18   ` Thomas Petazzoni
2014-02-25 22:28 ` [Buildroot] [RFC/PATCH 0/1] " Peter Korsgaard
2014-02-25 22:53   ` Peter Seiderer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox