diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-06-07 19:28:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-11 23:59:14 +0100 |
commit | 3e42d7991421723ce5df9cdc146776586d3a7293 (patch) | |
tree | 433eea19e4be7a1355c3d6d7d212ac58bce14efd /meta/recipes-graphics/clutter/clutter-gst-3.0 | |
parent | 860265e4a9dcc05bbf9c2c096911fd56fbd7f8c8 (diff) | |
download | poky-3e42d7991421723ce5df9cdc146776586d3a7293.tar.gz |
clutter-gst-3.0: 3.0.4 -> 3.0.6
(From OE-Core rev: 70c6fba5be00c1f9e24fd4257b41b2710aa87d99)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gst-3.0')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-3.0/0001-Install-example-binary-needed-for-core-image-clutter.patch | 33 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-3.0/enable-tests.patch | 23 |
2 files changed, 56 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0/0001-Install-example-binary-needed-for-core-image-clutter.patch b/meta/recipes-graphics/clutter/clutter-gst-3.0/0001-Install-example-binary-needed-for-core-image-clutter.patch new file mode 100644 index 0000000000..0b26b990d7 --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-gst-3.0/0001-Install-example-binary-needed-for-core-image-clutter.patch | |||
@@ -0,0 +1,33 @@ | |||
1 | From d77c711277bf075ce0545c19b322f040c49c778a Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Thu, 30 Apr 2015 12:19:13 +0300 | ||
4 | Subject: [PATCH] Install example binary needed for core-image-clutter | ||
5 | |||
6 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | ||
7 | |||
8 | Upstream-Status: Inappropriate [configuration] | ||
9 | |||
10 | Imported from clutter-gst-1.8 package, git://git.openembedded.org/openembedded, | ||
11 | commit ae28ee3f7a060b9e0d13154a84f2444a98490b5b, updated for clutter-gst 3.0 | ||
12 | |||
13 | Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> | ||
14 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
15 | --- | ||
16 | examples/Makefile.am | 2 +- | ||
17 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
18 | |||
19 | diff --git a/examples/Makefile.am b/examples/Makefile.am | ||
20 | index bfbc1b5..09655e3 100644 | ||
21 | --- a/examples/Makefile.am | ||
22 | +++ b/examples/Makefile.am | ||
23 | @@ -1,6 +1,6 @@ | ||
24 | NULL = # | ||
25 | |||
26 | -noinst_PROGRAMS = camera-player video-player video-sink video-sink-navigation video-content | ||
27 | +bin_PROGRAMS = camera-player video-player video-sink video-sink-navigation video-content | ||
28 | |||
29 | AM_CPPFLAGS = -I$(top_srcdir) \ | ||
30 | $(MAINTAINER_CFLAGS) \ | ||
31 | -- | ||
32 | 2.1.4 | ||
33 | |||
diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0/enable-tests.patch b/meta/recipes-graphics/clutter/clutter-gst-3.0/enable-tests.patch new file mode 100644 index 0000000000..b3aec392e6 --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-gst-3.0/enable-tests.patch | |||
@@ -0,0 +1,23 @@ | |||
1 | Install example binary needed for core-image-clutter | ||
2 | |||
3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | ||
4 | |||
5 | Upstream-Status: Inappropriate [configuration] | ||
6 | |||
7 | Imported from clutter-gst-1.8 package, git://git.openembedded.org/openembedded, | ||
8 | commit ae28ee3f7a060b9e0d13154a84f2444a98490b5b, updated for clutter-gst 1.6 | ||
9 | |||
10 | Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> | ||
11 | |||
12 | Index: git/examples/Makefile.am | ||
13 | =================================================================== | ||
14 | --- git.orig/examples/Makefile.am 2011-01-31 10:14:23.000000000 +0800 | ||
15 | +++ git/examples/Makefile.am 2011-01-31 10:14:34.000000000 +0800 | ||
16 | @@ -1,6 +1,6 @@ | ||
17 | NULL = # | ||
18 | |||
19 | -noinst_PROGRAMS = video-player video-sink video-sink-navigation | ||
20 | +bin_PROGRAMS = video-player video-sink video-sink-navigation | ||
21 | |||
22 | INCLUDES = -I$(top_srcdir) \ | ||
23 | $(MAINTAINER_CFLAGS) \ | ||