diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.2.17.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.17.bb b/recipes-extended/libvirt/libvirt_1.2.17.bb index 9f8c3af2..a9457921 100644 --- a/recipes-extended/libvirt/libvirt_1.2.17.bb +++ b/recipes-extended/libvirt/libvirt_1.2.17.bb | |||
@@ -239,3 +239,8 @@ pkg_postinst_libvirt() { | |||
239 | /etc/init.d/populate-volatile.sh update | 239 | /etc/init.d/populate-volatile.sh update |
240 | fi | 240 | fi |
241 | } | 241 | } |
242 | |||
243 | python () { | ||
244 | if not bb.utils.contains('DISTRO_FEATURES', 'sysvinit', True, False, d): | ||
245 | d.setVar("INHIBIT_UPDATERCD_BBCLASS", "1") | ||
246 | } | ||