diff options
Diffstat (limited to 'recipes/gpephone')
-rw-r--r-- | recipes/gpephone/firewall_svn.bb | 4 | ||||
-rw-r--r-- | recipes/gpephone/libsettings_0.3.bb | 3 | ||||
-rw-r--r-- | recipes/gpephone/libsettings_svn.bb | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/recipes/gpephone/firewall_svn.bb b/recipes/gpephone/firewall_svn.bb index b3d7aee848..6c3ed64b26 100644 --- a/recipes/gpephone/firewall_svn.bb +++ b/recipes/gpephone/firewall_svn.bb @@ -2,12 +2,12 @@ LICENSE = "LiPS" DESCRIPTION = "Cellphone firewall tool" SECTION = "gpe" PRIORITY = "optional" -PR = "r0" +PR = "r1" PV = "0.0+svnr-${SRCREV}" DEFAULT_PREFERENCE = "-1" -DEPENDS = "gtk+ libmsgenabler libabenabler libiac libgpewidget libgpephone gconf-dbus" +DEPENDS = "gtk+ libmsgenabler libabenabler libiac libgpewidget libgpephone gconf" inherit gpephone autotools pkgconfig diff --git a/recipes/gpephone/libsettings_0.3.bb b/recipes/gpephone/libsettings_0.3.bb index 22f8c4f3e0..3c9794edc2 100644 --- a/recipes/gpephone/libsettings_0.3.bb +++ b/recipes/gpephone/libsettings_0.3.bb @@ -2,7 +2,8 @@ DESCRIPTION = "G(PE)^2 settings API library" SECTION = "gpe/libs" PRIORITY = "required" LICENSE = "LiPS" -DEPENDS = "glib-2.0 gconf-dbus" +DEPENDS = "glib-2.0 gconf" +PR = "r1" inherit gpephone pkgconfig autotools diff --git a/recipes/gpephone/libsettings_svn.bb b/recipes/gpephone/libsettings_svn.bb index 74e1190c5a..770fe8cce6 100644 --- a/recipes/gpephone/libsettings_svn.bb +++ b/recipes/gpephone/libsettings_svn.bb @@ -2,8 +2,9 @@ DESCRIPTION = "G(PE)^2 settings API library" SECTION = "gpe/libs" PRIORITY = "required" LICENSE = "LiPS" -DEPENDS = "glib-2.0 gconf-dbus" +DEPENDS = "glib-2.0 gconf" PV = "0.0+svnr-${SRCREV}" +PR = "r1" DEFAULT_PREFERENCE = "-1" |