Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
authorPhil Blundell <philb@gnu.org>
Tue, 28 Jun 2005 11:04:38 +0000 (11:04 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 28 Jun 2005 11:04:38 +0000 (11:04 +0000)
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

packages/hal/hal_0.5.2.bb

index e69de29..fc807a7 100644 (file)
@@ -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"