aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hal
diff options
context:
space:
mode:
authorHolger Schurig <schurig@mn-solutions.de>2005-02-18 11:37:04 +0000
committerHolger Schurig <schurig@mn-solutions.de>2005-02-18 11:37:04 +0000
commit91bc8ee5b39d135ccffb3ec1196b7e9ba02d38e4 (patch)
treee58eed717ab93bbc9c6b6838a8c83d0f9dc8453a /packages/hal
parent0a16247fa952e53ea3f19f002a2b61c3dd987efe (diff)
downloadopenembedded-91bc8ee5b39d135ccffb3ec1196b7e9ba02d38e4.tar.gz
Merge http://oe-devel@openembedded.bkbits.net/openembedded
into mnz66.mn-solutions.de:/usr/src/oe/p 2005/02/18 10:50:34+01:00 (none)!koen zaurus-clamshell-2.6.conf: remove ROOT_FLASH_SIZE=64 2005/02/18 10:16:29+01:00 (none)!koen hotplug-dbus_0.9.bb, hal_0.2.bb: hotplug->linux-hotplug BKrev: 4215d360YCEPaoKwc6s_r6_ObJzx8Q
Diffstat (limited to 'packages/hal')
-rw-r--r--packages/hal/hal_0.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/hal/hal_0.2.bb b/packages/hal/hal_0.2.bb
index e69de29bb2..52ebed4208 100644
--- a/packages/hal/hal_0.2.bb
+++ b/packages/hal/hal_0.2.bb
@@ -0,0 +1,17 @@
+SECTION = "unknown"
+DESCRIPTION = "Hardware Abstraction Layer"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+DEPENDS = "dbus expat"
+RDEPENDS += "linux-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"