diff options
| author | Joshua Lock <josh@linux.intel.com> | 2011-03-28 13:19:50 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-29 14:10:08 +0100 |
| commit | 077f96a6ed497bba4fe941df42997f552dc67d47 (patch) | |
| tree | dd32ab69fe8db91329231a09b505fe351538e0f7 | |
| parent | c35a59bd19ccea4d55f8c5b786da940587d120a3 (diff) | |
| download | poky-077f96a6ed497bba4fe941df42997f552dc67d47.tar.gz | |
clutter-gst: add 1.3.6 for use with clutter 1.6
The inc file should be usable across clutter versions, plus this is already
set in the clutter-box2d-1.4_git.bb recipe
(From OE-Core rev: 8fcd08b7ec1dbf1087e8f2c79830cec8238398bf)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb | 16 | ||||
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst.inc | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb b/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb new file mode 100644 index 0000000000..d787b8001e --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-gst-1.6_1.3.6.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | require clutter-gst.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
| 4 | file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4" | ||
| 5 | |||
| 6 | DEPENDS += "clutter-1.6" | ||
| 7 | |||
| 8 | SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.3/clutter-gst-${PV}.tar.bz2 \ | ||
| 9 | file://enable_tests.patch" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/clutter-gst-${PV}" | ||
| 12 | |||
| 13 | do_configure_prepend () { | ||
| 14 | # Disable DOLT | ||
| 15 | sed -i -e 's/^DOLT//' ${S}/configure.ac | ||
| 16 | } | ||
diff --git a/meta/recipes-graphics/clutter/clutter-gst.inc b/meta/recipes-graphics/clutter/clutter-gst.inc index 614c62d525..702424b4e3 100644 --- a/meta/recipes-graphics/clutter/clutter-gst.inc +++ b/meta/recipes-graphics/clutter/clutter-gst.inc | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "Clutter GStreamer" | |||
| 2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://www.clutter-project.org/" |
| 3 | LICENSE = "LGPLv2+" | 3 | LICENSE = "LGPLv2+" |
| 4 | 4 | ||
| 5 | DEPENDS = "clutter-1.4 gstreamer gst-plugins-base" | 5 | DEPENDS = "gstreamer gst-plugins-base" |
| 6 | 6 | ||
| 7 | FILESPATH = "${FILE_DIRNAME}/clutter-gst" | 7 | FILESPATH = "${FILE_DIRNAME}/clutter-gst" |
| 8 | 8 | ||
