From a7ead38b9ce2994b1864b48f350895eb6fd19a52 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Nov 2023 23:32:17 +0100 Subject: [PATCH] meta-python-image,meta-python-ptest-image: Use python3 packagegroups Signed-off-by: Khem Raj Acked-by: Trevor Gamblin (cherry picked from commit e43a9898fc536d1d3bc726180d5c2afd15db0b19) Signed-off-by: Yoann Congal Signed-off-by: Armin Kuster --- meta-python/recipes-core/images/meta-python-image.bb | 3 +-- meta-python/recipes-core/images/meta-python-ptest-image.bb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes-core/images/meta-python-image.bb b/meta-python/recipes-core/images/meta-python-image.bb index cc75fe6e4b..6353d389b5 100644 --- a/meta-python/recipes-core/images/meta-python-image.bb +++ b/meta-python/recipes-core/images/meta-python-image.bb @@ -2,5 +2,4 @@ require meta-python-image-base.bb SUMMARY = "meta-python build test image" -IMAGE_INSTALL += "packagegroup-meta-python \ - packagegroup-meta-python3" +IMAGE_INSTALL += "packagegroup-meta-python3" diff --git a/meta-python/recipes-core/images/meta-python-ptest-image.bb b/meta-python/recipes-core/images/meta-python-ptest-image.bb index 7ee15354a2..d497016d41 100644 --- a/meta-python/recipes-core/images/meta-python-ptest-image.bb +++ b/meta-python/recipes-core/images/meta-python-ptest-image.bb @@ -2,4 +2,4 @@ require meta-python-image-base.bb SUMMARY = "meta-python ptest test image" -IMAGE_INSTALL += "packagegroup-meta-python-ptest" +IMAGE_INSTALL += "packagegroup-meta-python3-ptest"