diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-04 10:42:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 14:24:42 +0000 |
commit | c8d1aa08dbd59be05e79e291dee9837a24119843 (patch) | |
tree | e692b369f86e78b868317ba1cd6e95ee3031ee9a /meta | |
parent | f21a3a475e5b861d36733f6ad52036bb49619be6 (diff) | |
download | poky-c8d1aa08dbd59be05e79e291dee9837a24119843.tar.gz |
gst-plugins-good: Fix configure option
Resolve the warning:
WARNING: QA Issue: gst-plugins-good: configure was passed unrecognised options: --without-check
(the option is no longer present)
(From OE-Core rev: defe535f70369cbc0629853aebf044e846416216)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 d18e1555a0..e0443406a0 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 | SRC_URI += "file://0001-v4l2_calls-define-V4L2_CID_HCENTER-and-V4L2_CID_VCEN.patch" | 26 | SRC_URI += "file://0001-v4l2_calls-define-V4L2_CID_HCENTER-and-V4L2_CID_VCEN.patch" |
27 | 27 | ||
28 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check \ | 28 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal \ |
29 | --disable-examples --disable-taglib" | 29 | --disable-examples --disable-taglib" |
30 | 30 | ||
31 | do_configure_prepend() { | 31 | do_configure_prepend() { |