mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
Since "package_manager: Change complementary package handling to not include soft dependencies"[1], complementary packages don't pull in recommendations, just depends. However, ptest.bbclass has a recommends on ptest-runner, so if ptest packages are in an image via the ptest-pkgs IMAGE_FEATURE, ptest-runner doesn't get installed. [ YOCTO #14928 ] [1] oe-core b44b0b9294675f89aa51ff84f532664f4c479677 (From OE-Core rev: ecff0642be5781f7f6cca617158b04ac9a0e85f0) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dce3019212
commit
c1304a0231
@@ -15,7 +15,7 @@ COMPLEMENTARY_GLOB[staticdev-pkgs] = '*-staticdev'
|
||||
COMPLEMENTARY_GLOB[doc-pkgs] = '*-doc'
|
||||
COMPLEMENTARY_GLOB[dbg-pkgs] = '*-dbg'
|
||||
COMPLEMENTARY_GLOB[src-pkgs] = '*-src'
|
||||
COMPLEMENTARY_GLOB[ptest-pkgs] = '*-ptest'
|
||||
COMPLEMENTARY_GLOB[ptest-pkgs] = '*-ptest ptest-runner'
|
||||
COMPLEMENTARY_GLOB[bash-completion-pkgs] = '*-bash-completion'
|
||||
|
||||
def complementary_globs(featurevar, d):
|
||||
|
||||
Reference in New Issue
Block a user