]> code.ossystems Code Review - openembedded-core.git/commit
insane.bbclass: fix the file-rdeps QA message for the new override syntax
authorChen Qi <Qi.Chen@windriver.com>
Wed, 4 Aug 2021 08:10:13 +0000 (01:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Aug 2021 19:41:45 +0000 (20:41 +0100)
commitd65541c13b1346468dce749523b1dc04cfb7f70e
tree4c9c7b115b31f0e749d4133e0c404cf32741f247
parent5fc65c9d18679b62b13fead7b91126c665525884
insane.bbclass: fix the file-rdeps QA message for the new override syntax

Instead of replacing '_<pkg>', we should be replacing ':<pkg>'.
Otherwise, when we meet a 'file-rdeps' QA error, the error message would be
like below.

  QA Issue: /usr/lib64/libatopology.so.2.0.0:libatopology contained in package libatopology ...

The ':libatopology' should not be in the error message.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass