diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-16 18:00:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-16 18:01:43 +0000 |
| commit | 7c8ebf6f0d4f32a50b390eda6dec1fd39b71dd56 (patch) | |
| tree | 4ea504ae6159f891775fba13eaf81151a995f366 /meta/recipes-graphics/pango/pango_1.28.4.bb | |
| parent | b02e7d45e06d1fbaf072deea9f3773ca14787e65 (diff) | |
| download | poky-7c8ebf6f0d4f32a50b390eda6dec1fd39b71dd56.tar.gz | |
pango: Use gnomebase class, not gnome
There was a circular dependency introduced by the recent gconf changes
to depend on gtk+. The issue is that gtk+ depends on pango and pango
depends on gconf.
This patch changes to use the gnonebase class since pango has no need
of gconf/mime/gtk-icon-cache and hence removes the circular dependency.
(From OE-Core rev: 91e17c0c0ac2330f826b95e762542cd0d0c82385)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/pango/pango_1.28.4.bb')
| -rw-r--r-- | meta/recipes-graphics/pango/pango_1.28.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.28.4.bb b/meta/recipes-graphics/pango/pango_1.28.4.bb index d2776a6700..5778c3f6cd 100644 --- a/meta/recipes-graphics/pango/pango_1.28.4.bb +++ b/meta/recipes-graphics/pango/pango_1.28.4.bb | |||
| @@ -2,7 +2,7 @@ require pango.inc | |||
| 2 | 2 | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
| 4 | 4 | ||
| 5 | PR = "r4" | 5 | PR = "r5" |
| 6 | 6 | ||
| 7 | SRC_URI += "file://no-tests.patch" | 7 | SRC_URI += "file://no-tests.patch" |
| 8 | SRC_URI += "file://noconst.patch" | 8 | SRC_URI += "file://noconst.patch" |
