[poky] [OE-core] [PATCH 2/4] clutter-gst: add 1.3.6 for use with clutter 1.6
Richard Purdie
richard.purdie at linuxfoundation.org
Mon Mar 28 08:58:15 PDT 2011
On Mon, 2011-03-28 at 15:28 +0100, Joshua Lock wrote:
> From: Joshua Lock <josh at linux.intel.com>
>
> The inc file should be usable across clutter versions, plus this is already
> set in the clutter-box2d-1.4_git.bb recipe
>
> Signed-off-by: Joshua Lock <josh at linux.intel.com>
> ---
> .../clutter/clutter-gst-1.6_1.3.6.bb | 16 ++++++++++++++++
> meta/recipes-graphics/clutter/clutter-gst.inc | 3 ++-
> 2 files changed, 18 insertions(+), 1 deletions(-)
> create mode 100644 meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb
>
[...]
> diff --git a/meta/recipes-graphics/clutter/clutter-gst.inc b/meta/recipes-graphics/clutter/clutter-gst.inc
> index 614c62d..b1c8617 100644
> --- a/meta/recipes-graphics/clutter/clutter-gst.inc
> +++ b/meta/recipes-graphics/clutter/clutter-gst.inc
> @@ -2,7 +2,7 @@ DESCRIPTION = "Clutter GStreamer"
> HOMEPAGE = "http://www.clutter-project.org/"
> LICENSE = "LGPLv2+"
>
> -DEPENDS = "clutter-1.4 gstreamer gst-plugins-base"
> +DEPENDS = "gstreamer gst-plugins-base"
>
> FILESPATH = "${FILE_DIRNAME}/clutter-gst"
>
> @@ -11,3 +11,4 @@ FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink"
>
> inherit autotools pkgconfig gtk-doc
>
> +FILESPATH = "${FILE_DIRNAME}/clutter-gst"
Why is FILESPATH set twice to the same thing?
Cheers,
Richard
More information about the poky
mailing list