diff options
| -rw-r--r-- | meta-moblin/conf/distro/include/moblin-fixed-revisions.inc | 1 | ||||
| -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 |
3 files changed, 16 insertions, 0 deletions
diff --git a/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc b/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc index 53b898e3e7..9c92bc629e 100644 --- a/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc +++ b/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc | |||
| @@ -6,3 +6,4 @@ | |||
| 6 | PREFERRED_VERSION_atk ?= "1.24.0" | 6 | PREFERRED_VERSION_atk ?= "1.24.0" |
| 7 | PREFERRED_VERSION_pixman ?= "0.12.0" | 7 | PREFERRED_VERSION_pixman ?= "0.12.0" |
| 8 | PREFERRED_VERSION_cairo ?= "1.8.2" | 8 | PREFERRED_VERSION_cairo ?= "1.8.2" |
| 9 | 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 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" | ||
