summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-20 23:32:17 +0100
committerArmin Kuster <akuster808@gmail.com>2023-12-17 15:36:42 -0500
commita7ead38b9ce2994b1864b48f350895eb6fd19a52 (patch)
tree7650deaec82c3d5364afc7dc36c24239612089b1
parent0fb64aff055ef12530b0e8d817ec694088be3d14 (diff)
downloadmeta-openembedded-a7ead38b9ce2994b1864b48f350895eb6fd19a52.tar.gz
meta-python-image,meta-python-ptest-image: Use python3 packagegroups
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit e43a9898fc536d1d3bc726180d5c2afd15db0b19) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-core/images/meta-python-image.bb3
-rw-r--r--meta-python/recipes-core/images/meta-python-ptest-image.bb2
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 cc75fe6e4..6353d389b 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
2 2
3SUMMARY = "meta-python build test image" 3SUMMARY = "meta-python build test image"
4 4
5IMAGE_INSTALL += "packagegroup-meta-python \ 5IMAGE_INSTALL += "packagegroup-meta-python3"
6 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 7ee15354a..d497016d4 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
2 2
3SUMMARY = "meta-python ptest test image" 3SUMMARY = "meta-python ptest test image"
4 4
5IMAGE_INSTALL += "packagegroup-meta-python-ptest" 5IMAGE_INSTALL += "packagegroup-meta-python3-ptest"