diff options
author | Xu Li <xu.li@intel.com> | 2008-11-11 20:26:01 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-01 17:58:31 +0000 |
commit | d3bd1e8ab3709eea71251a5bcfbdf1798717319b (patch) | |
tree | f8cf6faa61ed165e65aa7301013be7a0b7ef3b9a /meta/packages/pango | |
parent | d12f673a233042db37d77b811c87bc6854b4283b (diff) | |
download | poky-d3bd1e8ab3709eea71251a5bcfbdf1798717319b.tar.gz |
upgrade pango to 1.22.2; disable pango tests
Diffstat (limited to 'meta/packages/pango')
-rw-r--r-- | meta/packages/pango/pango-1.22.2/no-tests.patch | 12 | ||||
-rw-r--r-- | meta/packages/pango/pango_1.22.2.bb | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/pango/pango-1.22.2/no-tests.patch b/meta/packages/pango/pango-1.22.2/no-tests.patch new file mode 100644 index 0000000000..4a74d8c4d6 --- /dev/null +++ b/meta/packages/pango/pango-1.22.2/no-tests.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Index: pango-1.22.2/Makefile.am | ||
2 | =================================================================== | ||
3 | --- pango-1.22.2.orig/Makefile.am | ||
4 | +++ pango-1.22.2/Makefile.am | ||
5 | @@ -1,6 +1,6 @@ | ||
6 | ## Process this file with automake to create Makefile.in. | ||
7 | |||
8 | -SUBDIRS= pango modules pango-view examples docs tools tests | ||
9 | +SUBDIRS= pango modules pango-view examples docs tools | ||
10 | |||
11 | EXTRA_DIST = \ | ||
12 | autogen.sh \ | ||
diff --git a/meta/packages/pango/pango_1.22.2.bb b/meta/packages/pango/pango_1.22.2.bb new file mode 100644 index 0000000000..be37e8f76b --- /dev/null +++ b/meta/packages/pango/pango_1.22.2.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | require pango.inc | ||
2 | |||
3 | SRC_URI += "file://no-tests.patch;patch=1" | ||