summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/hal/hal_0.2.bb17
-rw-r--r--packages/hotplug-dbus/hotplug-dbus_0.9.bb9
2 files changed, 26 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"
diff --git a/packages/hotplug-dbus/hotplug-dbus_0.9.bb b/packages/hotplug-dbus/hotplug-dbus_0.9.bb
index e69de29bb2..3d22baa9b2 100644
--- a/packages/hotplug-dbus/hotplug-dbus_0.9.bb
+++ b/packages/hotplug-dbus/hotplug-dbus_0.9.bb
@@ -0,0 +1,9 @@
+PR = "r1"
+SECTION = "base"
+DESCRIPTION = "D-BUS glue for hotplug system"
+DEPENDS = "dbus linux-hotplug"
+MAINTAINER = "Phil Blundell <pb@debian.org>"
+RDEPENDS = "linux-hotplug"
+LICENSE = "GPL"
+
+inherit gpe