From: Khem Raj Date: Sun, 27 Aug 2023 21:10:06 +0000 (-0700) Subject: core-image-ptest: Define a fallback for SUMMARY field X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=307381c9267eb3a3e687c577a0afd552d44248f7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-ptest: Define a fallback for SUMMARY field Fixes errors like below seen with bitbake core-image-ptest-fast WARNING: core-image-ptest-apr-util-1.0-r0 do_recipe_qa: QA Issue: Recipe core-image-ptest-apr-util in /mnt/b/yoe/master/sources/poky/meta/recipes-core/images/core-image-ptest.bb does not contain a SUMMARY. Please a dd an entry. [missing-metadata] Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/images/core-image-ptest.bb b/meta/recipes-core/images/core-image-ptest.bb index 74cf933b725..b81ab7b7c88 100644 --- a/meta/recipes-core/images/core-image-ptest.bb +++ b/meta/recipes-core/images/core-image-ptest.bb @@ -5,6 +5,7 @@ require core-image-minimal.bb require conf/distro/include/ptest-packagelists.inc DESCRIPTION += "Also including the ${MCNAME} ptest package." +SUMMARY ?= "${MCNAME} ptest image." HOMEPAGE = "https://www.yoctoproject.org/" PTESTS = "${PTESTS_SLOW} ${PTESTS_FAST}"