]> code.ossystems Code Review - openembedded-core.git/commit
lsb: update directory of install_initd and remove_initd
authorKai Kang <kai.kang@windriver.com>
Wed, 13 Nov 2013 08:27:33 +0000 (16:27 +0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 17 Dec 2013 17:05:14 +0000 (09:05 -0800)
commitf9c37768caf7edf9343f76f16fa5fd4e7cd772c1
treee729c9a570e6cc3f02eec547bff10689ecb6a872
parentb226ab4cf7779f4dfaa78210cb6249766ed564c1
lsb: update directory of install_initd and remove_initd

According to LSB specification:

http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/installinitd.html
http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/removeinitd.html

commands install_initd and remove_initd should under directory /usr/lib/lsb/.

lsb recipe creates these commands under directory ${libdir} which may
expand to /usr/lib64 when multilib is enabled on qemux86-64. That will
cause LSB command check for install_initd and remove_initd fail. So
correct it.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/lsb/lsb_4.1.bb