diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-09-13 16:14:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-14 08:20:32 +0100 |
commit | 789c4c13c5095a2865d1ee1b242141b5b076bed5 (patch) | |
tree | 823df26b1be3720084362b01bc023e79af3ae4a9 /meta/recipes-kernel | |
parent | db488bf8130dba2ad8771b0634e3c5de452f23f2 (diff) | |
download | openembedded-core-789c4c13c5095a2865d1ee1b242141b5b076bed5.tar.gz openembedded-core-789c4c13c5095a2865d1ee1b242141b5b076bed5.tar.bz2 openembedded-core-789c4c13c5095a2865d1ee1b242141b5b076bed5.zip |
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>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions