]> code.ossystems Code Review - openembedded-core.git/commit
update-rc.d.bbclass: check that init script is executable before running it
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 6 Oct 2016 13:37:04 +0000 (16:37 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Oct 2016 15:53:15 +0000 (16:53 +0100)
commitaabb87c9dbd60fe9467ca0354ec05c275a3f1b1a
treed005788f3faf2127df376aa698b8fb1c5e46c64b
parent9007e0e3fce7e09b043fead54b17f69c1661d162
update-rc.d.bbclass: check that init script is executable before running it

Check that the init script that is going to be called in the prerm()
script really exists and is executable. There might be a packaging bug
or the script might've been removed already earlier in prerm().

[YOCTO #10299]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/update-rc.d.bbclass