summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-06 15:16:50 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-06 15:16:50 +0200
commitc4ad5927094f527b539c99a98c5213928caa2c5f (patch)
tree37ec69ae9405ff76fe478fc684581f63e0fd6bb6 /meta-gnome
parentb9b5306e551f26d76e9dc5fa6f10c2c095fe6e0f (diff)
downloadmeta-openembedded-c4ad5927094f527b539c99a98c5213928caa2c5f.tar.gz
nautilus: add runtime dep on glib-networking
this fixes the OOM crash when using the 'Network' entry from the menu Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb
index 802fb978f..334679ca5 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb
@@ -6,7 +6,7 @@ LICENSE="GPLv2 && LGPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \
7 file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" 7 file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
8 8
9PR = "r3" 9PR = "r4"
10 10
11DEPENDS = "libunique gvfs librsvg libexif esound gnome-desktop orbit2-native" 11DEPENDS = "libunique gvfs librsvg libexif esound gnome-desktop orbit2-native"
12# optional: tracker 12# optional: tracker
@@ -31,7 +31,7 @@ do_configure() {
31 find -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \; 31 find -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \;
32} 32}
33 33
34RDEPENDS_${PN} = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash" 34RDEPENDS_${PN} = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash glib-networking"
35FILES_${PN} += "${datadir}/icons /usr/libexec/ " 35FILES_${PN} += "${datadir}/icons /usr/libexec/ "
36FILES_${PN}-dbg += "/usr/libexec/.debug" 36FILES_${PN}-dbg += "/usr/libexec/.debug"
37 37