diff options
author | Javier Viguera <javier.viguera@digi.com> | 2016-02-25 16:17:17 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-02-25 15:43:47 -0300 |
commit | 8d22b44716fa624ff87383c36d222d9e28d0b267 (patch) | |
tree | 409283d4925f62bf53612a14d377bfd9fa7932d2 /filesystem-layer | |
parent | 30fd0c89accdb73ab2a3b211547f8f078c4cc11c (diff) | |
download | meta-fsl-arm-jethro-next.tar.gz |
gst1.0-fsl-plugin: add STAGING_KERNEL_BUILDDIR to the include dirs listjethro-next
The new version of the gst1.0-fsl-plugin package uses the preprocessor
to do conditional compilation:
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0)
And to use those macros it includes 'linux/version.h' header file.
This is failing because it is including the 'linux/version.h' file from
the sysroot, which comes from the 'linux-libc-headers' recipe used to
build the toolchain, instead of the real kernel version we are building
and running later on.
Otherwise the build fails with:
error: 'VIDIOC_S_INPUT_CROP' undeclared
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'filesystem-layer')
0 files changed, 0 insertions, 0 deletions