diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-23 10:45:16 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-23 10:45:16 +0000 |
commit | 10ec0bc3d87900cf4c90811a7bb1959c44220c7e (patch) | |
tree | 874f398fb980d65a1828b2570d24b6b77e3ad04e /openembedded/packages/hal | |
parent | c4ee3a13c9ea5368423ac9593cd7f670fe640cfc (diff) | |
download | poky-10ec0bc3d87900cf4c90811a7bb1959c44220c7e.tar.gz |
hal: Disable docbook generation.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@289 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/hal')
-rw-r--r-- | openembedded/packages/hal/hal_0.5.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/hal/hal_0.5.4.bb b/openembedded/packages/hal/hal_0.5.4.bb index 3db5753996..3d439b79d9 100644 --- a/openembedded/packages/hal/hal_0.5.4.bb +++ b/openembedded/packages/hal/hal_0.5.4.bb | |||
@@ -7,6 +7,7 @@ RDEPENDS_hal-device-manager = "python hal python-pygnome" | |||
7 | RRECOMMENDS = "udev-utils" | 7 | RRECOMMENDS = "udev-utils" |
8 | HOMEPAGE = "http://freedesktop.org/Software/hal" | 8 | HOMEPAGE = "http://freedesktop.org/Software/hal" |
9 | LICENSE = "GPL LGPL AFL" | 9 | LICENSE = "GPL LGPL AFL" |
10 | PR = "r1" | ||
10 | 11 | ||
11 | SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz" | 12 | SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz" |
12 | S = "${WORKDIR}/hal-${PV}" | 13 | S = "${WORKDIR}/hal-${PV}" |
@@ -16,7 +17,8 @@ inherit autotools pkgconfig | |||
16 | EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ | 17 | EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ |
17 | --with-expat=${STAGING_LIBDIR}/.. \ | 18 | --with-expat=${STAGING_LIBDIR}/.. \ |
18 | --with-dbus-sys=${sysconfdir}/dbus-1/system.d \ | 19 | --with-dbus-sys=${sysconfdir}/dbus-1/system.d \ |
19 | --with-hotplug=${sysconfdir}/hotplug.d" | 20 | --with-hotplug=${sysconfdir}/hotplug.d \ |
21 | --disable-docbook-docs" | ||
20 | 22 | ||
21 | do_stage() { | 23 | do_stage() { |
22 | autotools_stage_includes | 24 | autotools_stage_includes |