diff options
-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 |