]> code.ossystems Code Review - openembedded-core.git/commit
update-rc.d.bbclass: Disable class when sysvinit is not in DISTRO_FEATURES
authorMariano Lopez <mariano.lopez@linux.intel.com>
Fri, 10 Jun 2016 11:48:53 +0000 (11:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Jun 2016 16:36:35 +0000 (17:36 +0100)
commit5b2139a79cd8c280e755923016b3a6e84413184e
tree2e13814403d3a428f8c73286ad2b96f317a07f58
parent862c9cbbef1f17b57c0ea369d88194b60623ffdd
update-rc.d.bbclass: Disable class when sysvinit is not in DISTRO_FEATURES

When sysvinit is not in use, update-rd.d class adds build dependencies
that won't be needed, this patch removes the build dependecies and
won't add the task to PACKAGESPLITFUNCS.

[YOCTO #9515]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/update-rc.d.bbclass