diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-12 17:53:09 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-12 17:53:09 +0100 |
| commit | 6f5fd5b0cf23ad575ad9bc0c773b5a1c63a58ee8 (patch) | |
| tree | 60d306589f038834e43a23c3517fc31801fd2dee | |
| parent | 424441d294fcf671d5c254555b79d32d31d10463 (diff) | |
| download | poky-6f5fd5b0cf23ad575ad9bc0c773b5a1c63a58ee8.tar.gz | |
pango: Add 1.26.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/pango/pango-1.26.0/no-introspect.patch | 13 | ||||
| -rw-r--r-- | meta/packages/pango/pango-1.26.0/no-tests.patch | 12 | ||||
| -rw-r--r-- | meta/packages/pango/pango_1.26.0.bb | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/meta/packages/pango/pango-1.26.0/no-introspect.patch b/meta/packages/pango/pango-1.26.0/no-introspect.patch new file mode 100644 index 0000000000..b5ee86aa89 --- /dev/null +++ b/meta/packages/pango/pango-1.26.0/no-introspect.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Index: pango-1.26.0/configure.in | ||
| 2 | =================================================================== | ||
| 3 | --- pango-1.26.0.orig/configure.in 2009-10-12 17:46:48.000000000 +0100 | ||
| 4 | +++ pango-1.26.0/configure.in 2009-10-12 17:47:00.000000000 +0100 | ||
| 5 | @@ -494,7 +494,7 @@ | ||
| 6 | # Checks for GObject Introspection | ||
| 7 | # | ||
| 8 | have_introspection=false | ||
| 9 | -PKG_CHECK_MODULES(INTROSPECTION, gobject-introspection-1.0 >= 0.6.4, have_introspection=true, have_introspection=false) | ||
| 10 | +#PKG_CHECK_MODULES(INTROSPECTION, gobject-introspection-1.0 >= 0.6.4, have_introspection=true, have_introspection=false) | ||
| 11 | AM_CONDITIONAL(HAVE_INTROSPECTION, $have_introspection) | ||
| 12 | |||
| 13 | G_IR_SCANNER= | ||
diff --git a/meta/packages/pango/pango-1.26.0/no-tests.patch b/meta/packages/pango/pango-1.26.0/no-tests.patch new file mode 100644 index 0000000000..4a74d8c4d6 --- /dev/null +++ b/meta/packages/pango/pango-1.26.0/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.26.0.bb b/meta/packages/pango/pango_1.26.0.bb new file mode 100644 index 0000000000..9a68a83c4b --- /dev/null +++ b/meta/packages/pango/pango_1.26.0.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | require pango.inc | ||
| 2 | |||
| 3 | SRC_URI += "file://no-tests.patch;patch=1" | ||
| 4 | SRC_URI += "file://no-introspect.patch;patch=1" | ||
| 5 | |||
