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:
Trevor Gamblin 2020-09-04 09:59:24 -04:00 committed by Khem Raj
parent 81d2d5b01d
commit 5e10962ece

View File

@ -5,7 +5,6 @@ inherit packagegroup
PROVIDES = "${PACKAGES}" PROVIDES = "${PACKAGES}"
PACKAGES = ' \ PACKAGES = ' \
packagegroup-meta-python3 \ packagegroup-meta-python3 \
packagegroup-meta-python3-ptest \
' '
RDEPENDS_packagegroup-meta-python3 = "\ RDEPENDS_packagegroup-meta-python3 = "\
@ -454,7 +453,7 @@ RDEPENDS_packagegroup-meta-python3-connectivity = "\
" "
RDEPENDS_packagegroup-meta-python3-ptest = "\ RDEPENDS_packagegroup-meta-python3-ptest = "\
python3-cryptography \ python3-cryptography-ptest \
" "
EXCLUDE_FROM_WORLD = "1" EXCLUDE_FROM_WORLD = "1"