mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 02:14:00 +00:00
oeqa/selftest/distrodata: Fix up rust maintainer testing
Since the target rust recipe is skipped but the native variant is not, this confuses the test. Add rust to the list of special cases to avoid test failures as the current code can't handle the skip. (From OE-Core rev: 842cba1820416d79e30e3f1940e2486707fc7cff) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d6f10a5d65
commit
c9de49fb80
@ -93,7 +93,7 @@ The following recipes do not have a DESCRIPTION. Please add an entry for DESCRIP
|
||||
|
||||
def is_maintainer_exception(entry):
|
||||
exceptions = ["musl", "newlib", "linux-yocto", "linux-dummy", "mesa-gl", "libgfortran",
|
||||
"cve-update-db-native"]
|
||||
"cve-update-db-native", "rust"]
|
||||
for i in exceptions:
|
||||
if i in entry:
|
||||
return True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user