diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-11-09 14:04:41 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-11-09 14:04:41 +0000 |
commit | 3ef9099e3d8778f6a5b45fdaf59b5aa2b708bdf5 (patch) | |
tree | 3f9026e9adad2d606caf7885baed27e17da592e7 /packages/hal/hal_0.5.7.bb | |
parent | 96918636f93b1e4dd87a9a0893793e4fc77be262 (diff) |
hal_0.5.7.bb : fix for dbus 1.0 API changes
Diffstat (limited to 'packages/hal/hal_0.5.7.bb')
-rw-r--r-- | packages/hal/hal_0.5.7.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/hal/hal_0.5.7.bb b/packages/hal/hal_0.5.7.bb index 5476e2ec22..6139203f10 100644 --- a/packages/hal/hal_0.5.7.bb +++ b/packages/hal/hal_0.5.7.bb @@ -8,7 +8,8 @@ HOMEPAGE = "http://freedesktop.org/Software/hal" LICENSE = "GPL LGPL AFL" PR = "r0" -SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz" +SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz \ + file://dbus-fix-api.patch;patch=1" S = "${WORKDIR}/hal-${PV}" inherit autotools pkgconfig |