diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-02-21 08:51:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-21 08:51:26 +0000 |
commit | be3f4a15bf940bfd4e9010572dd0ce0349f79d14 (patch) | |
tree | de227d66db1970f745b3805dd8d9439aea8900da | |
parent | 0fb6f68d5cc78f682acaec35b070d173f425ef1a (diff) |
hal 0.5.4: Disable documentation generation as the tools aren't in DEPENDS
-rw-r--r-- | packages/hal/hal_0.5.4.bb | 4 |
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 |