summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2018-10-03 12:24:43 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2018-10-04 12:44:06 -0300
commit476c63185e6864f82e938247235e7ad8ad20af4b (patch)
tree2adb750a56fd8c5e62f470eee7c6cc2567d49ce9
parent387b285adc25aa244bfe90f4083320304af237c5 (diff)
downloadmeta-freescale-476c63185e6864f82e938247235e7ad8ad20af4b.tar.gz
gstreamer1.0-plugins-base: fix build issue
Just like imx-vpu-hantro, this package now depends on LINUX_VERSION_CODE which should be retrieved from kernel build folder directly instead of relying on the toolchain kernel headers. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb
index 3d31d22f..a9259946 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.imx.bb
@@ -67,6 +67,7 @@ EXTRA_OECONF += " \
67 -I${STAGING_KERNEL_DIR}/include/uapi \ 67 -I${STAGING_KERNEL_DIR}/include/uapi \
68 -I${STAGING_KERNEL_DIR}/include \ 68 -I${STAGING_KERNEL_DIR}/include \
69 -I${STAGING_KERNEL_DIR}/drivers/staging/android/uapi \ 69 -I${STAGING_KERNEL_DIR}/drivers/staging/android/uapi \
70 -I${STAGING_KERNEL_BUILDDIR}/include/generated/uapi \
70 " \ 71 " \
71" 72"
72 73