aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gkdial/gkdial_1.8.1.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/gkdial/gkdial_1.8.1.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/gkdial/gkdial_1.8.1.bb')
-rw-r--r--recipes/gkdial/gkdial_1.8.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gkdial/gkdial_1.8.1.bb b/recipes/gkdial/gkdial_1.8.1.bb
index 3208a06f00..53caca388e 100644
--- a/recipes/gkdial/gkdial_1.8.1.bb
+++ b/recipes/gkdial/gkdial_1.8.1.bb
@@ -1,12 +1,12 @@
inherit autotools pkgconfig gconf
DESCRIPTION = "GTK PPP dialing tool"
-DEPENDS = "gconf-dbus gtk+ libglade gettext ppp gpe-su"
-RDEPENDS = "ppp gconf-dbus gpe-su"
+DEPENDS = "gconf gtk+ libglade gettext ppp gpe-su"
+RDEPENDS = "ppp gconf gpe-su"
SECTION = "gpe"
PRIORITY = "optional"
-PR = "r3gpe1"
+PR = "r4"
SRC_URI = "http://familiar.handhelds.org/source/v0.8.2/${PN}-${PV}.tar.gz \
file://gkdial-pgpe.patch;patch=1 \