[oe-commits] Koen Kooi : nautilus: add runtime dep on glib-networking

git version control git at git.openembedded.org
Fri Oct 7 12:54:37 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: c4ad5927094f527b539c99a98c5213928caa2c5f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c4ad5927094f527b539c99a98c5213928caa2c5f

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Thu Oct  6 15:16:50 2011 +0200

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 at dominion.thruhere.net>

---

 .../recipes-gnome/nautilus/nautilus_2.32.2.bb      |    4 ++--
 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 802fb97..334679c 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"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \
                     file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
 
-PR = "r3"
+PR = "r4"
 
 DEPENDS = "libunique gvfs librsvg libexif esound gnome-desktop orbit2-native"
 # optional: tracker
@@ -31,7 +31,7 @@ do_configure() {
 	find -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \;
 }
 
-RDEPENDS_${PN} = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash"
+RDEPENDS_${PN} = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash glib-networking"
 FILES_${PN} += "${datadir}/icons  /usr/libexec/ "
 FILES_${PN}-dbg += "/usr/libexec/.debug"
 





More information about the Openembedded-commits mailing list