mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
gnome-vfs: Explicity disable hal until we explicity want it (rather than have it detected when its not in DEPENDS leading to builds that are not deterministic)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2367 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user