udev 141/151/154: Fix update-rc.d logic for udev-cache
commit278fe3bc04b4a0d31ba080d7b43c72a6a09fb70a
authorTom Rini <tom_rini@mentor.com>
Wed, 13 Oct 2010 20:32:23 +0000 (13 13:32 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 13 Oct 2010 20:35:13 +0000 (13 13:35 -0700)
tree1e127c8aefe156e30906c8e2c20ab9110b09adc6
parent9ac50f2494f029df76176117cb77a21491194855
udev 141/151/154: Fix update-rc.d logic for udev-cache

The way that functions are evaluated means that while
we say append our update-rc.d addition for udev-cache
ends up at the top of the postinst script meaning that
$OPT is not set and this error will cause no udev rcN.d
symlinks to be created until during the first boot which
can be a problem.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/udev/udev_141.bb
recipes/udev/udev_151.bb
recipes/udev/udev_154.bb