summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"