mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 20:59:42 +01:00
update-rc.d: QA regression.
I noticed many new QA warning with arm64 mulitlib suspicious values 'initd-functions-dev' in RRECOMMENDS [multilib] I believe this is a regression via commit http://cgit.openembedded.org/openembedded-core/commit/meta/classes/update-rc.d.bbclass?id=cdcebd81c872cb7386c658998e27cf24e1d0447c (From OE-Core rev: 223119dc96d2e37e3788df630d1995bf56dc156a) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d96f1d2379
commit
ed551d23d7
@@ -91,7 +91,8 @@ python populate_packages_updatercd () {
|
||||
return
|
||||
statement = "grep -q -w '/etc/init.d/functions' %s" % path
|
||||
if subprocess.call(statement, shell=True) == 0:
|
||||
d.appendVar('RDEPENDS_' + pkg, ' initd-functions')
|
||||
mlprefix = d.getVar('MLPREFIX') or ""
|
||||
d.appendVar('RDEPENDS_' + pkg, ' %sinitd-functions' % (mlprefix))
|
||||
|
||||
def update_rcd_package(pkg):
|
||||
bb.debug(1, 'adding update-rc.d calls to preinst/postinst/prerm/postrm for %s' % pkg)
|
||||
|
||||
Reference in New Issue
Block a user