[oe] [PATCH][meta-gnome] contacts: inherit gconf

Martin Jansa martin.jansa at gmail.com
Thu Mar 31 10:18:22 UTC 2016


* it's checking for native gconftool-2 and do_configure may fail with:
  | checking for GCONF... yes
  | checking for gconftool-2... no
  | configure: error: gconftool-2 executable not found in your path - should be installed with GConf
  | NOTE: The following config.log files may provide further information.

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-gnome/recipes-gnome/pimlico/contacts.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/pimlico/contacts.inc b/meta-gnome/recipes-gnome/pimlico/contacts.inc
index 6535bbf..fedd223 100644
--- a/meta-gnome/recipes-gnome/pimlico/contacts.inc
+++ b/meta-gnome/recipes-gnome/pimlico/contacts.inc
@@ -7,7 +7,7 @@ SECTION = "x11"
 DEPENDS = "glib-2.0 gtk+ evolution-data-server intltool-native"
 RDEPENDS_${PN} = "libedata-book"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig gconf
 
 EXTRA_OECONF += "--disable-gnome-vfs"
 EXTRA_OEMAKE += "GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1"
-- 
2.7.3




More information about the Openembedded-devel mailing list