diff options
Diffstat (limited to 'hal/hal_0.2.oe')
-rw-r--r-- | hal/hal_0.2.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/hal/hal_0.2.oe b/hal/hal_0.2.oe index e69de29bb2..b34b4ea5be 100644 --- a/hal/hal_0.2.oe +++ b/hal/hal_0.2.oe @@ -0,0 +1,16 @@ +SECTION = "unknown" +DESCRIPTION = "Hardware Abstraction Layer" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +DEPENDS = "dbus expat" +RDEPENDS += "hotplug" +WEBPAGE = "http://freedesktop.org/Software/hal" + +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" |