aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hal/hal_0.2.bb
blob: 400e7e054bbd25ab8b434dc01d7d5b280217ac7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SECTION = "unknown"
DESCRIPTION = "Hardware Abstraction Layer"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
DEPENDS = "dbus expat"
RDEPENDS += "hotplug"
HOMEPAGE = "http://freedesktop.org/Software/hal"
LICENSE = "GPL LGPL AFL"

SRC_URI = "http://freedesktop.org/~david/hal-${PV}/hal-${PV}.tar.gz"
S = "${WORKDIR}/hal-${PV}"

inherit autotools

EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \
		--with-expat=${STAGING_LIBDIR}/.. \
		--with-dbus-sys=${sysconfdir}/dbus-1/system.d \
		--with-hotplug=${sysconfdir}/hotplug.d"