diff options
-rw-r--r-- | recipes/gnome/cheese_2.30.1.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/gnome-python-desktop_2.30.0.bb | 2 | ||||
-rw-r--r-- | recipes/telepathy/empathy_2.28.2.bb | 2 | ||||
-rw-r--r-- | recipes/totem/totem-pl-parser_2.30.0.bb | 2 |
4 files changed, 7 insertions, 1 deletions
diff --git a/recipes/gnome/cheese_2.30.1.bb b/recipes/gnome/cheese_2.30.1.bb index 39f67e5dc2..d230409748 100644 --- a/recipes/gnome/cheese_2.30.1.bb +++ b/recipes/gnome/cheese_2.30.1.bb @@ -1,6 +1,8 @@ DESCRIPTION = "Take photos and videos with your webcam, with fun graphical effects" LICENSE = "GPLv2" +PR = "r1" + DEPENDS = "gtk+ gstreamer gst-plugins-base libcanberra udev librsvg gnome-desktop eds-dbus" RRECOMMENDS_${PN} = "gst-plugin-gconfelements gst-plugins-good-meta gst-plugins-base-meta" diff --git a/recipes/gnome/gnome-python-desktop_2.30.0.bb b/recipes/gnome/gnome-python-desktop_2.30.0.bb index 8dd73fa3ba..1de41ea5ac 100644 --- a/recipes/gnome/gnome-python-desktop_2.30.0.bb +++ b/recipes/gnome/gnome-python-desktop_2.30.0.bb @@ -1,6 +1,8 @@ LICENSE = "GPL/LGPL" DEPENDS = "librsvg libwnck totem-pl-parser libgtop gnome-panel gnome-desktop eds-dbus python-pygtk gnome-python libgnomeprint libgnomeprintui" +PR = "r1" + inherit gnome distutils-base EXTRA_OECONF += " ac_cv_path_PYGOBJECT_CODEGEN=${STAGING_DATADIR}/pygobject/2.0/codegen/codegen.py \ diff --git a/recipes/telepathy/empathy_2.28.2.bb b/recipes/telepathy/empathy_2.28.2.bb index ee563b2620..2ab1c1c8ce 100644 --- a/recipes/telepathy/empathy_2.28.2.bb +++ b/recipes/telepathy/empathy_2.28.2.bb @@ -7,7 +7,7 @@ libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus \ libunique" RDEPENDS_${PN} = "telepathy-mission-control" RRECOMMENDS_${PN} = "telepathy-gabble" -PR = "r1" +PR = "r2" inherit gnome diff --git a/recipes/totem/totem-pl-parser_2.30.0.bb b/recipes/totem/totem-pl-parser_2.30.0.bb index 1a45ce9e1e..f39114c3d4 100644 --- a/recipes/totem/totem-pl-parser_2.30.0.bb +++ b/recipes/totem/totem-pl-parser_2.30.0.bb @@ -2,6 +2,8 @@ DESCRIPTION = "Playlist parser for Totem, a GTK2 based media player" HOMEPAGE = "http://www.gnome.org/projects/totem/" LICENSE = "LGPLv2" +PR = "r1" + DEPENDS = "gmime eds-dbus" inherit gnome |