aboutsummaryrefslogtreecommitdiffstats
path: root/hal/hal_0.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'hal/hal_0.2.oe')
-rw-r--r--hal/hal_0.2.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/hal/hal_0.2.oe b/hal/hal_0.2.oe
deleted file mode 100644
index 400e7e054b..0000000000
--- a/hal/hal_0.2.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "unknown"
-DESCRIPTION = "Hardware Abstraction Layer"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-DEPENDS = "dbus expat"
-RDEPENDS += "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"