]> code.ossystems Code Review - meta-freescale.git/commitdiff
gst-fsl-plugin: fix quotting
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 28 Feb 2012 15:14:53 +0000 (15:14 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 28 Feb 2012 15:14:56 +0000 (15:14 +0000)
All assignment now need to be properly quotted otherwise bitbake
raises an exception while parsing the recipes.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb

index bbded7ee7fb7b5a7daff2abdd4803f5a04367e59..03807e8a52e08d42913716dcec3ef6a03aed8499 100644 (file)
@@ -21,5 +21,5 @@ SRC_URI[sha256sum] = "ee024e6fe94ce309b10dc89ab247d1bbcf8ae9cc8006178c96101ce2d4
 
 # Todo add a mechanism to map posible build targets
 INCLUDE_DIR = "-I${STAGING_KERNEL_DIR}/include"
-EXTRA_OEMAKE = INCLUDES="${INCLUDE_DIR}"
+EXTRA_OEMAKE = "INCLUDES="${INCLUDE_DIR}"
 EXTRA_OECONF = "PLATFORM=MX51 --disable-valgrind --disable-examples --disable-debug"