diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-09-30 16:15:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-12 10:24:45 +0200 |
commit | f6b6238d617b70d2222b5cdea2db3d375bc5549d (patch) | |
tree | 5f9053a778fa8fd987ca285071f10bd8d25f7864 /meta-oe/recipes-graphics/pango | |
parent | ef12dfc5055a7937c6a9dbcb605bba9627dc495a (diff) | |
download | meta-openembedded-f6b6238d617b70d2222b5cdea2db3d375bc5549d.tar.gz |
pango: upgrade to 1.29.4
* pango older than 1.29.1 causes ie libglade build fail with
/usr/include/pango-1.0/pango/pango-script.h:132:12: error: unknown type name 'G_CONST_RETURN'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/pango')
4 files changed, 20 insertions, 19 deletions
diff --git a/meta-oe/recipes-graphics/pango/pango-1.28.3/no-tests.patch b/meta-oe/recipes-graphics/pango/pango-1.28.3/no-tests.patch deleted file mode 100644 index dafcb20c3..000000000 --- a/meta-oe/recipes-graphics/pango/pango-1.28.3/no-tests.patch +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | --- /tmp/Makefile.am 2007-03-01 13:29:37.000000000 +0100 | ||
2 | +++ pango-1.16.0/Makefile.am 2007-03-01 13:29:52.545251000 +0100 | ||
3 | @@ -1,6 +1,6 @@ | ||
4 | ## Process this file with automake to create Makefile.in. | ||
5 | |||
6 | -SUBDIRS= pango modules pango-view examples docs tools tests | ||
7 | +SUBDIRS= pango modules pango-view examples docs tools | ||
8 | |||
9 | EXTRA_DIST = \ | ||
10 | autogen.sh \ | ||
diff --git a/meta-oe/recipes-graphics/pango/pango-1.29.4/no-tests.patch b/meta-oe/recipes-graphics/pango/pango-1.29.4/no-tests.patch new file mode 100644 index 000000000..ce64db152 --- /dev/null +++ b/meta-oe/recipes-graphics/pango/pango-1.29.4/no-tests.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | diff -uNr pango-1.29.4.orig/Makefile.am pango-1.29.4/Makefile.am | ||
2 | --- pango-1.29.4.orig/Makefile.am 2011-08-16 03:11:08.000000000 +0200 | ||
3 | +++ pango-1.29.4/Makefile.am 2011-09-30 16:11:53.792567952 +0200 | ||
4 | @@ -1,6 +1,6 @@ | ||
5 | ## Process this file with automake to create Makefile.in. | ||
6 | |||
7 | -SUBDIRS= pango modules pango-view examples docs tools tests build | ||
8 | +SUBDIRS= pango modules pango-view examples docs tools build | ||
9 | |||
10 | EXTRA_DIST = \ | ||
11 | autogen.sh \ | ||
diff --git a/meta-oe/recipes-graphics/pango/pango_1.28.3.bb b/meta-oe/recipes-graphics/pango/pango_1.28.3.bb deleted file mode 100644 index 4c875bf33..000000000 --- a/meta-oe/recipes-graphics/pango/pango_1.28.3.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require pango.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
4 | |||
5 | SRC_URI[archive.md5sum] = "caa74baea47e7e16bc73c89f9089d522" | ||
6 | SRC_URI[archive.sha256sum] = "5e278bc9430cc7bb00270f183360d262c5006b51248e8b537ea904573f200632" | ||
7 | |||
8 | PR = "${INC_PR}.0" | ||
9 | |||
diff --git a/meta-oe/recipes-graphics/pango/pango_1.29.4.bb b/meta-oe/recipes-graphics/pango/pango_1.29.4.bb new file mode 100644 index 000000000..0642beafe --- /dev/null +++ b/meta-oe/recipes-graphics/pango/pango_1.29.4.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require pango.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | ||
4 | |||
5 | SRC_URI[archive.md5sum] = "a5ee785f4f31d6bdd8625a09ea3f8b4b" | ||
6 | SRC_URI[archive.sha256sum] = "f15deecaecf1e9dcb7db0e4947d12b5bcff112586434f8d30a5afd750747ff2b" | ||
7 | |||
8 | PR = "${INC_PR}.0" | ||
9 | |||