summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2014-01-24 07:32:42 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2014-01-25 16:15:34 -0200
commit546d8d0b8ebd3c5c483b7fb5282f44ae93366b63 (patch)
tree8b40a6f6f6121f9d3b8900c45da68b8f72ac95d5 /recipes-multimedia
parentc9a193e173751e2f9a059525041ed9a0ab95c2fc (diff)
downloadmeta-fsl-arm-546d8d0b8ebd3c5c483b7fb5282f44ae93366b63.tar.gz
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 <eric.nelson@boundarydevices.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gst-fsl-plugin.inc2
1 files changed, 1 insertions, 1 deletions
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"
26PLATFORM_mx28 = "MX28" 26PLATFORM_mx28 = "MX28"
27 27
28# Todo add a mechanism to map posible build targets 28# Todo add a mechanism to map posible build targets
29EXTRA_OECONF = "PLATFORM=${PLATFORM} --disable-valgrind --disable-examples --disable-debug \ 29EXTRA_OECONF = "PLATFORM=${PLATFORM} \
30 CPPFLAGS="-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"" 30 CPPFLAGS="-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include""
31 31
32PACKAGES =+ "${PN}-libmfwsconf ${PN}-libgplaycore ${PN}-libgstfsl \ 32PACKAGES =+ "${PN}-libmfwsconf ${PN}-libgplaycore ${PN}-libgstfsl \