diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-09 21:33:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 05:44:30 +0100 |
commit | 76b86764b0346d8cac6aa915f4907f4b0ffe9a8d (patch) | |
tree | 377a5d073ee544cfb49ae56407889c7f365eee52 /meta/recipes-graphics/pango/pango-1.28.4 | |
parent | 0e9318cac2f587921bc8ca2b9c4300d83aafa14b (diff) | |
download | openembedded-core-76b86764b0346d8cac6aa915f4907f4b0ffe9a8d.tar.gz openembedded-core-76b86764b0346d8cac6aa915f4907f4b0ffe9a8d.tar.bz2 openembedded-core-76b86764b0346d8cac6aa915f4907f4b0ffe9a8d.zip |
pango: upgrade from 1.28.3 to 1.28.4
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/pango/pango-1.28.4')
-rw-r--r-- | meta/recipes-graphics/pango/pango-1.28.4/no-tests.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-graphics/pango/pango-1.28.4/no-tests.patch b/meta/recipes-graphics/pango/pango-1.28.4/no-tests.patch new file mode 100644 index 0000000000..6d9e74bfcc --- /dev/null +++ b/meta/recipes-graphics/pango/pango-1.28.4/no-tests.patch @@ -0,0 +1,16 @@ +Upstream-Status: Inappropriate [ disable tests make sense in embedded, but not appropriate for upstream] + +Signed-off-by: Yu Ke <ke.yu@intel.com> + +Index: pango-1.22.2/Makefile.am +=================================================================== +--- pango-1.22.2.orig/Makefile.am ++++ pango-1.22.2/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to create Makefile.in. + +-SUBDIRS= pango modules pango-view examples docs tools tests ++SUBDIRS= pango modules pango-view examples docs tools + + EXTRA_DIST = \ + autogen.sh \ |