From bd9190c53157c64620fb08f0349d8d7d6a64fb79 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Wed, 21 Oct 2009 20:40:28 +0000 Subject: many recipes: Recipes must not depend on gconf-dbus directly, only dbus can be referred: * Only PREFERRED_PROVIDER_gconf in distro definition can refer to gconf-dbus. * Both gconf-dbus and gconf provide than same interface. * New gconf packages already provide defaults settings via dbus. * Increment PR to rebuild against correct package. --- recipes/tinymail/libtinymail_0.0.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/tinymail/libtinymail_0.0.1.bb') diff --git a/recipes/tinymail/libtinymail_0.0.1.bb b/recipes/tinymail/libtinymail_0.0.1.bb index 06f53d3799..77c20097f8 100644 --- a/recipes/tinymail/libtinymail_0.0.1.bb +++ b/recipes/tinymail/libtinymail_0.0.1.bb @@ -1,7 +1,8 @@ DESCRIPTION = "TinyMail is an attempt to create an E-mail framework for mobile devices" SECTION = "x11/utils" LICENSE = "LGPL" -DEPENDS = "gtk+ glib-2.0 gnome-vfs gconf-dbus libgnomeui" +DEPENDS = "gtk+ glib-2.0 gnome-vfs gconf libgnomeui" +PR = "r1" EXTRA_OECONF=" --disable-gnome --with-platform=gpe --with-html-component=none" -- cgit v1.2.3