mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user