]> code.ossystems Code Review - openembedded-core.git/commit
gst-plugins-good: fix nondeterministic udev dependency
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 19 Mar 2015 06:29:18 +0000 (23:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 23:51:27 +0000 (23:51 +0000)
commite084060b59f2ad2ca5e3896afb2ff2dfb665cc67
tree9b111be9a5cf4dc9555f156b7fa4298609b360b4
parentd3a656dd2a276a743925f55935789357c4cb4d97
gst-plugins-good: fix nondeterministic udev dependency

Make the v4l PACKAGECONFIG option control building of the video4linux2
plug-in (not use of libv4l, as it did before) and enable by default.
Add a separate libv4l PACKAGECONFIG to control use of libv4l (disabled
by default since libv4l is not part of oe-core).

The default config for gst-plugins-good and gstreamer1.0-plugins-good
is now aligned with regards to v4l, ie:

  v4l support: enabled by default
  v4l use of libgudev: enabled by default
  v4l use of libv4l2: disabled by default

This commit fixes the following build-deps QA Warnings:

  WARNING: QA Issue: gst-plugins-good-video4linux2 rdepends on libudev, but it isn't a build dependency? [build-deps]
  WARNING: QA Issue: gst-plugins-good-video4linux2 rdepends on libgudev, but it isn't a build dependency? [build-deps]

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb