summaryrefslogtreecommitdiffstats
path: root/recipes/tinymail/tmut_1.1.0.bb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-10-21 20:40:28 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-10-21 20:40:28 +0000
commitbd9190c53157c64620fb08f0349d8d7d6a64fb79 (patch)
treeb30b5ad3912b80804f978f38996656adc8a23ec4 /recipes/tinymail/tmut_1.1.0.bb
parent5411ee5d6f940ab71593c277f08a087d5deadbd8 (diff)
downloadopenembedded-bd9190c53157c64620fb08f0349d8d7d6a64fb79.tar.gz
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.
Diffstat (limited to 'recipes/tinymail/tmut_1.1.0.bb')
-rw-r--r--recipes/tinymail/tmut_1.1.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tinymail/tmut_1.1.0.bb b/recipes/tinymail/tmut_1.1.0.bb
index d3f84f057a..69f69a401f 100644
--- a/recipes/tinymail/tmut_1.1.0.bb
+++ b/recipes/tinymail/tmut_1.1.0.bb
@@ -1,8 +1,8 @@
DESCRIPTION = "Tmut is a really small E-Mail client based on Tinymail"
SECTION = "x11/utils"
LICENSE = "LGPL"
-DEPENDS = "gtk+ glib-2.0 gnome-vfs gconf-dbus libtinymail"
-PR = "r0"
+DEPENDS = "gtk+ glib-2.0 gnome-vfs gconf libtinymail"
+PR = "r1"
SRC_URI = "http://tinymail.org/files/tmut/releases/v1.1/v${PV}/${PN}-${PV}.tar.bz2"