Forráskód Böngészése

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>
Khem Raj 3 éve
szülő
commit
e43a9898fc

+ 1 - 2
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"

+ 1 - 1
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"