summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-19 07:59:40 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-19 07:59:40 +0000
commitac73b5ad0bb12a46f65e27660e741e2fe29f478e (patch)
tree1ccff924aa288ff53b77314125c48a6a7700c50c
parent017f9dbb6b05db364e9e930f5e30b02f2053e00b (diff)
downloadpoky-ac73b5ad0bb12a46f65e27660e741e2fe29f478e.tar.gz
gnone-vfs-dbus: disable openssl and samba explicitly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@619 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rwxr-xr-xmeta/packages/gnome/gnome-vfs-dbus_cvs.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gnome/gnome-vfs-dbus_cvs.bb b/meta/packages/gnome/gnome-vfs-dbus_cvs.bb
index 9ccd23e414..ec574924a4 100755
--- a/meta/packages/gnome/gnome-vfs-dbus_cvs.bb
+++ b/meta/packages/gnome/gnome-vfs-dbus_cvs.bb
@@ -9,7 +9,7 @@ RPROVIDES_${PN}-dev = "gnome-vfs-dev"
9RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" 9RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info"
10 10
11PV = "2.12.0+cvs${SRCDATE}" 11PV = "2.12.0+cvs${SRCDATE}"
12PR = "r6" 12PR = "r8"
13 13
14SRC_URI = "svn://anonymous@developer.imendio.com/svn/gnome-vfs-dbus;module=trunk;proto=http \ 14SRC_URI = "svn://anonymous@developer.imendio.com/svn/gnome-vfs-dbus;module=trunk;proto=http \
15 file://no-gtk-doc.patch;patch=1 \ 15 file://no-gtk-doc.patch;patch=1 \
@@ -20,7 +20,7 @@ S = "${WORKDIR}/trunk"
20 20
21inherit pkgconfig autotools 21inherit pkgconfig autotools
22 22
23EXTRA_OECONF = "--with-ipc=dbus --disable-hal --disable-gtk-doc --disable-more-warnings --disable-howl" 23EXTRA_OECONF = "--with-ipc=dbus --disable-hal --disable-gtk-doc --disable-more-warnings --disable-howl --disable-openssl --disable-samba"
24 24
25FILES_${PN} += " ${libdir}/vfs ${datadir}/dbus-1/services/dbus-vfs-daemon.service" 25FILES_${PN} += " ${libdir}/vfs ${datadir}/dbus-1/services/dbus-vfs-daemon.service"
26FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/modules/*.a ${libdir}/gnome-vfs-2.0/modules/*.la ${libdir}/gnome-vfs-2.0/include" 26FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/modules/*.a ${libdir}/gnome-vfs-2.0/modules/*.la ${libdir}/gnome-vfs-2.0/include"