diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-03 18:25:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 13:19:54 +0100 |
commit | 9f52f5b7350a6eae9bb4c0bbbe5086ad7f461556 (patch) | |
tree | eb3a9cb4c9022b4e0ac1452347bdd07c59ba3120 /meta/recipes-graphics | |
parent | e7037b93d43e6bf3b62e7f456645250eae91e2cf (diff) | |
download | poky-9f52f5b7350a6eae9bb4c0bbbe5086ad7f461556.tar.gz |
clutter-1.0: update to 1.26.4
(From OE-Core rev: 95731de05ae637470341ab39eb0f38487798e949)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.0.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch | 16 | ||||
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.0_1.26.4.bb (renamed from meta/recipes-graphics/clutter/clutter-1.0_1.26.2.bb) | 4 |
3 files changed, 10 insertions, 12 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0.inc b/meta/recipes-graphics/clutter/clutter-1.0.inc index e0ac819e4c..80472178be 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta/recipes-graphics/clutter/clutter-1.0.inc | |||
@@ -11,7 +11,7 @@ REQUIRED_DISTRO_FEATURES ?= "opengl" | |||
11 | 11 | ||
12 | DEPENDS = "pango glib-2.0 json-glib atk udev cogl-1.0" | 12 | DEPENDS = "pango glib-2.0 json-glib atk udev cogl-1.0" |
13 | PACKAGE_BEFORE_PN += "${PN}-examples" | 13 | PACKAGE_BEFORE_PN += "${PN}-examples" |
14 | AUTOTOOLS_AUXDIR = "${S}/build" | 14 | AUTOTOOLS_AUXDIR = "${S}/build-aux" |
15 | 15 | ||
16 | EDEPENDS_X11 = "virtual/libx11 libxi libxfixes" | 16 | EDEPENDS_X11 = "virtual/libx11 libxi libxfixes" |
17 | EDEPENDS_GLX = "virtual/libgl" | 17 | EDEPENDS_GLX = "virtual/libgl" |
diff --git a/meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch b/meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch index f5c18c5828..fef82eaf92 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch +++ b/meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 668e1d14af13249384ab324c7d79ec4147f07e48 Mon Sep 17 00:00:00 2001 | 1 | From d6ceb5a44b28e0e50ede22b84984d8516897de4b Mon Sep 17 00:00:00 2001 |
2 | From: Jussi Kukkonen <jussi.kukkonen@intel.com> | 2 | From: Jussi Kukkonen <jussi.kukkonen@intel.com> |
3 | Date: Mon, 27 Apr 2015 20:12:33 +0300 | 3 | Date: Mon, 27 Apr 2015 20:12:33 +0300 |
4 | Subject: [PATCH] Run installed tests with tap output | 4 | Subject: [PATCH] Run installed tests with tap output |
@@ -9,14 +9,15 @@ gnome-desktop-testing-runner properly interprets the results. | |||
9 | Upstream-Status: Pending | 9 | Upstream-Status: Pending |
10 | 10 | ||
11 | Signed-off-by: Tim Orling <TicoTimo@gmail.com> | 11 | Signed-off-by: Tim Orling <TicoTimo@gmail.com> |
12 | |||
12 | --- | 13 | --- |
13 | build/autotools/glib-tap.mk | 3 ++- | 14 | build-aux/autotools/glib-tap.mk | 3 ++- |
14 | 1 file changed, 2 insertions(+), 1 deletion(-) | 15 | 1 file changed, 2 insertions(+), 1 deletion(-) |
15 | 16 | ||
16 | diff --git a/build/autotools/glib-tap.mk b/build/autotools/glib-tap.mk | 17 | diff --git a/build-aux/autotools/glib-tap.mk b/build-aux/autotools/glib-tap.mk |
17 | index 7c5f82b..844e17e 100644 | 18 | index a4f0dad..51cfa31 100644 |
18 | --- a/build/autotools/glib-tap.mk | 19 | --- a/build-aux/autotools/glib-tap.mk |
19 | +++ b/build/autotools/glib-tap.mk | 20 | +++ b/build-aux/autotools/glib-tap.mk |
20 | @@ -127,7 +127,8 @@ installed_test_meta_DATA = $(installed_testcases:=.test) | 21 | @@ -127,7 +127,8 @@ installed_test_meta_DATA = $(installed_testcases:=.test) |
21 | %.test: %$(EXEEXT) Makefile | 22 | %.test: %$(EXEEXT) Makefile |
22 | $(AM_V_GEN) (echo '[Test]' > $@.tmp; \ | 23 | $(AM_V_GEN) (echo '[Test]' > $@.tmp; \ |
@@ -27,6 +28,3 @@ index 7c5f82b..844e17e 100644 | |||
27 | mv $@.tmp $@) | 28 | mv $@.tmp $@) |
28 | 29 | ||
29 | CLEANFILES += $(installed_test_meta_DATA) | 30 | CLEANFILES += $(installed_test_meta_DATA) |
30 | -- | ||
31 | 2.1.4 | ||
32 | |||
diff --git a/meta/recipes-graphics/clutter/clutter-1.0_1.26.2.bb b/meta/recipes-graphics/clutter/clutter-1.0_1.26.4.bb index 48b050198a..ee549fbdd5 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0_1.26.2.bb +++ b/meta/recipes-graphics/clutter/clutter-1.0_1.26.4.bb | |||
@@ -2,8 +2,8 @@ require clutter-1.0.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
4 | 4 | ||
5 | SRC_URI[archive.md5sum] = "a03482cbacf735eca8c996f210a21ee5" | 5 | SRC_URI[archive.md5sum] = "624dd776a5159de0267587b1df6b97b2" |
6 | SRC_URI[archive.sha256sum] = "e7233314983055e9018f94f56882e29e7fc34d8d35de030789fdcd9b2d0e2e56" | 6 | SRC_URI[archive.sha256sum] = "8b48fac159843f556d0a6be3dbfc6b083fc6d9c58a20a49a6b4919ab4263c4e6" |
7 | SRC_URI += "file://install-examples.patch \ | 7 | SRC_URI += "file://install-examples.patch \ |
8 | file://run-installed-tests-with-tap-output.patch \ | 8 | file://run-installed-tests-with-tap-output.patch \ |
9 | file://0001-Remove-clutter.types-as-it-is-build-configuration-sp.patch \ | 9 | file://0001-Remove-clutter.types-as-it-is-build-configuration-sp.patch \ |