clutter-gst-1.4: Rebase patches and update checksum

(From OE-Core rev: bed468e7562c2481074a68b12d03f0680defeca1)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2011-05-04 16:38:57 -07:00 committed by Richard Purdie
parent ca63a0158a
commit 9bb5a68081
2 changed files with 17 additions and 2 deletions

View File

@ -0,0 +1,15 @@
Install example binary needed for core-image-clutter
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Index: git/examples/Makefile.am
===================================================================
--- git.orig/examples/Makefile.am 2011-05-04 14:07:21.000000000 -0700
+++ git/examples/Makefile.am 2011-05-04 14:24:38.625984314 -0700
@@ -1,6 +1,6 @@
NULL = #
-noinst_PROGRAMS = video-player video-sink audio-player
+bin_PROGRAMS = video-player video-sink audio-player
INCLUDES = -I$(top_srcdir) \
$(MAINTAINER_CFLAGS) \

View File

@ -4,12 +4,12 @@ SRCREV = "8a087fabc888a6a4a939760c392109dbb610adbf"
PV = "1.3.4+git${SRCPV}"
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4"
file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=3275ae5179d58dccf8852cdad3a44574"
DEPENDS += "clutter-1.4"
SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=master \
file://enable_tests.patch"
file://enable_tests-1.4.patch"
S = "${WORKDIR}/git"