mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
packagegroup-meta-python: fix PACKAGES and default ptest recipe name
Remove packagegroup-meta-python3-ptest from PACKAGES in packagegroup-meta-python.bb to fix QA issue, and change python3-cryptography to python3-cryptography-ptest in RDEPENDS_packagegroup-meta-python3-ptest to be consistent with how other ptest images list RDEPENDS. Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
81d2d5b01d
commit
5e10962ece
|
|
@ -5,7 +5,6 @@ inherit packagegroup
|
|||
PROVIDES = "${PACKAGES}"
|
||||
PACKAGES = ' \
|
||||
packagegroup-meta-python3 \
|
||||
packagegroup-meta-python3-ptest \
|
||||
'
|
||||
|
||||
RDEPENDS_packagegroup-meta-python3 = "\
|
||||
|
|
@ -454,7 +453,7 @@ RDEPENDS_packagegroup-meta-python3-connectivity = "\
|
|||
"
|
||||
|
||||
RDEPENDS_packagegroup-meta-python3-ptest = "\
|
||||
python3-cryptography \
|
||||
python3-cryptography-ptest \
|
||||
"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user