diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-19 07:59:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-19 07:59:40 +0000 |
commit | ac73b5ad0bb12a46f65e27660e741e2fe29f478e (patch) | |
tree | 1ccff924aa288ff53b77314125c48a6a7700c50c /meta | |
parent | 017f9dbb6b05db364e9e930f5e30b02f2053e00b (diff) | |
download | poky-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
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/packages/gnome/gnome-vfs-dbus_cvs.bb | 4 |
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" | |||
9 | RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" | 9 | RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info" |
10 | 10 | ||
11 | PV = "2.12.0+cvs${SRCDATE}" | 11 | PV = "2.12.0+cvs${SRCDATE}" |
12 | PR = "r6" | 12 | PR = "r8" |
13 | 13 | ||
14 | SRC_URI = "svn://anonymous@developer.imendio.com/svn/gnome-vfs-dbus;module=trunk;proto=http \ | 14 | SRC_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 | ||
21 | inherit pkgconfig autotools | 21 | inherit pkgconfig autotools |
22 | 22 | ||
23 | EXTRA_OECONF = "--with-ipc=dbus --disable-hal --disable-gtk-doc --disable-more-warnings --disable-howl" | 23 | EXTRA_OECONF = "--with-ipc=dbus --disable-hal --disable-gtk-doc --disable-more-warnings --disable-howl --disable-openssl --disable-samba" |
24 | 24 | ||
25 | FILES_${PN} += " ${libdir}/vfs ${datadir}/dbus-1/services/dbus-vfs-daemon.service" | 25 | FILES_${PN} += " ${libdir}/vfs ${datadir}/dbus-1/services/dbus-vfs-daemon.service" |
26 | FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/modules/*.a ${libdir}/gnome-vfs-2.0/modules/*.la ${libdir}/gnome-vfs-2.0/include" | 26 | FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/modules/*.a ${libdir}/gnome-vfs-2.0/modules/*.la ${libdir}/gnome-vfs-2.0/include" |