summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-core')
-rw-r--r--meta-python/recipes-core/images/meta-python-image.bb2
-rw-r--r--meta-python/recipes-core/images/meta-python-ptest-image.bb3
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 6353d389b..fbe3efc60 100644
--- a/meta-python/recipes-core/images/meta-python-image.bb
+++ b/meta-python/recipes-core/images/meta-python-image.bb
@@ -1,4 +1,4 @@
1require meta-python-image-base.bb 1require recipes-core/images/core-image-base.bb
2 2
3SUMMARY = "meta-python build test image" 3SUMMARY = "meta-python build test image"
4 4
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 a649cbb94..f78132253 100644
--- a/meta-python/recipes-core/images/meta-python-ptest-image.bb
+++ b/meta-python/recipes-core/images/meta-python-ptest-image.bb
@@ -1,10 +1,9 @@
1inherit features_check 1inherit features_check
2REQUIRED_DISTRO_FEATURES = "ptest" 2REQUIRED_DISTRO_FEATURES = "ptest"
3 3
4require recipes-core/images/core-image-base.bb
4require conf/include/ptest-packagelists-meta-python.inc 5require conf/include/ptest-packagelists-meta-python.inc
5 6
6require meta-python-image-base.bb
7
8SUMMARY = "meta-python ptest test image" 7SUMMARY = "meta-python ptest test image"
9 8
10DESCRIPTION += "Also including the ${MCNAME} ptest package." 9DESCRIPTION += "Also including the ${MCNAME} ptest package."