hal 0.5.4: Disable documentation generation as the tools aren't in DEPENDS
authorRichard Purdie <rpurdie@rpsys.net>
Tue, 21 Feb 2006 08:51:26 +0000 (08:51 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 21 Feb 2006 08:51:26 +0000 (08:51 +0000)
packages/hal/hal_0.5.4.bb

index 3db5753..3d439b7 100644 (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