]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/hal/hal_0.2.98.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / hal / hal_0.2.98.bb
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/dist/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"