summaryrefslogtreecommitdiff
path: root/meta/packages/hal/hal_0.5.14.bb
Commit message (Collapse)AuthorAgeFilesLines
* populate-volatile.sh: cleanup duplicated invocations and remove boot warningKevin Tian2010-08-121-1/+1
| | | | | | | | | | | | | | | | | For one, populate-volatile.sh is itself a rcS script which is invoked earlier than package's own postinst method (last one in rcS). If package has already installed their volatile files correctly, it doesn't make sense to update volatile again in postinst since nothing is changed. On the other hand, dbus/hal are special since their user/group are only created in the target. If they pre-install volatiles like others, populate-volatile.sh will report "undefined user" since at that time their user/group haven't been created. The better way solving this is to generate their volatile in the fly after user/group are created, and then update volatiles. This fix [BUGID #121] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* hal: PR needs to be bumped for change to take effectSaul Wold2010-07-311-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* hal: upgrade to version 0.5.14Qing He2010-07-231-0/+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>