]> code.ossystems Code Review - openembedded-core.git/commitdiff
hal: Disable docbook generation.
authorRichard Purdie <richard@openedhand.com>
Thu, 23 Feb 2006 10:45:16 +0000 (10:45 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 23 Feb 2006 10:45:16 +0000 (10:45 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@289 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/hal/hal_0.5.4.bb

index 3db5753996f4b9f5a1f381ca944894d2667b45f1..3d439b79d9a957184e9cea566b7c554ffeb04404 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