]> code.ossystems Code Review - openembedded-core.git/commit
LSB Command Check: fix install_initd and remove_initd not found
authorHongxu Jia <hongxu.jia@windriver.com>
Fri, 13 Sep 2013 08:14:41 +0000 (16:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Sep 2013 07:20:32 +0000 (08:20 +0100)
commit789c4c13c5095a2865d1ee1b242141b5b076bed5
tree823df26b1be3720084362b01bc023e79af3ae4a9
parentdb488bf8130dba2ad8771b0634e3c5de452f23f2
LSB Command Check: fix install_initd and remove_initd not found

The install_initd and remove_initd are linked to /sbin/chkconfig for lsb
core test, but chkconfig has been moved from /sbin to /usr/sbin in order
to fix QA warning about unsafe references in binaries.
(In commit e486242db83297701803866bea971a2f1a1135fe)

Let install_initd and remove_initd link to /usr/sbin/chkconfig could fix
this issue.

[YOCTO #5152]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/lsb/lsb_4.1.bb