aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2015-04-28 07:57:50 -0700
committerTim Orling <TicoTimo@gmail.com>2015-04-28 07:57:50 -0700
commit5a13336eb8ad6c91d0fb11708e0b8ca2451bd5db (patch)
tree48105c726729fc1aebe7a8df07dc0d1c1b0a7bff /meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch
parentdf061dd3dda64d1d5a852ed265dedfe41a6399f6 (diff)
downloadopenembedded-core-contrib-5a13336eb8ad6c91d0fb11708e0b8ca2451bd5db.tar.gz
clutter: update to 1.22.0
ANNOUNCE: https://mail.gnome.org/archives/clutter-list/2015-March/msg00010.html * Update run-installed-tests-with-tap-output.patch Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch')
-rw-r--r--meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch16
1 files changed, 8 insertions, 8 deletions
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 80acab867c..eb2e0c29a1 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
@@ -4,17 +4,17 @@ Upstream-status: Pending
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-Index: clutter-1.20.0/build/autotools/glib-tap.mk
+Index: clutter-1.22.0/build/autotools/glib-tap.mk
===================================================================
---- clutter-1.20.0.orig/build/autotools/glib-tap.mk
-+++ clutter-1.20.0/build/autotools/glib-tap.mk
-@@ -128,7 +128,8 @@ installed_test_meta_DATA = $(installed_t
+--- clutter-1.22.0.orig/build/autotools/glib-tap.mk
++++ clutter-1.22.0/build/autotools/glib-tap.mk
+@@ -127,7 +127,8 @@ installed_test_meta_DATA = $(installed_t
+ %.test: %$(EXEEXT) Makefile
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
echo 'Type=session' >> $@.tmp; \
- echo 'TestEnvironment=G_ENABLE_DIAGNOSTIC=0;CLUTTER_ENABLE_DIAGNOSTIC=0;' >> $@.tmp; \
-- echo 'Exec=$(installed_testdir)/$<' >> $@.tmp; \
-+ echo 'Exec=$(installed_testdir)/$< --tap' >> $@.tmp; \
-+ echo 'Output=TAP' >> $@.tmp; \
+- echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 CLUTTER_ENABLE_DIAGNOSTIC=0 $(installed_testdir)/$<' >> $@.tmp; \
++ echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 CLUTTER_ENABLE_DIAGNOSTIC=0 $(installed_testdir)/$< --tap' >> $@.tmp; \
++ echo 'Output=TAP' >> $0.tmp; \
mv $@.tmp $@)
CLEANFILES += $(installed_test_meta_DATA)