generic-poky/meta/packages/wpa-supplicant
Kevin Tian e101642a61 populate-volatile.sh: cleanup duplicated invocations and remove boot warning
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>
2010-08-12 15:39:24 +01:00
..
wpa-supplicant-0.7.2 wpa-supplicant: Upgraded to version 0.7.2 2010-07-16 16:25:17 +01:00
wpa-supplicant-0.7.inc populate-volatile.sh: cleanup duplicated invocations and remove boot warning 2010-08-12 15:39:24 +01:00
wpa-supplicant_0.7.2.bb populate-volatile.sh: cleanup duplicated invocations and remove boot warning 2010-08-12 15:39:24 +01:00