aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hal
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2005-06-28 11:04:38 +0000
committerPhil Blundell <philb@gnu.org>2005-06-28 11:04:38 +0000
commit1647c726568087014753dd670957e0428c401b9a (patch)
treea0eb1ff2e1f18278b200af3327204e541013df6c /packages/hal
parent7dbeaf01cd9f155bf048fa72795c75cd20c420dd (diff)
downloadopenembedded-1647c726568087014753dd670957e0428c401b9a.tar.gz
Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
into mill.internal.reciva.com:/nexus/home/pb/oe/oe 2005/06/28 12:52:32+02:00 utwente.nl!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/06/28 12:52:04+02:00 utwente.nl!koen hal_0.5.2.bb: add udev-utils to RRECOMMENDS BKrev: 42c12ec6_JVvJClqrGYl6z2yd3NgGw
Diffstat (limited to 'packages/hal')
-rw-r--r--packages/hal/hal_0.5.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/hal/hal_0.5.2.bb b/packages/hal/hal_0.5.2.bb
index e69de29bb2..fc807a72bf 100644
--- a/packages/hal/hal_0.5.2.bb
+++ b/packages/hal/hal_0.5.2.bb
@@ -0,0 +1,18 @@
+SECTION = "unknown"
+DESCRIPTION = "Hardware Abstraction Layer"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+DEPENDS = "dbus expat"
+RDEPENDS += "hotplug"
+RRECOMMENDS = "udev-utils"
+HOMEPAGE = "http://freedesktop.org/Software/hal"
+LICENSE = "GPL LGPL AFL"
+
+SRC_URI = "http://freedesktop.org/~david/dist/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"