summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb2
-rw-r--r--meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb2
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomeui.inc2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb
index ce4dd9052d..26fbeb2d99 100644
--- a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb
+++ b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb
@@ -1,7 +1,7 @@
1SUMMARY = "GNOME Terminal" 1SUMMARY = "GNOME Terminal"
2LICENSE = "GPL-2.0" 2LICENSE = "GPL-2.0"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5b51eba4ba4cafe64073227530c061ed" 3LIC_FILES_CHKSUM = "file://COPYING;md5=5b51eba4ba4cafe64073227530c061ed"
4DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte gnome-doc-utils" 4DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte gnome-doc-utils intltool-native"
5PR = "r1" 5PR = "r1"
6 6
7inherit gnome 7inherit gnome
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb
index cf0ab0c968..5c0e07c0ca 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs-gdu-volume-monitor_1.10.1.bb
@@ -2,7 +2,7 @@ require gvfs.inc
2 2
3BPN = "gvfs" 3BPN = "gvfs"
4 4
5DEPENDS = "gvfs gnome-disk-utility libgnome-keyring" 5DEPENDS = "gvfs gnome-disk-utility libgnome-keyring intltool-native"
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
7 7
8# we need gdu files only: reduce files to delete in libexecdir 8# we need gdu files only: reduce files to delete in libexecdir
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc b/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc
index b000d72498..26997b851d 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui.inc
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" 3LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
4 4
5SECTION = "x11/gnome/libs" 5SECTION = "x11/gnome/libs"
6DEPENDS = "libgnome libgnomecanvas libbonoboui libgnome-keyring" 6DEPENDS = "libgnome libgnomecanvas libbonoboui libgnome-keyring intltool-native"
7 7
8inherit gnome 8inherit gnome
9 9