]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-vfs: Explicity disable hal until we explicity want it (rather than have it...
authorRichard Purdie <richard@openedhand.com>
Sun, 5 Aug 2007 17:40:49 +0000 (17:40 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 5 Aug 2007 17:40:49 +0000 (17:40 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2367 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gnome/gnome-vfs_2.18.1.bb

index 178a190f152e6d6dc949e55fd70fbc9c56bd394c..335958f1ce984cb0bbb5eac28680839c807ee295 100644 (file)
@@ -3,6 +3,7 @@ DEPENDS = "libxml2 gconf dbus bzip2 gnome-mime-data zlib"
 RRECOMMENDS = "gnome-vfs-plugin-file shared-mime-info"
 # Some legacy packages will require gnome-mime-data to be installed, but use of
 # it is deprecated.
+PR = "r1"
 
 inherit gnome
 
@@ -13,6 +14,7 @@ SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1 \
            file://gnome-vfs-no-kerberos.patch;patch=1;pnum=0"
 
 EXTRA_OECONF = " \
+                 --disable-hal \
                 --disable-openssl \
                 --disable-samba \
                 "