From 546d8d0b8ebd3c5c483b7fb5282f44ae93366b63 Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Fri, 24 Jan 2014 07:32:42 -0700 Subject: gst-fsl-plugin: remove unsupported configure options 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 --- 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 8a748a3..69afc1f 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 \ -- cgit v1.2.3-54-g00ecf