[meta-freescale] [meta-fsl-arm][PATCH] gst-fsl-plugin: remove unsupported configure options

Eric Nelson eric.nelson at boundarydevices.com
Fri Jan 24 06:32:42 PST 2014


The gst-fsl-plugin configure script doesn't support the
--disable-valgrind, --disable-debug, or --disable-examples
arguments.

Without this patch, a QA error will be generated.

Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
---
 recipes-multimedia/gstreamer/gst-fsl-plugin.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-multimedia/gstreamer/gst-fsl-plugin.inc b/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
index 1e8772e..46bc6f0 100644
--- a/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
+++ b/recipes-multimedia/gstreamer/gst-fsl-plugin.inc
@@ -26,7 +26,7 @@ PLATFORM_mx6sl = "MX6SL"
 PLATFORM_mx28 = "MX28"
 
 # Todo add a mechanism to map posible build targets
-EXTRA_OECONF = "PLATFORM=${PLATFORM} --disable-valgrind --disable-examples --disable-debug \
+EXTRA_OECONF = "PLATFORM=${PLATFORM} \
                 CPPFLAGS="-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include""
 
 PACKAGES =+ "${PN}-libmfwsconf ${PN}-libgplaycore ${PN}-libgstfsl \
-- 
1.8.1.2



More information about the meta-freescale mailing list