diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2017-03-06 11:59:04 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-06 17:47:08 +0100 |
commit | a10d7bc8dd5c85bd46898823bd02ace5819802cc (patch) | |
tree | 2dc6ce5520c10697dbc88dbe7c924a3c23c99a34 /package/pango/0001-build-disable-tests-from-building.patch | |
parent | e9e594d99add12ec2b10f79a351cdd8bae093d0e (diff) | |
download | buildroot-a10d7bc8dd5c85bd46898823bd02ace5819802cc.tar.gz buildroot-a10d7bc8dd5c85bd46898823bd02ace5819802cc.zip |
pango: bump to version 1.40.4
Update test-disabling patch for new version, and git format it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pango/0001-build-disable-tests-from-building.patch')
-rw-r--r-- | package/pango/0001-build-disable-tests-from-building.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/package/pango/0001-build-disable-tests-from-building.patch b/package/pango/0001-build-disable-tests-from-building.patch new file mode 100644 index 0000000000..c518a34d34 --- /dev/null +++ b/package/pango/0001-build-disable-tests-from-building.patch @@ -0,0 +1,39 @@ +From cde9a78711e8eaed0aefb9e36288f22918e8d4b2 Mon Sep 17 00:00:00 2001 +From: Gustavo Zacarias <gustavo@zacarias.com.ar> +Date: Thu, 2 Mar 2017 09:41:41 -0300 +Subject: [PATCH] build: disable tests from building + +Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> +--- + Makefile.am | 2 +- + Makefile.in | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/Makefile.am b/Makefile.am +index 9e31b34..32e5c29 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to create Makefile.in. + +-SUBDIRS= pango pango-view examples docs tools tests win32 ++SUBDIRS= pango pango-view examples docs tools win32 + + EXTRA_DIST = \ + autogen.sh \ +diff --git a/Makefile.in b/Makefile.in +index 6b6f6c7..ed0cfa2 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -418,7 +418,7 @@ target_alias = @target_alias@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = pango pango-view examples docs tools tests win32 ++SUBDIRS = pango pango-view examples docs tools win32 + EXTRA_DIST = \ + autogen.sh \ + pango.pc.in \ +-- +2.10.2 + |