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/packagekit/gnome-packagekit_2.27.1.bb | |
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/packagekit/gnome-packagekit_2.27.1.bb')
-rw-r--r-- | recipes/packagekit/gnome-packagekit_2.27.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/packagekit/gnome-packagekit_2.27.1.bb b/recipes/packagekit/gnome-packagekit_2.27.1.bb index 2bb6f95e87..1949d3d3a2 100644 --- a/recipes/packagekit/gnome-packagekit_2.27.1.bb +++ b/recipes/packagekit/gnome-packagekit_2.27.1.bb @@ -1,9 +1,9 @@ DESCRIPTION = "GNOME frontend for packagekit" LICENSE = "GPL" -DEPENDS = "packagekit libsexy gconf-dbus policykit policykit-gnome libunique gnome-menus" +DEPENDS = "packagekit libsexy gconf policykit policykit-gnome libunique gnome-menus" -PR = "r1" +PR = "r2" inherit gnome |