summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-28 20:09:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:50:12 +0000
commitac9e08064da4a043d62a21f8a62c5354820941fc (patch)
tree2b6b906ab970e40d3ff83b9f4afd5a5174b661b0 /meta
parent728f1c7d8290ae4e53bc7f1101b445bd3e17af24 (diff)
downloadast2050-yocto-poky-ac9e08064da4a043d62a21f8a62c5354820941fc.zip
ast2050-yocto-poky-ac9e08064da4a043d62a21f8a62c5354820941fc.tar.gz
gstreamer1.0: remove unrecognised options
Fix the following options: --disable-docs-build: replace with --disable-docbook --disable-gtk-doc --with-check=no: --disable-check (From OE-Core rev: 035f0e282ced1d1a2ebaf6900aa870a88e0f9450) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
index 3cb478a..479fb3a 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc
@@ -10,7 +10,11 @@ DEPENDS = "glib-2.0 libxml2 bison-native flex-native"
inherit autotools pkgconfig gettext
GSTREAMER_1_DEBUG ?= "--disable-debug"
-EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no --disable-examples --disable-tests --disable-valgrind ${GSTREAMER_1_DEBUG}"
+EXTRA_OECONF = "--disable-docbook --disable-gtk-doc \
+ --disable-dependency-tracking --disable-check \
+ --disable-examples --disable-tests \
+ --disable-valgrind ${GSTREAMER_1_DEBUG} \
+ "
RRECOMMENDS_${PN}_qemux86 += "kernel-module-snd-ens1370 kernel-module-snd-rawmidi"
RRECOMMENDS_${PN}_qemux86-64 += "kernel-module-snd-ens1370 kernel-module-snd-rawmidi"
OpenPOWER on IntegriCloud