]> code.ossystems Code Review - openembedded-core.git/commitdiff
pango: Use gnomebase class, not gnome
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jan 2012 18:00:14 +0000 (18:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jan 2012 18:01:31 +0000 (18:01 +0000)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/pango/pango.inc
meta/recipes-graphics/pango/pango_1.28.4.bb

index 5a2555f11f2b7731bc8e1dd8ced469fbb150c0d7..e7262c3417fe9c750f62c812db7afe0977742489 100644 (file)
@@ -20,7 +20,7 @@ PACKAGES_DYNAMIC = "pango-module-*"
 
 RRECOMMENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'x11', 'pango-module-basic-x', '', d)} pango-module-basic-fc" 
 
-inherit gnome
+inherit gnomebase
 # Create a pango-modules package
 ALLOW_EMPTY_${BPN}-modules = "1"
 PACKAGES += "${BPN}-modules"
index d2776a67003d52fd5169e06496429be44e5f3126..5778c3f6cdfa303996befc770971ea90173c254b 100644 (file)
@@ -2,7 +2,7 @@ require pango.inc
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
 
-PR = "r4"
+PR = "r5"
 
 SRC_URI += "file://no-tests.patch"
 SRC_URI += "file://noconst.patch"