Преглед на файлове

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 години
родител
ревизия
e43a9898fc
променени са 2 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 1 2
      meta-python/recipes-core/images/meta-python-image.bb
  2. 1 1
      meta-python/recipes-core/images/meta-python-ptest-image.bb

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