diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-14 19:31:46 +0100 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 12:12:18 +0000 | 
| commit | 5fb8fea922f6b0711e1fe84adb35db114e41da87 (patch) | |
| tree | ab456cc9cf142ee6af2cd8daa3bfc10cade7954d | |
| parent | 54f01ca1174179918828a9b61ebc6c3e62da8e88 (diff) | |
| download | poky-5fb8fea922f6b0711e1fe84adb35db114e41da87.tar.gz | |
clutter-gst-3.0: add dependency on libgudev
* it's autodetected from sysroot:
  WARN: clutter-gst-3.0: clutter-gst-3.0 rdepends on libcap, but it isn't a build dependency?
  WARN: clutter-gst-3.0: clutter-gst-3.0 rdepends on libgudev, but it isn't a build dependency?
  WARN: clutter-gst-3.0: clutter-gst-3.0 rdepends on libudev, but it isn't a build dependency?
(From OE-Core rev: 41abc7a1a9822383401f89ac4cef06d28982df92)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-3.0.inc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc index 307afe069c..4f7b4a3c00 100644 --- a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc +++ b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc  | |||
| @@ -8,7 +8,7 @@ REQUIRED_DISTRO_FEATURES ?= "opengl" | |||
| 8 | 8 | ||
| 9 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" | 9 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" | 
| 10 | 10 | ||
| 11 | DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0" | 11 | DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev" | 
| 12 | RDEPENDS_${PN} += "gstreamer1.0-meta-base" | 12 | RDEPENDS_${PN} += "gstreamer1.0-meta-base" | 
| 13 | PACKAGES =+ "${PN}-examples" | 13 | PACKAGES =+ "${PN}-examples" | 
| 14 | 14 | ||
