]> code.ossystems Code Review - openembedded-core.git/commitdiff
upgrade pango to 1.22.2; disable pango tests
authorXu Li <xu.li@intel.com>
Tue, 11 Nov 2008 12:26:01 +0000 (20:26 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 1 Dec 2008 17:58:31 +0000 (17:58 +0000)
meta-moblin/conf/distro/include/moblin-fixed-revisions.inc
meta/packages/pango/pango-1.22.2/no-tests.patch [new file with mode: 0644]
meta/packages/pango/pango_1.22.2.bb [new file with mode: 0644]

index 53b898e3e75913b52b321998e43919014e89fb71..9c92bc629e32abca3b1da689641915854718a6b4 100644 (file)
@@ -6,3 +6,4 @@
 PREFERRED_VERSION_atk ?= "1.24.0"
 PREFERRED_VERSION_pixman ?= "0.12.0"
 PREFERRED_VERSION_cairo ?= "1.8.2"
+PREFERRED_VERSION_pango ?= "1.22.2"
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 (file)
index 0000000..4a74d8c
--- /dev/null
@@ -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 (file)
index 0000000..be37e8f
--- /dev/null
@@ -0,0 +1,3 @@
+require pango.inc
+
+SRC_URI += "file://no-tests.patch;patch=1"