[OE-core] [PATCH 03/12] clutter-gst-1.8: add 1.4.2 for use with clutter 1.8

Saul Wold sgw at linux.intel.com
Tue Nov 8 16:10:18 UTC 2011


On 11/07/2011 04:10 PM, Joshua Lock wrote:
> Signed-off-by: Joshua Lock<josh at linux.intel.com>
> ---
>   .../clutter/clutter-gst-1.8_1.4.2.bb               |   22 ++++++++++++++++++++
>   .../clutter/clutter-gst/enable_tests-1.8.bb        |   15 +++++++++++++
>   2 files changed, 37 insertions(+), 0 deletions(-)
>   create mode 100644 meta/recipes-graphics/clutter/clutter-gst-1.8_1.4.2.bb
>   create mode 100644 meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.bb
>
> diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.8_1.4.2.bb b/meta/recipes-graphics/clutter/clutter-gst-1.8_1.4.2.bb
> new file mode 100644
> index 0000000..54b1fc1
> --- /dev/null
> +++ b/meta/recipes-graphics/clutter/clutter-gst-1.8_1.4.2.bb
> @@ -0,0 +1,22 @@
> +require recipes-graphics/clutter/clutter-gst.inc
> +
> +PR = "r0"
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
> +                    file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4"
> +
> +DEPENDS += "clutter-1.8 gstreamer"
> +RDEPENDS_${PN} += "gst-meta-base"
> +
> +SRC_URI = "http://source.clutter-project.org/sources/clutter-gst/1.4/clutter-gst-${PV}.tar.bz2 \
> +           file://enable_tests-1.8.patch"
> +
We seem to be missing the enable_tests-1.8.patch file

Sau!


> +S = "${WORKDIR}/clutter-gst-${PV}"
> +
> +SRC_URI[md5sum] = "fd6b2a54f43d04382748e9e4d8a335c5"
> +SRC_URI[sha256sum] = "b0e7ff76ee14307b6d26856972ec9e718f62aec2bc8807fb3f2960e508e578b5"
> +
> +do_configure_prepend () {
> +       # Disable DOLT
> +       sed -i -e 's/^DOLT//' ${S}/configure.ac
> +}
> diff --git a/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.bb b/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.bb
> new file mode 100644
> index 0000000..35e60ca
> --- /dev/null
> +++ b/meta/recipes-graphics/clutter/clutter-gst/enable_tests-1.8.bb
> @@ -0,0 +1,15 @@
> +Install example binary needed for poky-image-clutter
> +
> +Signed-off-by: Zhai Edwin<edwin.zhai at intel.com>
> +Index: clutter-gst-1.3.8/examples/Makefile.am
> +===================================================================
> +--- clutter-gst-1.3.8.orig/examples/Makefile.am
> ++++ clutter-gst-1.3.8/examples/Makefile.am
> +@@ -1,6 +1,6 @@
> + NULL = #
> +
> +-noinst_PROGRAMS = video-player video-sink video-sink-navigation
> ++bin_PROGRAMS = video-player video-sink video-sink-navigation
> +
> + INCLUDES = -I$(top_srcdir) \
> + 	   $(MAINTAINER_CFLAGS) \




More information about the Openembedded-core mailing list