aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hal
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-02-21 08:51:26 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-21 08:51:26 +0000
commitbe3f4a15bf940bfd4e9010572dd0ce0349f79d14 (patch)
treede227d66db1970f745b3805dd8d9439aea8900da /packages/hal
parent0fb6f68d5cc78f682acaec35b070d173f425ef1a (diff)
downloadopenembedded-be3f4a15bf940bfd4e9010572dd0ce0349f79d14.tar.gz
hal 0.5.4: Disable documentation generation as the tools aren't in DEPENDS
Diffstat (limited to 'packages/hal')
-rw-r--r--packages/hal/hal_0.5.4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/hal/hal_0.5.4.bb b/packages/hal/hal_0.5.4.bb
index 3db5753996..3d439b79d9 100644
--- a/packages/hal/hal_0.5.4.bb
+++ b/packages/hal/hal_0.5.4.bb
@@ -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