diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-05-04 16:38:57 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-05 12:26:43 +0100 |
| commit | 9bb5a68081e5ebe26c9ba9bc1f12a2a654b5825b (patch) | |
| tree | a6d94e800aa804b4456b13968ddce39f9515179d | |
| parent | ca63a0158ae42010477080ad6bb776329f1230b0 (diff) | |
| download | poky-9bb5a68081e5ebe26c9ba9bc1f12a2a654b5825b.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-1.4/enable_tests.patch | 15 | ||||
| -rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb | 4 |
2 files changed, 17 insertions, 2 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.4/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gst-1.4/enable_tests.patch new file mode 100644 index 0000000000..f1f68ac780 --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-gst-1.4/enable_tests.patch | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | Install example binary needed for core-image-clutter | ||
| 2 | |||
| 3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | ||
| 4 | Index: git/examples/Makefile.am | ||
| 5 | =================================================================== | ||
| 6 | --- git.orig/examples/Makefile.am 2011-05-04 14:07:21.000000000 -0700 | ||
| 7 | +++ git/examples/Makefile.am 2011-05-04 14:24:38.625984314 -0700 | ||
| 8 | @@ -1,6 +1,6 @@ | ||
| 9 | NULL = # | ||
| 10 | |||
| 11 | -noinst_PROGRAMS = video-player video-sink audio-player | ||
| 12 | +bin_PROGRAMS = video-player video-sink audio-player | ||
| 13 | |||
| 14 | INCLUDES = -I$(top_srcdir) \ | ||
| 15 | $(MAINTAINER_CFLAGS) \ | ||
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb b/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb index 94d6885b49..1ab867da4d 100644 --- a/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb +++ b/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb | |||
| @@ -4,12 +4,12 @@ SRCREV = "8a087fabc888a6a4a939760c392109dbb610adbf" | |||
| 4 | PV = "1.3.4+git${SRCPV}" | 4 | PV = "1.3.4+git${SRCPV}" |
| 5 | 5 | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ |
| 7 | file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=95baacba194e814c110ea3bdf25ddbf4" | 7 | file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=3275ae5179d58dccf8852cdad3a44574" |
| 8 | 8 | ||
| 9 | DEPENDS += "clutter-1.4" | 9 | DEPENDS += "clutter-1.4" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=master \ | 11 | SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=master \ |
| 12 | file://enable_tests.patch" | 12 | file://enable_tests-1.4.patch" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
