]> code.ossystems Code Review - meta-freescale.git/commitdiff
gst-fsl-plugin: Set CROSS_ROOT so the 'ipu.h' can be found
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 17 May 2013 18:49:29 +0000 (15:49 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 28 May 2013 14:00:49 +0000 (11:00 -0300)
The configure script of gst-fsl-plugin uses the CROSS_ROOT environment
variable to find the ipu.h header. This ensures the IPU sink to be
built.

Change-Id: If0ecc2b08d901a3fe462863ee4b2b9f0fc17a6da
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc

index 66d29c4059bb71913b08a33d2787f0f9c0d9690c..b9dca01d5d339cac2790735b26aea4cee01ea95c 100644 (file)
@@ -27,6 +27,7 @@ PLATFORM_mx28 = "MX28"
 INCLUDE_DIR = "-I${STAGING_KERNEL_DIR}/include"
 EXTRA_OEMAKE = "INCLUDES=${INCLUDE_DIR}"
 EXTRA_OECONF = "PLATFORM=${PLATFORM} --disable-valgrind --disable-examples --disable-debug"
+CACHED_CONFIGUREVARS += "CROSS_ROOT=${STAGING_DIR_TARGET}"
 
 PACKAGES += "${PN}-libmfwsconf ${PN}-libgplaycore ${PN}-libgstfsl \
              ${PN}-libme ${PN}-libgstbufmeta ${PN}-libmfwba \