]> code.ossystems Code Review - meta-freescale.git/commitdiff
gst-fsl-plugin: remove unsupported configure options
authorEric Nelson <eric.nelson@boundarydevices.com>
Fri, 24 Jan 2014 14:32:42 +0000 (07:32 -0700)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 25 Jan 2014 18:15:34 +0000 (16:15 -0200)
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@boundarydevices.com>
meta-fsl-arm/recipes-multimedia/gstreamer/gst-fsl-plugin.inc

index 8a748a30c5ca88be44886bb97af20a5fc1b1d1a2..69afc1fa0d5d1dcea9aad4336f4ed526223501c3 100644 (file)
@@ -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 \