hal: Disable docbook generation.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@289 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-02-23 10:45:16 +00:00
parent c4ee3a13c9
commit 10ec0bc3d8

View File

@@ -7,6 +7,7 @@ RDEPENDS_hal-device-manager = "python hal python-pygnome"
RRECOMMENDS = "udev-utils"
HOMEPAGE = "http://freedesktop.org/Software/hal"
LICENSE = "GPL LGPL AFL"
PR = "r1"
SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz"
S = "${WORKDIR}/hal-${PV}"
@@ -16,7 +17,8 @@ inherit autotools pkgconfig
EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \
--with-expat=${STAGING_LIBDIR}/.. \
--with-dbus-sys=${sysconfdir}/dbus-1/system.d \
--with-hotplug=${sysconfdir}/hotplug.d"
--with-hotplug=${sysconfdir}/hotplug.d \
--disable-docbook-docs"
do_stage() {
autotools_stage_includes