diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-08-20 11:46:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 18:30:02 +0100 |
commit | 88c568c99894b0afce5a734512b69564c840fd4f (patch) | |
tree | a3fb8ce95691c94b33ffaf48a1ad31e478e55856 | |
parent | 58eb62b3df8b8780af5833022e62512534676e3e (diff) | |
download | poky-88c568c99894b0afce5a734512b69564c840fd4f.tar.gz |
gst-plugins-good: fix orc enabling via PACKAGECONFIG
An extra --disable-orc was being added to EXTRA_OECONF regardless of
whether orc was in PACKAGECONFIG, drop this.
(From OE-Core rev: 0fbb6b6a2bae4d5df21dc9606e7befeb6ad24429)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb index 8868ba74ad..daffcf1f4a 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | |||
@@ -25,7 +25,7 @@ inherit gettext gconf | |||
25 | SRC_URI += "file://0001-v4l2-fix-build-with-recent-kernels-the-v4l2_buffer-i.patch" | 25 | SRC_URI += "file://0001-v4l2-fix-build-with-recent-kernels-the-v4l2_buffer-i.patch" |
26 | 26 | ||
27 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check \ | 27 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check \ |
28 | --disable-orc --disable-examples --disable-taglib" | 28 | --disable-examples --disable-taglib" |
29 | 29 | ||
30 | do_configure_prepend() { | 30 | do_configure_prepend() { |
31 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 31 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |