diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-18 08:59:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-18 21:12:22 +0100 |
commit | 7f2898c16700b92729216b4c9998150e4a17a4a8 (patch) | |
tree | e19026dba7ffc43be8acf3e1f42ccc3ce4670b86 /meta/recipes-multimedia/gstreamer | |
parent | d3a004e581904a8325ee6507062d3bd58a72d706 (diff) | |
download | poky-7f2898c16700b92729216b4c9998150e4a17a4a8.tar.gz |
gst-plugins-bad: Disable neon, its not on DEPENDS
Otherwise this setting "floats" and leads to non-determinstic builds.
(From OE-Core rev: 4eea01e9d775f2e56958a8bb194aadd8a242946d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb index eb289c70de..80a8b04459 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | |||
@@ -14,7 +14,7 @@ inherit gettext | |||
14 | 14 | ||
15 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb \ | 15 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb \ |
16 | --with-plugins=wavpack,ivorbis,mpegvideoparse --disable-vdpau --disable-apexsink \ | 16 | --with-plugins=wavpack,ivorbis,mpegvideoparse --disable-vdpau --disable-apexsink \ |
17 | --disable-orc" | 17 | --disable-orc --disable-neon" |
18 | 18 | ||
19 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'librsvg', '', d)}" | 19 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'librsvg', '', d)}" |
20 | PACKAGECONFIG[librsvg] = "--enable-librsvg,--disable-librsvg,librsvg," | 20 | PACKAGECONFIG[librsvg] = "--enable-librsvg,--disable-librsvg,librsvg," |