Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / hal / hal_0.2.oe
1 SECTION = "unknown"
2 DESCRIPTION = "Hardware Abstraction Layer"
3 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
4 DEPENDS = "dbus expat"
5 RDEPENDS += "hotplug"
6 HOMEPAGE = "http://freedesktop.org/Software/hal"
7 LICENSE = "GPL LGPL AFL"
8
9 SRC_URI = "http://freedesktop.org/~david/hal-${PV}/hal-${PV}.tar.gz"
10 S = "${WORKDIR}/hal-${PV}"
11
12 inherit autotools
13
14 EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \
15                 --with-expat=${STAGING_LIBDIR}/.. \
16                 --with-dbus-sys=${sysconfdir}/dbus-1/system.d \
17                 --with-hotplug=${sysconfdir}/hotplug.d"