diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-10-21 20:40:28 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-10-21 20:40:28 +0000 |
commit | bd9190c53157c64620fb08f0349d8d7d6a64fb79 (patch) | |
tree | b30b5ad3912b80804f978f38996656adc8a23ec4 /recipes/tinymail | |
parent | 5411ee5d6f940ab71593c277f08a087d5deadbd8 (diff) |
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')
-rw-r--r-- | recipes/tinymail/libtinymail.inc | 2 | ||||
-rw-r--r-- | recipes/tinymail/libtinymail_0.0.1.bb | 3 | ||||
-rw-r--r-- | recipes/tinymail/libtinymail_svn.bb | 4 | ||||
-rw-r--r-- | recipes/tinymail/tmut_1.1.0.bb | 4 | ||||
-rw-r--r-- | recipes/tinymail/tmut_svn.bb | 4 |
5 files changed, 9 insertions, 8 deletions
diff --git a/recipes/tinymail/libtinymail.inc b/recipes/tinymail/libtinymail.inc index 29c3f4d1d1..7abb8a6df7 100644 --- a/recipes/tinymail/libtinymail.inc +++ b/recipes/tinymail/libtinymail.inc @@ -1,7 +1,7 @@ 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" EXTRA_OECONF=" --disable-gnome --with-platform=gpe --with-html-component=none" 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" diff --git a/recipes/tinymail/libtinymail_svn.bb b/recipes/tinymail/libtinymail_svn.bb index 7d396fe968..06cc447af5 100644 --- a/recipes/tinymail/libtinymail_svn.bb +++ b/recipes/tinymail/libtinymail_svn.bb @@ -1,9 +1,9 @@ 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" PV = "0.0.5+svnr${SRCREV}" -PR = "r3" +PR = "r4" DEFAULT_PREFERENCE = "-1" 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" diff --git a/recipes/tinymail/tmut_svn.bb b/recipes/tinymail/tmut_svn.bb index abe7417898..11fcb0a1f0 100644 --- a/recipes/tinymail/tmut_svn.bb +++ b/recipes/tinymail/tmut_svn.bb @@ -1,9 +1,9 @@ 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" +DEPENDS = "gtk+ glib-2.0 gnome-vfs gconf libtinymail" PV = "0.0.0+svnr${SRCREV}" -PR = "r2" +PR = "r3" DEFAULT_PREFERENCE = "-1" |