Files
poky/meta/classes
Kevin Tian 54d6d75445 update-rc.d.bbclass: adjust order on tweaking postinst
So far unlike prerm/postrm, update-rc.d has its own postinst method prepended
to pkg_postinst, which may result "System startup links for xxx already exist"
warning in the 1st boot of target image. Some pkg_postinst requires to run on
the target, and thus prepend here makes update-rc.d method executed twice: one
in rootfs creation and the other in the 1st target boot. So adjust the order
to append.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-17 22:57:33 +01:00
..
2006-07-21 10:10:31 +00:00
2009-12-05 23:18:02 +00:00
2008-05-15 14:11:13 +00:00
2010-07-24 00:46:57 +01:00
2007-09-02 11:07:13 +00:00
2010-05-06 12:53:16 +01:00