diff options
-rw-r--r-- | meta/recipes-bsp/v86d/v86d_0.1.10.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index 08438bea47..7ccb4ee30f 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb | |||
@@ -49,4 +49,11 @@ do_install () { | |||
49 | fi | 49 | fi |
50 | } | 50 | } |
51 | 51 | ||
52 | # As the recipe doesn't inherit systemd.bbclass, we need to set this variable | ||
53 | # manually to avoid unnecessary postinst/preinst generated. | ||
54 | python __anonymous() { | ||
55 | if not bb.utils.contains('DISTRO_FEATURES', 'sysvinit', True, False, d): | ||
56 | d.setVar("INHIBIT_UPDATERCD_BBCLASS", "1") | ||
57 | } | ||
58 | |||
52 | inherit update-rc.d | 59 | inherit update-rc.d |