diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-04 12:08:53 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-04 12:08:53 +0000 |
commit | 99e23d64fcc3ed8aaf88719cf970844de8954852 (patch) | |
tree | 3e608ac100e8fcf90c8f2058e4fbb463c6e4a41c /meta/packages | |
parent | 1556e81158dc9944d151b0157862621937fe25a2 (diff) | |
download | poky-99e23d64fcc3ed8aaf88719cf970844de8954852.tar.gz |
pango-1.22.2: Fix autoconf/automake issue with double header reference
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/pango/pango-1.22.2/doublefix.patch | 17 | ||||
-rw-r--r-- | meta/packages/pango/pango_1.22.2.bb | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/pango/pango-1.22.2/doublefix.patch b/meta/packages/pango/pango-1.22.2/doublefix.patch new file mode 100644 index 0000000000..876f62ab39 --- /dev/null +++ b/meta/packages/pango/pango-1.22.2/doublefix.patch | |||
@@ -0,0 +1,17 @@ | |||
1 | Fix double header inclusion for bug with recent autoconf/automake | ||
2 | |||
3 | RP 4/2/10 | ||
4 | |||
5 | Index: pango-1.22.2/pango/Makefile.am | ||
6 | =================================================================== | ||
7 | --- pango-1.22.2.orig/pango/Makefile.am 2010-02-04 12:05:30.000000000 +0000 | ||
8 | +++ pango-1.22.2/pango/Makefile.am 2010-02-04 12:07:21.000000000 +0000 | ||
9 | @@ -233,7 +233,7 @@ | ||
10 | # ------------------- libpangoxft ------------------- | ||
11 | |||
12 | if HAVE_XFT | ||
13 | -pangoinclude_HEADERS += pangoxft.h pangoxft-render.h pango-ot.h | ||
14 | +pangoinclude_HEADERS += pangoxft.h pangoxft-render.h | ||
15 | lib_LTLIBRARIES += libpangoxft-1.0.la | ||
16 | endif | ||
17 | |||
diff --git a/meta/packages/pango/pango_1.22.2.bb b/meta/packages/pango/pango_1.22.2.bb index be37e8f76b..14153db1ac 100644 --- a/meta/packages/pango/pango_1.22.2.bb +++ b/meta/packages/pango/pango_1.22.2.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | require pango.inc | 1 | require pango.inc |
2 | 2 | ||
3 | SRC_URI += "file://no-tests.patch;patch=1" | 3 | SRC_URI += "file://no-tests.patch;patch=1" |
4 | SRC_URI += "file://doublefix.patch;patch=1" | ||
5 | |||
6 | PR = "r1" | ||