mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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
This commit is contained in:
@@ -9,7 +9,7 @@ RPROVIDES_${PN}-dev = "gnome-vfs-dev"
|
|||||||
RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info"
|
RRECOMMENDS_${PN} = "gnome-vfs-plugin-file shared-mime-info"
|
||||||
|
|
||||||
PV = "2.12.0+cvs${SRCDATE}"
|
PV = "2.12.0+cvs${SRCDATE}"
|
||||||
PR = "r6"
|
PR = "r8"
|
||||||
|
|
||||||
SRC_URI = "svn://anonymous@developer.imendio.com/svn/gnome-vfs-dbus;module=trunk;proto=http \
|
SRC_URI = "svn://anonymous@developer.imendio.com/svn/gnome-vfs-dbus;module=trunk;proto=http \
|
||||||
file://no-gtk-doc.patch;patch=1 \
|
file://no-gtk-doc.patch;patch=1 \
|
||||||
@@ -20,7 +20,7 @@ S = "${WORKDIR}/trunk"
|
|||||||
|
|
||||||
inherit pkgconfig autotools
|
inherit pkgconfig autotools
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-ipc=dbus --disable-hal --disable-gtk-doc --disable-more-warnings --disable-howl"
|
EXTRA_OECONF = "--with-ipc=dbus --disable-hal --disable-gtk-doc --disable-more-warnings --disable-howl --disable-openssl --disable-samba"
|
||||||
|
|
||||||
FILES_${PN} += " ${libdir}/vfs ${datadir}/dbus-1/services/dbus-vfs-daemon.service"
|
FILES_${PN} += " ${libdir}/vfs ${datadir}/dbus-1/services/dbus-vfs-daemon.service"
|
||||||
FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/modules/*.a ${libdir}/gnome-vfs-2.0/modules/*.la ${libdir}/gnome-vfs-2.0/include"
|
FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/modules/*.a ${libdir}/gnome-vfs-2.0/modules/*.la ${libdir}/gnome-vfs-2.0/include"
|
||||||
|
|||||||
Reference in New Issue
Block a user