From 9f96e494687f513509e52c645bbcb86dfdf2c4f9 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 31 Mar 2023 07:26:34 +0200 Subject: meta/recipes: ensure all recipes have a SUMMARY DESCRIPTION is optional for now; writing good component descriptions is not easy (but appreciated). (From OE-Core rev: 9ce4f9248db3db70732d886a18ea355f321bd49d) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-core/images/core-image-ptest-all.bb | 2 +- meta/recipes-core/images/core-image-ptest-fast.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-core/images') diff --git a/meta/recipes-core/images/core-image-ptest-all.bb b/meta/recipes-core/images/core-image-ptest-all.bb index c84e653d6e..d4edb0fd05 100644 --- a/meta/recipes-core/images/core-image-ptest-all.bb +++ b/meta/recipes-core/images/core-image-ptest-all.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Recipe to trigger execution of all ptest images." +SUMMARY = "Recipe to trigger execution of all ptest images." HOMEPAGE = "https://www.yoctoproject.org/" LICENSE = "MIT" diff --git a/meta/recipes-core/images/core-image-ptest-fast.bb b/meta/recipes-core/images/core-image-ptest-fast.bb index e768afb302..a5364e6cbf 100644 --- a/meta/recipes-core/images/core-image-ptest-fast.bb +++ b/meta/recipes-core/images/core-image-ptest-fast.bb @@ -1,6 +1,6 @@ require core-image-ptest-all.bb -DESCRIPTION = "Recipe to trigger execution of all fast ptest images." +SUMMARY = "Recipe to trigger execution of all fast ptest images." PTESTS = "${PTESTS_FAST}" -- cgit v1.2.3-54-g00ecf