diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-05-17 15:49:29 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-05-28 11:00:49 -0300 |
commit | 3d0a85075f037cd1cfc6b10a1ad485fcfe41cf7a (patch) | |
tree | 24c97ecd7c8fefea42325c54e2c64d79c5f75060 | |
parent | ab56b11ba65bfa3bb5d123a51510e6d5c9f65e36 (diff) | |
download | meta-fsl-arm-3d0a85075f037cd1cfc6b10a1ad485fcfe41cf7a.tar.gz |
gst-fsl-plugin: Set CROSS_ROOT so the 'ipu.h' can be found
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>
-rw-r--r-- | recipes-multimedia/gst-plugins/gst-fsl-plugin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc b/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc index 66d29c4..b9dca01 100644 --- a/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc +++ b/recipes-multimedia/gst-plugins/gst-fsl-plugin.inc | |||
@@ -27,6 +27,7 @@ PLATFORM_mx28 = "MX28" | |||
27 | INCLUDE_DIR = "-I${STAGING_KERNEL_DIR}/include" | 27 | INCLUDE_DIR = "-I${STAGING_KERNEL_DIR}/include" |
28 | EXTRA_OEMAKE = "INCLUDES=${INCLUDE_DIR}" | 28 | EXTRA_OEMAKE = "INCLUDES=${INCLUDE_DIR}" |
29 | EXTRA_OECONF = "PLATFORM=${PLATFORM} --disable-valgrind --disable-examples --disable-debug" | 29 | EXTRA_OECONF = "PLATFORM=${PLATFORM} --disable-valgrind --disable-examples --disable-debug" |
30 | CACHED_CONFIGUREVARS += "CROSS_ROOT=${STAGING_DIR_TARGET}" | ||
30 | 31 | ||
31 | PACKAGES += "${PN}-libmfwsconf ${PN}-libgplaycore ${PN}-libgstfsl \ | 32 | PACKAGES += "${PN}-libmfwsconf ${PN}-libgplaycore ${PN}-libgstfsl \ |
32 | ${PN}-libme ${PN}-libgstbufmeta ${PN}-libmfwba \ | 33 | ${PN}-libme ${PN}-libgstbufmeta ${PN}-libmfwba \ |