All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clutter-gst-3.0: add missing gudev build dependency
@ 2015-12-14 22:34 Ross Burton
  2015-12-14 22:59 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2015-12-14 22:34 UTC (permalink / raw)
  To: openembedded-core

This is an auto-detected build dependency but upstream doesn't have an option to
toggle it.  As GStreamer builds with gudev enabled, simply enable it here.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-graphics/clutter/clutter-gst-3.0.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
index 5aeeac6..6a189f2 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"
 
 SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
 
-DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0"
+DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 gudev"
 RDEPENDS_${PN} += "gstreamer1.0-meta-base"
 PACKAGES  =+ "${PN}-examples"
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] clutter-gst-3.0: add missing gudev build dependency
  2015-12-14 22:34 [PATCH] clutter-gst-3.0: add missing gudev build dependency Ross Burton
@ 2015-12-14 22:59 ` Martin Jansa
  2015-12-14 23:03   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2015-12-14 22:59 UTC (permalink / raw)
  To: Ross Burton; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1485 bytes --]

It's libgudev not just gudev, see:

http://git.openembedded.org/openembedded-core-contrib/commit/?h=jansa/master&id=b4183af99a9ebd2c394c6eceb528ea97821b915a

On Mon, Dec 14, 2015 at 11:34 PM, Ross Burton <ross.burton@intel.com> wrote:

> This is an auto-detected build dependency but upstream doesn't have an
> option to
> toggle it.  As GStreamer builds with gudev enabled, simply enable it here.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>  meta/recipes-graphics/clutter/clutter-gst-3.0.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
> b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
> index 5aeeac6..6a189f2 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"
>
>  SRC_URI +=
> "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
>
> -DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0"
> +DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0
> gudev"
>  RDEPENDS_${PN} += "gstreamer1.0-meta-base"
>  PACKAGES  =+ "${PN}-examples"
>
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 2350 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] clutter-gst-3.0: add missing gudev build dependency
  2015-12-14 22:59 ` Martin Jansa
@ 2015-12-14 23:03   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2015-12-14 23:03 UTC (permalink / raw)
  To: Martin Jansa; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

On 14 December 2015 at 22:59, Martin Jansa <martin.jansa@gmail.com> wrote:

> It's libgudev not just gudev, see:
>

Damnit, thanks.  I'll drop mine and pick yours. :)

Ross

[-- Attachment #2: Type: text/html, Size: 601 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-14 23:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-14 22:34 [PATCH] clutter-gst-3.0: add missing gudev build dependency Ross Burton
2015-12-14 22:59 ` Martin Jansa
2015-12-14 23:03   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.