]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/dnf.py/rpm.py: add MLPREFIX to package name rbt/mlqa
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 13 Nov 2017 18:01:25 +0000 (02:01 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Tue, 14 Nov 2017 07:55:48 +0000 (15:55 +0800)
commite08be83f151efe716d5b23197105b893b71a2fd5
tree722ca816ab5e5a2968d066d028dee05e157982a0
parent480b881c0ad08618fbc5e9d9d0de4bf6da5dc26d
oeqa/dnf.py/rpm.py: add MLPREFIX to package name

The package name is lib32-foo (e.g., lib32-dnf) when run
"bitbake lib32-core-image-sato -ctestimage", add MLPREFIX to package name can
fix the problem, otherwise the test cases would be failed.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/lib/oeqa/runtime/cases/dnf.py
meta/lib/oeqa/runtime/cases/rpm.py