diff options
author | Qing He <qing.he@intel.com> | 2010-07-20 10:35:15 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-23 23:53:30 +0100 |
commit | 8bad27517486ff69b961a03f5d25a9c5aa5a2b7e (patch) | |
tree | 9fd78296c8ac858c01afa05e0f693cbf33bd416e /meta/packages/hal/hal.inc | |
parent | 63d56523555b000a4b52027b68d0e7f33bf6a2ec (diff) | |
download | openembedded-core-8bad27517486ff69b961a03f5d25a9c5aa5a2b7e.tar.gz openembedded-core-8bad27517486ff69b961a03f5d25a9c5aa5a2b7e.tar.bz2 openembedded-core-8bad27517486ff69b961a03f5d25a9c5aa5a2b7e.zip |
hal: upgrade to version 0.5.14
from 0.5.13
changes:
- udev rules dir has been changing to /lib/udev/rules.d in udev
upstream, add an override to stay in /etc/rules.d for compatibility
- consolidate hal.inc and hal_git.bb, hal_git.bb is used as a
reference thus should have a negative preference
- change preferred version of hal to 0.5.14
- remove hal_0.5.11+0.5.12rc1
- remove RRECOMMENDS on udev-utils, the package is to be removed
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/hal/hal.inc')
-rw-r--r-- | meta/packages/hal/hal.inc | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/packages/hal/hal.inc b/meta/packages/hal/hal.inc index 2b70eb714d..cacc67bd16 100644 --- a/meta/packages/hal/hal.inc +++ b/meta/packages/hal/hal.inc @@ -4,17 +4,14 @@ BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=hal" SECTION = "unknown" LICENSE = "GPLv2+ | AFL" +LIC_FILES_CHKSUM = "file://COPYING;md5=5b5ffd59fbb7c2fff6de76c94177af31" -DEPENDS = "virtual/kernel dbus-glib udev intltool intltool-native expat libusb gperf-native" +DEPENDS = "virtual/kernel dbus-glib udev util-linux intltool intltool-native expat libusb gperf-native" RDEPENDS += "udev hal-info" -RRECOMMENDS = "udev-utils" -SRC_URI = "http://hal.freedesktop.org/releases/hal-${PV}.tar.gz" -SRC_URI += "file://99_hal \ - file://20hal \ - " - -S = "${WORKDIR}/hal-${PV}" +SRC_URI = "http://hal.freedesktop.org/releases/hal-${PV}.tar.gz \ + file://99_hal \ + file://20hal" inherit autotools pkgconfig |