summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorXu Li <xu.li@intel.com>2008-11-11 20:26:01 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-01 17:58:31 +0000
commitd3bd1e8ab3709eea71251a5bcfbdf1798717319b (patch)
treef8cf6faa61ed165e65aa7301013be7a0b7ef3b9a /meta
parentd12f673a233042db37d77b811c87bc6854b4283b (diff)
downloadopenembedded-core-contrib-d3bd1e8ab3709eea71251a5bcfbdf1798717319b.tar.gz
upgrade pango to 1.22.2; disable pango tests
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/pango/pango-1.22.2/no-tests.patch12
-rw-r--r--meta/packages/pango/pango_1.22.2.bb3
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 @@
+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 \
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 @@
+require pango.inc
+
+SRC_URI += "file://no-tests.patch;patch=1"