summaryrefslogtreecommitdiff
path: root/packages/hal/hal.inc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@openmoko.org>2008-08-28 19:24:37 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-15 21:04:17 +0200
commitf629930ce8c8e4950e46af9bae5b911ca150e7c7 (patch)
treedc37867b853203b7d555b5da8d110558655e205f /packages/hal/hal.inc
parentb0252872d7f9fbb0d9d735713a467643405fb4c5 (diff)
[hal] Add latest hal and hal-info
hal-0.5.11 should fix many many leaks compared to hal-0.5.9 and upgrade hal-info on the way as well
Diffstat (limited to 'packages/hal/hal.inc')
-rw-r--r--packages/hal/hal.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/hal/hal.inc b/packages/hal/hal.inc
index 73046dfb8c..d0c74e84af 100644
--- a/packages/hal/hal.inc
+++ b/packages/hal/hal.inc
@@ -3,13 +3,13 @@ HOMEPAGE = "http://freedesktop.org/Software/hal"
SECTION = "unknown"
LICENSE = "GPL LGPL AFL"
-SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz"
+SRC_URI = "http://hal.freedesktop.org/releases/hal-${PV}.tar.gz"
S = "${WORKDIR}/hal-${PV}"
inherit autotools pkgconfig
-DEPENDS = "virtual/kernel dbus-glib udev intltool intltool-native expat libusb"
+DEPENDS = "virtual/kernel dbus-glib udev intltool intltool-native expat libusb gperf-native"
RDEPENDS += "udev hal-info"
RRECOMMENDS = "udev-utils"