diff options
Diffstat (limited to 'meta/classes/update-rc.d_real.bbclass')
-rw-r--r-- | meta/classes/update-rc.d_real.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/classes/update-rc.d_real.bbclass b/meta/classes/update-rc.d_real.bbclass index 0cd671fe77..f9d55fbec8 100644 --- a/meta/classes/update-rc.d_real.bbclass +++ b/meta/classes/update-rc.d_real.bbclass | |||
@@ -47,7 +47,9 @@ python __anonymous() { | |||
47 | update_rc_after_parse(d) | 47 | update_rc_after_parse(d) |
48 | } | 48 | } |
49 | 49 | ||
50 | python populate_packages_prepend () { | 50 | PACKAGESPLITFUNCS_prepend = "populate_packages_updatercd " |
51 | |||
52 | python populate_packages_updatercd () { | ||
51 | def update_rcd_package(pkg): | 53 | def update_rcd_package(pkg): |
52 | bb.debug(1, 'adding update-rc.d calls to postinst/postrm for %s' % pkg) | 54 | bb.debug(1, 'adding update-rc.d calls to postinst/postrm for %s' % pkg) |
53 | """ | 55 | """ |