From be3f4a15bf940bfd4e9010572dd0ce0349f79d14 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 21 Feb 2006 08:51:26 +0000 Subject: hal 0.5.4: Disable documentation generation as the tools aren't in DEPENDS --- packages/hal/hal_0.5.4.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/hal') 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 -- cgit v1.2.3